summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-11-28 11:33:29 -0500
committerAaron Bauman <bman@gentoo.org>2020-11-28 11:44:48 -0500
commit05fc0b68e9e1829788acbebef9c7c8fd134ce92e (patch)
treee461765e63747116547dc784337438782a44f68d /net-nntp/slrn/slrn-1.0.2.ebuild
parentnet-news/snownews: drop old (diff)
downloadgentoo-05fc0b68e9e1829788acbebef9c7c8fd134ce92e.tar.gz
gentoo-05fc0b68e9e1829788acbebef9c7c8fd134ce92e.tar.bz2
gentoo-05fc0b68e9e1829788acbebef9c7c8fd134ce92e.zip
net-nntp/slrn: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-nntp/slrn/slrn-1.0.2.ebuild')
-rw-r--r--net-nntp/slrn/slrn-1.0.2.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/net-nntp/slrn/slrn-1.0.2.ebuild b/net-nntp/slrn/slrn-1.0.2.ebuild
deleted file mode 100644
index 8086fab4307e..000000000000
--- a/net-nntp/slrn/slrn-1.0.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools-utils
-
-MY_P="${PN}_${PV/_/~}"
-
-DESCRIPTION="A s-lang based newsreader"
-HOMEPAGE="http://slrn.sourceforge.net/"
-SRC_URI="https://jedsoft.org/releases/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="canlock nls ssl uudeview"
-
-RDEPEND="virtual/mta
- app-arch/sharutils
- >=sys-libs/slang-2.1.3
- canlock? ( net-libs/canlock )
- ssl? ( dev-libs/openssl )
- uudeview? ( dev-libs/uulib )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-PATCHES=( "${FILESDIR}"/${P}-make.patch )
-
-src_configure() {
- local myeconfargs=(
- --with-docdir="${EPREFIX}"/usr/share/doc/${PF}
- --with-slrnpull
- $(use_with canlock)
- $(use_with uudeview uu)
- $(use_enable nls)
- $(use_with ssl)
- )
-
- autotools-utils_src_configure
-}