net-nntp/slrnconf: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Tue, 5 Nov 2019 22:21:47 +0000 (23:21 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 5 Nov 2019 22:21:47 +0000 (23:21 +0100)
Bug: https://bugs.gentoo.org/696252
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-nntp/slrnconf/Manifest [deleted file]
net-nntp/slrnconf/metadata.xml [deleted file]
net-nntp/slrnconf/slrnconf-0.8.4.ebuild [deleted file]
profiles/package.mask

diff --git a/net-nntp/slrnconf/Manifest b/net-nntp/slrnconf/Manifest
deleted file mode 100644 (file)
index 497f799..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST slrnconf-0.8.4.tar.bz2 43938 BLAKE2B cecd2bcb11deb627a187990c4190c238885b9f00a1dba194098ee84ce695811ee3a5ca6f84246fb8c88f46fb4856d82757d6de59cfc3a9b770f76cecf43033f0 SHA512 2ca8070426065ba366c54989e89b6aca23919e34073d8d50bb1ae53a9d79c5b7a864a44b9a7147bc6b9968a3904ec63d7b089855422b102e534b4e1e7d3498c8
diff --git a/net-nntp/slrnconf/metadata.xml b/net-nntp/slrnconf/metadata.xml
deleted file mode 100644 (file)
index 6f49eba..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/net-nntp/slrnconf/slrnconf-0.8.4.ebuild b/net-nntp/slrnconf/slrnconf-0.8.4.ebuild
deleted file mode 100644 (file)
index f049f85..0000000
+++ /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"
-}
index d68180a464316de99bd04ad0edc42a573aac7716..84be8c5d1b262d17ca6c56cbb752ea275caf7837 100644 (file)
@@ -417,7 +417,6 @@ net-misc/fmirror
 net-misc/ng-utils
 net-misc/sendfile
 net-news/yencode
-net-nntp/slrnconf
 sys-auth/pam_require
 
 # Michał Górny <mgorny@gentoo.org> (2019-10-04)