summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-10-17 05:04:42 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-10-17 05:04:42 +0000
commitb51dc78b46006fa1abea39b2f232e0ea221f4904 (patch)
tree425116124efe961ad8fdaea0c52b26ce1de4277f /app-text
parentRemove old. (diff)
downloadgentoo-2-b51dc78b46006fa1abea39b2f232e0ea221f4904.tar.gz
gentoo-2-b51dc78b46006fa1abea39b2f232e0ea221f4904.tar.bz2
gentoo-2-b51dc78b46006fa1abea39b2f232e0ea221f4904.zip
Remove old.
(Portage version: 2.1.11.28/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/rfcutil/ChangeLog6
-rw-r--r--app-text/rfcutil/files/rfc-3.2.3.diff22
-rw-r--r--app-text/rfcutil/rfcutil-3.2.3-r1.ebuild45
3 files changed, 5 insertions, 68 deletions
diff --git a/app-text/rfcutil/ChangeLog b/app-text/rfcutil/ChangeLog
index c80f5a265d1d..8918251de902 100644
--- a/app-text/rfcutil/ChangeLog
+++ b/app-text/rfcutil/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/rfcutil
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/ChangeLog,v 1.38 2012/10/17 03:20:00 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/ChangeLog,v 1.39 2012/10/17 05:04:42 kensington Exp $
+
+ 17 Oct 2012; Michael Palimaka <kensington@gentoo.org> -files/rfc-3.2.3.diff,
+ -rfcutil-3.2.3-r1.ebuild:
+ Remove old.
17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> rfcutil-3.2.3-r2.ebuild:
x86 stable wrt bug #437616
diff --git a/app-text/rfcutil/files/rfc-3.2.3.diff b/app-text/rfcutil/files/rfc-3.2.3.diff
deleted file mode 100644
index cb7c14e3e376..000000000000
--- a/app-text/rfcutil/files/rfc-3.2.3.diff
+++ /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="/var/cache/rfc/rfc-index";
-+$servpath="/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
-+ /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/rfcutil-3.2.3-r1.ebuild b/app-text/rfcutil/rfcutil-3.2.3-r1.ebuild
deleted file mode 100644
index e0facb5b35f2..000000000000
--- a/app-text/rfcutil/rfcutil-3.2.3-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/rfcutil-3.2.3-r1.ebuild,v 1.6 2012/03/18 18:16:46 armin76 Exp $
-
-EAPI=4
-
-inherit eutils
-
-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="as-is"
-SLOT="0"
-KEYWORDS="amd64 ~mips ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- || ( www-client/lynx virtual/w3m )"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${MY_P}.diff \
- "${FILESDIR}"/${MY_P}-index.patch
-}
-
-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 " /usr/bin/rfc -i"
-}
-
-pkg_prerm() {
- rm -f "${ROOT}"/var/cache/rfc/*
-}