summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2007-08-22 03:32:34 +0000
committerOlivier Crête <tester@gentoo.org>2007-08-22 03:32:34 +0000
commitc964fe2225c92d12dc29d868833dd008c4369e7c (patch)
tree83d2bbd0f9a7d83d3d38406b1128644ff9862589 /x11-plugins/gaim-otr/gaim-otr-9999.ebuild
parentVersion bump, bug #186163 (diff)
downloadhistorical-c964fe2225c92d12dc29d868833dd008c4369e7c.tar.gz
historical-c964fe2225c92d12dc29d868833dd008c4369e7c.tar.bz2
historical-c964fe2225c92d12dc29d868833dd008c4369e7c.zip
Add filnew ebuild to pull in pidgin-otr
Package-Manager: portage-2.1.2.11
Diffstat (limited to 'x11-plugins/gaim-otr/gaim-otr-9999.ebuild')
-rw-r--r--x11-plugins/gaim-otr/gaim-otr-9999.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-plugins/gaim-otr/gaim-otr-9999.ebuild b/x11-plugins/gaim-otr/gaim-otr-9999.ebuild
new file mode 100644
index 000000000000..deaf8880a218
--- /dev/null
+++ b/x11-plugins/gaim-otr/gaim-otr-9999.ebuild
@@ -0,0 +1,23 @@
+# 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"
+}