summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2006-12-26 12:23:39 +0000
committerDaniel Black <dragonheart@gentoo.org>2006-12-26 12:23:39 +0000
commit1b0e2a1744df34bb14831bc1127444748f7d2fdf (patch)
tree9a036cf8555347533be2c67a3f9bcf3f61d7bd24 /app-text/rfcutil
parentMasked qdbm USE for testing (diff)
downloadgentoo-2-1b0e2a1744df34bb14831bc1127444748f7d2fdf.tar.gz
gentoo-2-1b0e2a1744df34bb14831bc1127444748f7d2fdf.tar.bz2
gentoo-2-1b0e2a1744df34bb14831bc1127444748f7d2fdf.zip
remove rfc -i that downloaded an index in pkg_postinst - bug #151422
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'app-text/rfcutil')
-rw-r--r--app-text/rfcutil/ChangeLog6
-rw-r--r--app-text/rfcutil/rfcutil-3.2.3.ebuild5
2 files changed, 6 insertions, 5 deletions
diff --git a/app-text/rfcutil/ChangeLog b/app-text/rfcutil/ChangeLog
index 82414a286c1c..01e98f77b888 100644
--- a/app-text/rfcutil/ChangeLog
+++ b/app-text/rfcutil/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/rfcutil
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/ChangeLog,v 1.21 2006/12/04 21:16:58 eroyf Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/ChangeLog,v 1.22 2006/12/26 12:23:39 dragonheart Exp $
+
+ 26 Dec 2006; Daniel Black <dragonheart@gentoo.org> rfcutil-3.2.3.ebuild:
+ remove rfc -i that downloaded an index in pkg_postinst thanks to Evil
+ Compile Person in bug #151422
04 Dec 2006; Alexander H. Færøy <eroyf@gentoo.org> rfcutil-3.2.3.ebuild:
Stable on MIPS.
diff --git a/app-text/rfcutil/rfcutil-3.2.3.ebuild b/app-text/rfcutil/rfcutil-3.2.3.ebuild
index 6da007718cee..24476f9f8d47 100644
--- a/app-text/rfcutil/rfcutil-3.2.3.ebuild
+++ b/app-text/rfcutil/rfcutil-3.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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.ebuild,v 1.25 2006/12/04 21:16:58 eroyf Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/rfcutil-3.2.3.ebuild,v 1.26 2006/12/26 12:23:39 dragonheart Exp $
inherit eutils
@@ -33,9 +33,6 @@ src_install() {
}
pkg_postinst() {
- [[ ${ROOT} != "/" ]] && return 0
- einfo "Generating rfc-index"
- /usr/bin/rfc -i
einfo "Gaarde suggests you make a cron.monthly to run the following:"
einfo " /usr/bin/rfc -i"
}