commit:     af7e064a4a8dabcc1c90a4ab9dca9febf867239b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 07:29:38 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 07:32:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af7e064a

app-text/rfcutil: Remove last-rited pkg

Closes: https://bugs.gentoo.org/673600
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-text/rfcutil/Manifest                    |  1 -
 app-text/rfcutil/files/rfc-3.2.3-index.patch | 17 -----------
 app-text/rfcutil/files/rfc-3.2.3-paths.patch | 22 --------------
 app-text/rfcutil/metadata.xml                |  5 ----
 app-text/rfcutil/rfcutil-3.2.3-r2.ebuild     | 45 ----------------------------
 profiles/package.mask                        |  6 ----
 6 files changed, 96 deletions(-)

diff --git a/app-text/rfcutil/Manifest b/app-text/rfcutil/Manifest
deleted file mode 100644
index fab0a575f6b..00000000000
--- a/app-text/rfcutil/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rfc-3.2.3.tar.gz 10469 BLAKE2B 
8158a707c216a88b0ed41b60146f1ef53bdd060ed88cef18e38c9fe69c638fec38df1c83d4bce281d85446f11e2035086c7d2f19b8bd60c8fa4349f0e9f35bfa
 SHA512 
b16ff2ee0c7a1213369dd4d5d1033c6daf95f283b170ffc46c02b65cd125d4bf2b5dd8b25e8b6a9153330f8fc624454589ecb6d77f2d47e9e34ae18ccbdaf095

diff --git a/app-text/rfcutil/files/rfc-3.2.3-index.patch 
b/app-text/rfcutil/files/rfc-3.2.3-index.patch
deleted file mode 100644
index 6b4deb607d6..00000000000
--- a/app-text/rfcutil/files/rfc-3.2.3-index.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/rfc-3.2.3/rfc-3.2.3
-+++ b/rfc-3.2.3/rfc-3.2.3
-@@ -103,11 +103,12 @@
-     ."It may be desirable to change the\n\$indexpath to a location you can 
write to.";
-     close (INDEXPATH);
-     $indexlength=numlines($indexpath);
--    print "Modem users one moment, it's about 400k \(doesn't need to be 
updated often\)\n";
-+    print "Modem users one moment, it's about 1024k \(doesn't need to be 
updated often\)\n";
-     print "original lines \t= $indexlength\t$indexpath\n";
-     #system ("$viewer -dump http://www.faqs.org/rfc/rfc-index.txt > 
$indexpath");
-     #system ("$viewer -dump http://www.dewn.com/rfc/rfc-index.txt > 
$indexpath");
--    system ("$viewer -dump http://ftp.isi.edu/in-notes/rfc-index.txt > 
$indexpath");
-+    #system ("$viewer -dump http://ftp.isi.edu/in-notes/rfc-index.txt > 
$indexpath");
-+    system ("$viewer -dump http://www.ietf.org/rfc/rfc-index.txt > 
$indexpath");
-     $indexlength=numlines($indexpath); print "new lines \t= 
$indexlength\t$indexpath\n";
-     exit }
- 

diff --git a/app-text/rfcutil/files/rfc-3.2.3-paths.patch 
b/app-text/rfcutil/files/rfc-3.2.3-paths.patch
deleted file mode 100644
index 8d61bdbf388..00000000000
--- a/app-text/rfcutil/files/rfc-3.2.3-paths.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/rfc-3.2.3/rfc-3.2.3
-+++ b/rfc-3.2.3/rfc-3.2.3
-@@ -36,8 +36,8 @@
- 
- # These make it avail for all users if you can't 
- # run it as root. (full path, not ~/ )
--$indexpath="/usr/local/etc/rfc-index";
--$servpath="/usr/local/etc/nmap-services";
-+$indexpath="@GENTOO_PORTAGE_EPREFIX@/var/cache/rfc/rfc-index";
-+$servpath="@GENTOO_PORTAGE_EPREFIX@/etc/nmap-services";
- 
- ####################################
- ## add as many urls as you please ##
-@@ -46,7 +46,7 @@
-           !http://www.faqs.org/rfcs/
-           http://www.isi.edu/in-notes/
-           http://www.cis.ohio-state.edu/htbin/rfc/
--          /local/path/to/rfcs/);   #MAKE SURE you have the trailing slashes
-+          @GENTOO_PORTAGE_EPREFIX@/var/cache/rfc/rfcs/);   #MAKE SURE you 
have the trailing slashes
-           # URLs beginning with an ! are treated as HTML and not text
- 
- #######################

diff --git a/app-text/rfcutil/metadata.xml b/app-text/rfcutil/metadata.xml
deleted file mode 100644
index 6f49eba8f49..00000000000
--- a/app-text/rfcutil/metadata.xml
+++ /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/app-text/rfcutil/rfcutil-3.2.3-r2.ebuild 
b/app-text/rfcutil/rfcutil-3.2.3-r2.ebuild
deleted file mode 100644
index 2706c02ec2a..00000000000
--- a/app-text/rfcutil/rfcutil-3.2.3-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils prefix
-
-MY_PN="rfc"
-MY_P="${MY_PN}-${PV}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="return all related RFCs based upon a number or a search string"
-HOMEPAGE="http://www.dewn.com/rfc/";
-SRC_URI="http://www.dewn.com/rfc/${MY_P}.tar.gz";
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="amd64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND="dev-lang/perl
-       || ( www-client/lynx virtual/w3m )"
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${MY_P}-paths.patch \
-               "${FILESDIR}"/${MY_P}-index.patch
-       eprefixify ${MY_P}
-}
-
-src_install() {
-       newbin ${MY_P} ${MY_PN}
-       doman ${MY_PN}.1
-       dodoc CHANGELOG KNOWN_BUGS README
-       keepdir /var/cache/rfc
-}
-
-pkg_postinst() {
-       elog "Gaarde suggests you make a cron.monthly to run the following:"
-       elog "   ${EPREFIX}/usr/bin/rfc -i"
-}
-
-pkg_prerm() {
-       rm -f "${EROOT}"/var/cache/rfc/*
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 15574717281..d0b09b942e2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -727,12 +727,6 @@ dev-util/igprof
 # Removal in 30 days.  Bug #587306.
 sys-boot/quik
 
-# Michał Górny <[email protected]> (15 Mar 2019)
-# Upstream website disappeared, and along with it remote index needed
-# for the program to work.  No maintainer; package last touched in 2012.
-# Removal in 30 days.  Bug #673600.
-app-text/rfcutil
-
 # Eray Aslan <[email protected]> (01 Mar 2019)
 # Mask experimental software
 =mail-mta/postfix-3.5*

Reply via email to