summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKathryn Kulick <gothgirl@gentoo.org>2006-10-21 13:29:43 +0000
committerKathryn Kulick <gothgirl@gentoo.org>2006-10-21 13:29:43 +0000
commit35b836d62085c2609efd532e5e50d7cb6bcb791a (patch)
tree6e78e5b26972dd544cf01b507dc3de74ebbc7e99 /x11-plugins
parentStable on ppc wrt bug 151669 (diff)
downloadgentoo-2-35b836d62085c2609efd532e5e50d7cb6bcb791a.tar.gz
gentoo-2-35b836d62085c2609efd532e5e50d7cb6bcb791a.tar.bz2
gentoo-2-35b836d62085c2609efd532e5e50d7cb6bcb791a.zip
Revision bump to work with gaim-2.0.0beta4
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gaim-otr/ChangeLog8
-rw-r--r--x11-plugins/gaim-otr/files/digest-gaim-otr-3.0.0-r26
-rw-r--r--x11-plugins/gaim-otr/files/gaim-2b4-otr.patch12
-rw-r--r--x11-plugins/gaim-otr/gaim-otr-3.0.0-r2.ebuild37
4 files changed, 62 insertions, 1 deletions
diff --git a/x11-plugins/gaim-otr/ChangeLog b/x11-plugins/gaim-otr/ChangeLog
index 8d5fe1ce88e8..f086b7e799e8 100644
--- a/x11-plugins/gaim-otr/ChangeLog
+++ b/x11-plugins/gaim-otr/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/gaim-otr
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/ChangeLog,v 1.13 2006/06/14 13:04:16 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/ChangeLog,v 1.14 2006/10/21 13:29:43 gothgirl Exp $
+
+*gaim-otr-3.0.0-r2 (21 Oct 2006)
+
+ 21 Oct 2006; gothgirl <gothgirl@gentoo.org> +files/gaim-2b4-otr.patch,
+ +gaim-otr-3.0.0-r2.ebuild:
+ Revision bump to work with gaim-2.0beta4
*gaim-otr-3.0.0-r1 (14 Jun 2006)
diff --git a/x11-plugins/gaim-otr/files/digest-gaim-otr-3.0.0-r2 b/x11-plugins/gaim-otr/files/digest-gaim-otr-3.0.0-r2
new file mode 100644
index 000000000000..26f4d27261ac
--- /dev/null
+++ b/x11-plugins/gaim-otr/files/digest-gaim-otr-3.0.0-r2
@@ -0,0 +1,6 @@
+MD5 e819ef065bc0758f58beae5aa6a73ab1 gaim-otr-3.0.0.tar.gz 326217
+RMD160 7b550b2be1bd150a48ae697fdea3efb1f1677747 gaim-otr-3.0.0.tar.gz 326217
+SHA256 d6887fe5054bba466d15d1436ed15982a3b8ef1dbb8e73eeb79195535f88be01 gaim-otr-3.0.0.tar.gz 326217
+MD5 7a255b5dad10066452cf7083cc99f215 gaim2b2-otr.diff 9133
+RMD160 1eb6dde0312720d043a36eb17ff93637a63e7972 gaim2b2-otr.diff 9133
+SHA256 7d2f9605b4d0cb90c447698f2ee4b52f059c49f9136ae973b9696e87af57f5b9 gaim2b2-otr.diff 9133
diff --git a/x11-plugins/gaim-otr/files/gaim-2b4-otr.patch b/x11-plugins/gaim-otr/files/gaim-2b4-otr.patch
new file mode 100644
index 000000000000..ff1b13b9e8f7
--- /dev/null
+++ b/x11-plugins/gaim-otr/files/gaim-2b4-otr.patch
@@ -0,0 +1,12 @@
+diff -ur gaim-otr-3.0.0/gtk-dialog.c gaim-otr-3.0.0.new/gtk-dialog.c
+--- gaim-otr-3.0.0/gtk-dialog.c 2006-10-20 13:40:14.000000000 -0400
++++ gaim-otr-3.0.0.new/gtk-dialog.c 2006-10-20 13:45:11.000000000 -0400
+@@ -30,7 +30,7 @@
+ #if GAIM_MAJOR_VERSION < 2
+ #include "stock.h"
+ #else
+-#include "gtkstock.h"
++#include "gaimstock.h"
+ #endif
+ #include "plugin.h"
+ #include "notify.h"
diff --git a/x11-plugins/gaim-otr/gaim-otr-3.0.0-r2.ebuild b/x11-plugins/gaim-otr/gaim-otr-3.0.0-r2.ebuild
new file mode 100644
index 000000000000..7f87b9e108b1
--- /dev/null
+++ b/x11-plugins/gaim-otr/gaim-otr-3.0.0-r2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/gaim-otr-3.0.0-r2.ebuild,v 1.1 2006/10/21 13:29:43 gothgirl Exp $
+
+inherit flag-o-matic eutils debug
+
+DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging"
+HOMEPAGE="http://www.cypherpunks.ca/otr/"
+SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz http://www.cypherpunks.ca/otr/gaim2b2-otr.diff"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=net-libs/libotr-3.0.0
+ >=net-im/gaim-1.5.0"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${DISTDIR}/gaim2b2-otr.diff
+ epatch ${FILESDIR}/gaim-2b4-otr.patch
+}
+
+src_compile() {
+ strip-flags
+ replace-flags -O? -O2
+
+ econf || die "econf failed"
+ emake -j1 || die "Make failed"
+}
+
+src_install() {
+ make install DESTDIR=${D} || die "Install failed"
+ dodoc COPYING ChangeLog README
+}