diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-03-27 06:03:50 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-03-27 06:03:53 +0100 |
commit | 0ce867edb2275abaa3fa1283e9cd628004eb0f0a (patch) | |
tree | 4e7dffc6968620fa8f8b2729e79c22829a7d804d /gnustep-libs | |
parent | gnustep-apps/affiche: drop EAPI 6 ebuild 0.6.0-r4 (diff) | |
download | gentoo-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.ebuild | 15 |
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 ) |