commit: 212c6e8d9a8ea6b4dd7c09bdc2a495b812d50003 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Sep 19 17:58:29 2023 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Tue Sep 19 20:48:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212c6e8d
gnustep-libs/netclasses: EAPI8 bump, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> gnustep-libs/netclasses/netclasses-1.1.0-r1.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gnustep-libs/netclasses/netclasses-1.1.0-r1.ebuild b/gnustep-libs/netclasses/netclasses-1.1.0-r1.ebuild new file mode 100644 index 000000000000..0aac0c11cc62 --- /dev/null +++ b/gnustep-libs/netclasses/netclasses-1.1.0-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnustep-2 + +DESCRIPTION="Asynchronous networking library for GNUstep" +HOMEPAGE="https://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 )
