summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2005-02-10 20:33:46 +0000
committerDon Seiler <rizzo@gentoo.org>2005-02-10 20:33:46 +0000
commitb72bee4860abc431fc74cece41b99ac05be7c1f8 (patch)
tree32584c343432e76828e77fb403db5c76d58dd3ed
parentStable on ppc. (diff)
downloadgentoo-2-b72bee4860abc431fc74cece41b99ac05be7c1f8.tar.gz
gentoo-2-b72bee4860abc431fc74cece41b99ac05be7c1f8.tar.bz2
gentoo-2-b72bee4860abc431fc74cece41b99ac05be7c1f8.zip
Version bump
(Portage version: 2.0.51.16)
-rw-r--r--net-libs/libotr/ChangeLog7
-rw-r--r--net-libs/libotr/Manifest2
-rw-r--r--net-libs/libotr/files/digest-libotr-2.0.01
-rw-r--r--net-libs/libotr/libotr-2.0.0.ebuild30
-rw-r--r--x11-plugins/gaim-otr/ChangeLog7
-rw-r--r--x11-plugins/gaim-otr/Manifest18
-rw-r--r--x11-plugins/gaim-otr/files/digest-gaim-otr-2.0.01
-rw-r--r--x11-plugins/gaim-otr/gaim-otr-2.0.0.ebuild29
8 files changed, 80 insertions, 15 deletions
diff --git a/net-libs/libotr/ChangeLog b/net-libs/libotr/ChangeLog
index d51ce88b9191..5d0bd65dd455 100644
--- a/net-libs/libotr/ChangeLog
+++ b/net-libs/libotr/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/libotr
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.2 2005/01/24 03:25:27 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.3 2005/02/10 20:33:35 rizzo Exp $
+
+*libotr-2.0.0 (10 Feb 2005)
+
+ 10 Feb 2005; Don Seiler <rizzo@gentoo.org> +libotr-2.0.0.ebuild:
+ Version bump
*libotr-1.0.4 (23 Jan 2005)
diff --git a/net-libs/libotr/Manifest b/net-libs/libotr/Manifest
index 5fd532e1c4db..46b71691fd00 100644
--- a/net-libs/libotr/Manifest
+++ b/net-libs/libotr/Manifest
@@ -1,4 +1,6 @@
MD5 60f8224c0671f930222007e2526b5449 ChangeLog 425
+MD5 71d0f7f41593760118aeec748577c740 libotr-2.0.0.ebuild 808
MD5 71d0f7f41593760118aeec748577c740 libotr-1.0.4.ebuild 808
MD5 f336d73adb9eb04864ae3f5e98787c12 metadata.xml 223
+MD5 acbf6ed5147acb3329e98ff711a7262a files/digest-libotr-2.0.0 64
MD5 ce21e4bf4ffd89512e4a9e32f0539761 files/digest-libotr-1.0.4 64
diff --git a/net-libs/libotr/files/digest-libotr-2.0.0 b/net-libs/libotr/files/digest-libotr-2.0.0
new file mode 100644
index 000000000000..5d98e81ae141
--- /dev/null
+++ b/net-libs/libotr/files/digest-libotr-2.0.0
@@ -0,0 +1 @@
+MD5 3d445670dd77d71f75debefd4defb2b7 libotr-2.0.0.tar.gz 370021
diff --git a/net-libs/libotr/libotr-2.0.0.ebuild b/net-libs/libotr/libotr-2.0.0.ebuild
new file mode 100644
index 000000000000..5698a0194e64
--- /dev/null
+++ b/net-libs/libotr/libotr-2.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-2.0.0.ebuild,v 1.1 2005/02/10 20:33:35 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="dev-libs/libgpg-error
+ >=dev-libs/libgcrypt-1.2.0"
+
+src_compile() {
+ strip-flags
+ replace-flags -O? -O2
+
+ econf || die "econf failed"
+ emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed"
+}
+
+src_install() {
+ make install DESTDIR=${D} || die "Install failed"
+ dodoc COPYING ChangeLog README
+}
diff --git a/x11-plugins/gaim-otr/ChangeLog b/x11-plugins/gaim-otr/ChangeLog
index 19a0df057d7a..0ee709439146 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.5 2005/02/08 12:00:41 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/ChangeLog,v 1.6 2005/02/10 20:33:46 rizzo Exp $
+
+*gaim-otr-2.0.0 (10 Feb 2005)
+
+ 10 Feb 2005; Don Seiler <rizzo@gentoo.org> +gaim-otr-2.0.0.ebuild:
+ Version bump
08 Feb 2005; Simon Stelling <blubb@gentoo.org>
+files/gaim-otr-1.0.3-fPIC.patch, gaim-otr-1.0.3.ebuild:
diff --git a/x11-plugins/gaim-otr/Manifest b/x11-plugins/gaim-otr/Manifest
index 9a3932a6d662..c5e39fe958dd 100644
--- a/x11-plugins/gaim-otr/Manifest
+++ b/x11-plugins/gaim-otr/Manifest
@@ -1,15 +1,7 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 66b5b37566145ac3166a3c7e61c64f8e gaim-otr-1.0.3.ebuild 880
-MD5 ced19657ca6b59ce15f5539bdd087cfe ChangeLog 882
+MD5 66b5b37566145ac3166a3c7e61c64f8e gaim-otr-2.0.0.ebuild 880
MD5 772dce3497d3125e130d268b63273b24 metadata.xml 226
-MD5 25b670ffc82acacbee5777a73c30c608 files/digest-gaim-otr-1.0.3 65
+MD5 ced19657ca6b59ce15f5539bdd087cfe ChangeLog 882
+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
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFCCfD3I1lqEGTUzyQRAgq1AKDExEgB5eD7BoBbbQ+QqfVGPRUU2ACgodun
-ILy9B3gLOQwxltTIDRkvrHs=
-=M+Jx
------END PGP SIGNATURE-----
+MD5 25b670ffc82acacbee5777a73c30c608 files/digest-gaim-otr-1.0.3 65
diff --git a/x11-plugins/gaim-otr/files/digest-gaim-otr-2.0.0 b/x11-plugins/gaim-otr/files/digest-gaim-otr-2.0.0
new file mode 100644
index 000000000000..7c5665300971
--- /dev/null
+++ b/x11-plugins/gaim-otr/files/digest-gaim-otr-2.0.0
@@ -0,0 +1 @@
+MD5 258f8c7978bd9771e09b54729822d4a5 gaim-otr-2.0.0.tar.gz 34142
diff --git a/x11-plugins/gaim-otr/gaim-otr-2.0.0.ebuild b/x11-plugins/gaim-otr/gaim-otr-2.0.0.ebuild
new file mode 100644
index 000000000000..f510846c900b
--- /dev/null
+++ b/x11-plugins/gaim-otr/gaim-otr-2.0.0.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.0.ebuild,v 1.1 2005/02/10 20:33:46 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.0
+ >=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
+}