commit: ace086794002cdc9636138ba558042bf7a317657 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Mon Sep 22 12:23:31 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 22 15:25:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace08679
net-nntp/slrn: drop 1.0.3-r1 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43896 Closes: https://github.com/gentoo/gentoo/pull/43896 Signed-off-by: Sam James <sam <AT> gentoo.org> net-nntp/slrn/slrn-1.0.3-r1.ebuild | 39 -------------------------------------- 1 file changed, 39 deletions(-) diff --git a/net-nntp/slrn/slrn-1.0.3-r1.ebuild b/net-nntp/slrn/slrn-1.0.3-r1.ebuild deleted file mode 100644 index 9612089db12e..000000000000 --- a/net-nntp/slrn/slrn-1.0.3-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_P="${P}a" - -DESCRIPTION="A s-lang based newsreader" -HOMEPAGE="http://slrn.sourceforge.net/" -SRC_URI="https://jedsoft.org/releases/${PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="canlock nls selinux ssl uudeview" - -RDEPEND="app-arch/sharutils - >=sys-libs/slang-2.2.3 - virtual/mta - canlock? ( net-libs/canlock:=[legacy(+)] ) - ssl? ( - dev-libs/openssl:0= - ) - uudeview? ( dev-libs/uulib )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" -RDEPEND+=" selinux? ( sec-policy/selinux-slrnpull )" - -PATCHES=( "${FILESDIR}"/${PN}-1.0.2-make.patch ) - -src_configure() { - econf \ - --with-docdir="${EPREFIX}"/usr/share/doc/${PF} \ - --with-slrnpull \ - $(use_with canlock canlock /usr) \ - $(use_enable nls) \ - $(use_with ssl) \ - $(use_with uudeview uu) -}
