From 1b0e2a1744df34bb14831bc1127444748f7d2fdf Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Tue, 26 Dec 2006 12:23:39 +0000 Subject: remove rfc -i that downloaded an index in pkg_postinst - bug #151422 (Portage version: 2.1.2_rc4-r1) --- app-text/rfcutil/ChangeLog | 6 +++++- app-text/rfcutil/rfcutil-3.2.3.ebuild | 5 +---- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'app-text/rfcutil') 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 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 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" } -- cgit v1.2.3-65-gdbad