diff options
author | Brad Laue <brad@gentoo.org> | 2003-12-08 19:40:48 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2003-12-08 19:40:48 +0000 |
commit | 65055d1c0fe1bb47d290aa14905037fc7f4b82c5 (patch) | |
tree | 365b34c42faf4cfea362448dec03db248761e283 /net-mail | |
parent | digest (diff) | |
download | gentoo-2-65055d1c0fe1bb47d290aa14905037fc7f4b82c5.tar.gz gentoo-2-65055d1c0fe1bb47d290aa14905037fc7f4b82c5.tar.bz2 gentoo-2-65055d1c0fe1bb47d290aa14905037fc7f4b82c5.zip |
Remove spurious pkg_setup; notice no longer applies
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mozilla-thunderbird/Manifest | 2 | ||||
-rw-r--r-- | net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/net-mail/mozilla-thunderbird/Manifest b/net-mail/mozilla-thunderbird/Manifest index 9250be6084f0..44a01b544983 100644 --- a/net-mail/mozilla-thunderbird/Manifest +++ b/net-mail/mozilla-thunderbird/Manifest @@ -2,7 +2,7 @@ MD5 5dd0418c191830dfcfd74400e3f9608c metadata.xml 182 MD5 4eb0da6d21b3f5a1843dafd63b9c3647 mozilla-thunderbird-0.3.ebuild 6011 MD5 d966f170d2b4694e6f5e979bbc8b87bf mozilla-thunderbird-0.2.ebuild 5994 MD5 149b75bd986e9e61881379c64fb0652c mozilla-thunderbird-0.3-r1.ebuild 6026 -MD5 cfbc226cf8ce44933995e70c8aed75ed mozilla-thunderbird-0.4.ebuild 6023 +MD5 6ced11cc113c7bc9757434da4895d608 mozilla-thunderbird-0.4.ebuild 6031 MD5 c207f402bec92c2082bbb0012e9793e9 ChangeLog 3393 MD5 1adb062c6ed356e75ec53d1e35c9d350 files/MozillaThunderbird 302 MD5 eb197ecfcac1795c503ccfeb7d010075 files/digest-mozilla-thunderbird-0.2 210 diff --git a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild index 2b791994da99..80f6b7019130 100644 --- a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild +++ b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild,v 1.5 2003/12/08 14:33:14 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild,v 1.6 2003/12/08 19:40:45 brad Exp $ inherit makeedit flag-o-matic gcc nsplugins @@ -54,14 +54,14 @@ DEPEND="${RDEPEND} export MOZ_THUNDERBIRD=1 export MOZ_ENABLE_XFT=1 -pkg_setup() { - einfo "Please unmerge previous installs of Mozilla Thunderbird before" - einfo "merging this. Running emerge unmerge mozilla-thunderbird && rm -rf" - einfo "/usr/lib/MozillaThunderbird will ensure that all files are" - einfo "removed. If you need to do this, please press ctrl-c now and" - einfo "resume emerging once you're done." - sleep 5 -} +#pkg_setup() { +# einfo "Please unmerge previous installs of Mozilla Thunderbird before" +# einfo "merging this. Running emerge unmerge mozilla-thunderbird && rm -rf" +# einfo "/usr/lib/MozillaThunderbird will ensure that all files are" +# einfo "removed. If you need to do this, please press ctrl-c now and" +# einfo "resume emerging once you're done." +# sleep 5 +#} src_unpack() { |