summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-03-27 06:03:50 +0100
committerUlrich Müller <ulm@gentoo.org>2024-03-27 06:03:53 +0100
commit0ce867edb2275abaa3fa1283e9cd628004eb0f0a (patch)
tree4e7dffc6968620fa8f8b2729e79c22829a7d804d /gnustep-libs
parentgnustep-apps/affiche: drop EAPI 6 ebuild 0.6.0-r4 (diff)
downloadgentoo-0ce867edb2275abaa3fa1283e9cd628004eb0f0a.tar.gz
gentoo-0ce867edb2275abaa3fa1283e9cd628004eb0f0a.tar.bz2
gentoo-0ce867edb2275abaa3fa1283e9cd628004eb0f0a.zip
gnustep-libs/netclasses: drop EAPI ebuild 1.1.0
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'gnustep-libs')
-rw-r--r--gnustep-libs/netclasses/netclasses-1.1.0.ebuild15
1 files changed, 0 insertions, 15 deletions
diff --git a/gnustep-libs/netclasses/netclasses-1.1.0.ebuild b/gnustep-libs/netclasses/netclasses-1.1.0.ebuild
deleted file mode 100644
index ca6e8bc37101..000000000000
--- a/gnustep-libs/netclasses/netclasses-1.1.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnustep-2
-
-DESCRIPTION="An asynchronous networking library for GNUstep"
-HOMEPAGE="http://gap.nongnu.org/talksoup/"
-SRC_URI="https://savannah.nongnu.org/download/gap/${P}.tar.gz"
-
-KEYWORDS="amd64 ppc x86"
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-
-PATCHES=( "${FILESDIR}"/${P}-no_rfc.patch )