summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2005-02-24 18:38:30 +0000
committerDon Seiler <rizzo@gentoo.org>2005-02-24 18:38:30 +0000
commit7780df6efd9bda0d98384a3a69ebca4e0d6ad40a (patch)
tree3868e25a46492df125c128cf95f60b2fa4e96dc1 /x11-plugins
parentAdded ~ppc64 to KEYWORDS (diff)
downloadhistorical-7780df6efd9bda0d98384a3a69ebca4e0d6ad40a.tar.gz
historical-7780df6efd9bda0d98384a3a69ebca4e0d6ad40a.tar.bz2
historical-7780df6efd9bda0d98384a3a69ebca4e0d6ad40a.zip
Version bump, closes bug #83173
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gaim-otr/ChangeLog7
-rw-r--r--x11-plugins/gaim-otr/Manifest4
-rw-r--r--x11-plugins/gaim-otr/files/digest-gaim-otr-2.0.11
-rw-r--r--x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild29
4 files changed, 39 insertions, 2 deletions
diff --git a/x11-plugins/gaim-otr/ChangeLog b/x11-plugins/gaim-otr/ChangeLog
index 0ee709439146..4c0d15eb388a 100644
--- a/x11-plugins/gaim-otr/ChangeLog
+++ b/x11-plugins/gaim-otr/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/gaim-otr
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/ChangeLog,v 1.6 2005/02/10 20:33:46 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/ChangeLog,v 1.7 2005/02/24 18:38:29 rizzo Exp $
+
+*gaim-otr-2.0.1 (24 Feb 2005)
+
+ 24 Feb 2005; Don Seiler <rizzo@gentoo.org> +gaim-otr-2.0.1.ebuild:
+ Version bump, closes bug #83173
*gaim-otr-2.0.0 (10 Feb 2005)
diff --git a/x11-plugins/gaim-otr/Manifest b/x11-plugins/gaim-otr/Manifest
index c973c39cb6d5..a98861469180 100644
--- a/x11-plugins/gaim-otr/Manifest
+++ b/x11-plugins/gaim-otr/Manifest
@@ -1,7 +1,9 @@
MD5 6849d1e60420809356fa2cb570987ad7 gaim-otr-2.0.0.ebuild 781
MD5 772dce3497d3125e130d268b63273b24 metadata.xml 226
-MD5 2e9eb24129e85a7d1660c455a8fb2b80 ChangeLog 998
+MD5 23d95d74aba3ba4e02a804afe248f114 ChangeLog 1133
+MD5 6370b5ce7d912f4cdb16683da1b0c411 gaim-otr-2.0.1.ebuild 781
MD5 66b5b37566145ac3166a3c7e61c64f8e gaim-otr-1.0.3.ebuild 880
MD5 972e2f6cda3a9c79b1de8cbd95549597 files/digest-gaim-otr-2.0.0 65
MD5 f35f82a092a303af1e9780ec9fd495fa files/gaim-otr-1.0.3-fPIC.patch 364
MD5 25b670ffc82acacbee5777a73c30c608 files/digest-gaim-otr-1.0.3 65
+MD5 92722fbea66bd224305cdbdb38a2caa5 files/digest-gaim-otr-2.0.1 65
diff --git a/x11-plugins/gaim-otr/files/digest-gaim-otr-2.0.1 b/x11-plugins/gaim-otr/files/digest-gaim-otr-2.0.1
new file mode 100644
index 000000000000..1c6cb5f37870
--- /dev/null
+++ b/x11-plugins/gaim-otr/files/digest-gaim-otr-2.0.1
@@ -0,0 +1 @@
+MD5 873568dac983b7182ad3ac6545567377 gaim-otr-2.0.1.tar.gz 34691
diff --git a/x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild b/x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild
new file mode 100644
index 000000000000..58f304f9db34
--- /dev/null
+++ b/x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild,v 1.1 2005/02/24 18:38:29 rizzo 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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=">=net-libs/libotr-2.0.1
+ >=net-im/gaim-1.1.0"
+
+src_compile() {
+ strip-flags
+ replace-flags -O? -O2
+
+ emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed"
+}
+
+src_install() {
+ make install DESTDIR=${D} || die "Install failed"
+ dodoc COPYING ChangeLog README
+}