From 53397c48cd1c4325cd640f8d401276c3bc50a39f Mon Sep 17 00:00:00 2001 From: Pablo Correa <pcg@pcorreag.tk> Date: Sat, 20 Nov 2021 03:03:40 +0000 Subject: [PATCH] Remove wine and dependencies --- helpers/make-khronos-api | 29 ----------------------------- helpers/make-unicode-data | 29 ----------------------------- helpers/make-wine | 30 ------------------------------ 3 files changed, 88 deletions(-) delete mode 100644 helpers/make-khronos-api delete mode 100644 helpers/make-unicode-data delete mode 100644 helpers/make-wine diff --git a/helpers/make-khronos-api b/helpers/make-khronos-api deleted file mode 100644 index 7b1d80b9..00000000 --- a/helpers/make-khronos-api +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2020 Luis Guzman <ark@switnet.org> -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -# - -VERSION=2 -EXTERNAL='deb-src http://ftp.debian.org/debian stable main' -REPOKEY=04EE7237B7D453EC -BACKPORT=true - -. ./config - -changelog "Backported from debian stable as a wine dependency" - -compile diff --git a/helpers/make-unicode-data b/helpers/make-unicode-data deleted file mode 100644 index bbfa2338..00000000 --- a/helpers/make-unicode-data +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2020 Luis Guzman <ark@switnet.org> -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -# - -VERSION=1 -EXTERNAL='deb-src http://ftp.debian.org/debian oldstable-backports main' -REPOKEY=04EE7237B7D453EC -BACKPORT=true - -. ./config - -changelog "Backported from debian old stable backports" - -compile diff --git a/helpers/make-wine b/helpers/make-wine deleted file mode 100644 index 55231fd4..00000000 --- a/helpers/make-wine +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2020 Luis Guzman <ark@switnet.org> -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -# - -VERSION=2 -EXTERNAL='deb-src http://ftp.debian.org/debian stable main' -REPOKEY=04EE7237B7D453EC -BACKPORT=true -DEPENDS=khronos-api,unicode-data - -. ./config - -changelog "Backported from debian stable" - -compile -- GitLab