summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-14 09:29:38 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-14 09:32:17 +0200
commitaf7e064a4a8dabcc1c90a4ab9dca9febf867239b (patch)
treeaeba6be6608081f87262df64125be48b6c70288f /app-text
parentapp-admin/fleet: Remove last-rited pkg (diff)
downloadgentoo-af7e064a4a8dabcc1c90a4ab9dca9febf867239b.tar.gz
gentoo-af7e064a4a8dabcc1c90a4ab9dca9febf867239b.tar.bz2
gentoo-af7e064a4a8dabcc1c90a4ab9dca9febf867239b.zip
app-text/rfcutil: Remove last-rited pkg
Closes: https://bugs.gentoo.org/673600 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/rfcutil/Manifest1
-rw-r--r--app-text/rfcutil/files/rfc-3.2.3-index.patch17
-rw-r--r--app-text/rfcutil/files/rfc-3.2.3-paths.patch22
-rw-r--r--app-text/rfcutil/metadata.xml5
-rw-r--r--app-text/rfcutil/rfcutil-3.2.3-r2.ebuild45
5 files changed, 0 insertions, 90 deletions
diff --git a/app-text/rfcutil/Manifest b/app-text/rfcutil/Manifest
deleted file mode 100644
index fab0a575f6b7..000000000000
--- 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 6b4deb607d6a..000000000000
--- 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 8d61bdbf3889..000000000000
--- 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 6f49eba8f496..000000000000
--- 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 2706c02ec2ab..000000000000
--- 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/*
-}