diff options
author | Olivier Crête <tester@gentoo.org> | 2007-08-22 03:39:05 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2007-08-22 03:39:05 +0000 |
commit | dc524c20a45b7c203e21d2546fc5fe660134c55e (patch) | |
tree | 6f2802081ae229392031aeb5077ea1941c42d694 /x11-plugins/gaim-otr | |
parent | Add filnew ebuild to pull in pidgin-otr (diff) | |
download | gentoo-2-dc524c20a45b7c203e21d2546fc5fe660134c55e.tar.gz gentoo-2-dc524c20a45b7c203e21d2546fc5fe660134c55e.tar.bz2 gentoo-2-dc524c20a45b7c203e21d2546fc5fe660134c55e.zip |
Removed upgrade helper, we will just package.mask the old ones
(Portage version: 2.1.2.11)
Diffstat (limited to 'x11-plugins/gaim-otr')
-rw-r--r-- | x11-plugins/gaim-otr/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/gaim-otr/files/digest-gaim-otr-9999 | 0 | ||||
-rw-r--r-- | x11-plugins/gaim-otr/gaim-otr-9999.ebuild | 23 |
3 files changed, 4 insertions, 24 deletions
diff --git a/x11-plugins/gaim-otr/ChangeLog b/x11-plugins/gaim-otr/ChangeLog index 5a245da4eabe..bee3e0a2aca5 100644 --- a/x11-plugins/gaim-otr/ChangeLog +++ b/x11-plugins/gaim-otr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/gaim-otr # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/ChangeLog,v 1.18 2007/08/22 03:32:33 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/ChangeLog,v 1.19 2007/08/22 03:39:05 tester Exp $ + + 22 Aug 2007; Olivier Crête <tester@gentoo.org> -gaim-otr-9999.ebuild: + Removed upgrade helper, we will just package.mask the old ones *gaim-otr-9999 (22 Aug 2007) diff --git a/x11-plugins/gaim-otr/files/digest-gaim-otr-9999 b/x11-plugins/gaim-otr/files/digest-gaim-otr-9999 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/x11-plugins/gaim-otr/files/digest-gaim-otr-9999 +++ /dev/null diff --git a/x11-plugins/gaim-otr/gaim-otr-9999.ebuild b/x11-plugins/gaim-otr/gaim-otr-9999.ebuild deleted file mode 100644 index deaf8880a218..000000000000 --- a/x11-plugins/gaim-otr/gaim-otr-9999.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/gaim-otr-9999.ebuild,v 1.1 2007/08/22 03:32:33 tester Exp $ - -DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging" -HOMEPAGE="http://www.cypherpunks.ca/otr/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="x11-plugins/pidgin-otr" - -pkg_postinst() { - ewarn "As part of the renaming of Gaim into Pidgin, this package has" - ewarn "been renamed x11-plugins/pidgin-otr. It is being installed now," - ewarn "afterwards, you can emerge --unmerge ${CATEGORY}/${P}" - ewarn "You may also need to add pidgin-otr to your world file by doing:" - ewarn "emerge -n x11-plugins/pidgin-otr" -} |