summaryrefslogtreecommitdiff
path: root/net-nntp/slrnconf/slrnconf-0.8.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-nntp/slrnconf/slrnconf-0.8.4.ebuild')
-rw-r--r--net-nntp/slrnconf/slrnconf-0.8.4.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-nntp/slrnconf/slrnconf-0.8.4.ebuild b/net-nntp/slrnconf/slrnconf-0.8.4.ebuild
deleted file mode 100644
index f049f85ff384..000000000000
--- a/net-nntp/slrnconf/slrnconf-0.8.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="slrnconf is a graphical configuration utility for the newsreader slrn"
-HOMEPAGE="http://home.arcor.de/kaffeetisch/slrnconf.html"
-SRC_URI="http://home.arcor.de/kaffeetisch/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/Gtk2
- dev-perl/Parse-RecDescent
- net-nntp/slrn"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
-
- sed -i -e 's/^install: all$/install:/' ${S}/Makefile
-}
-
-src_compile() {
- make PREFIX=/usr || die "make failed"
-}
-
-src_install() {
- make PREFIX=${D}/usr install || die "make install failed"
-}