summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2007-08-07 02:17:22 +0000
committerOlivier Crête <tester@gentoo.org>2007-08-07 02:17:22 +0000
commit8e18b28841083f5240516897886d5013b4a0b223 (patch)
tree73375fa06172f72403905e25fa3824e217a73343 /x11-plugins/pidgin-otr
parentVersion bump, bug #187573 (diff)
downloadgentoo-2-8e18b28841083f5240516897886d5013b4a0b223.tar.gz
gentoo-2-8e18b28841083f5240516897886d5013b4a0b223.tar.bz2
gentoo-2-8e18b28841083f5240516897886d5013b4a0b223.zip
Version bump, bug #187573
(Portage version: 2.1.2.11)
Diffstat (limited to 'x11-plugins/pidgin-otr')
-rw-r--r--x11-plugins/pidgin-otr/ChangeLog10
-rw-r--r--x11-plugins/pidgin-otr/files/digest-pidgin-otr-3.1.03
-rw-r--r--x11-plugins/pidgin-otr/pidgin-otr-3.1.0.ebuild30
3 files changed, 42 insertions, 1 deletions
diff --git a/x11-plugins/pidgin-otr/ChangeLog b/x11-plugins/pidgin-otr/ChangeLog
index e744a8cb88fe..3ef3e8cdc82c 100644
--- a/x11-plugins/pidgin-otr/ChangeLog
+++ b/x11-plugins/pidgin-otr/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for x11-plugins/pidgin-otr
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.2 2007/05/07 13:37:24 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.3 2007/08/07 02:17:22 tester Exp $
+
+ 07 Aug 2007; Olivier Crête <tester@gentoo.org> +pidgin-otr-3.1.0.ebuild:
+ Version bump, bug #187573
+
+*pidgin-otr-3.1.0 (07 Aug 2007)
+
+ 07 Aug 2007; Olivier Crête <tester@gentoo.org> +pidgin-otr-3.1.0.ebuild:
+ Version bump, bug #187573
07 May 2007; Timothy Redaelli <drizzt@gentoo.org> pidgin-otr-3.0.0.ebuild:
Readd old keywords.
diff --git a/x11-plugins/pidgin-otr/files/digest-pidgin-otr-3.1.0 b/x11-plugins/pidgin-otr/files/digest-pidgin-otr-3.1.0
new file mode 100644
index 000000000000..36c98de6c997
--- /dev/null
+++ b/x11-plugins/pidgin-otr/files/digest-pidgin-otr-3.1.0
@@ -0,0 +1,3 @@
+MD5 f4ca8bc228069616d4c8fa9288af6bb5 pidgin-otr-3.1.0.tar.gz 403637
+RMD160 f0790718fee4d63be3ab2e795e500751137f00e5 pidgin-otr-3.1.0.tar.gz 403637
+SHA256 429f68931e63bfaedce7201e7039ee1fa3ef23f6f2abb890794fc0593a26a2d0 pidgin-otr-3.1.0.tar.gz 403637
diff --git a/x11-plugins/pidgin-otr/pidgin-otr-3.1.0.ebuild b/x11-plugins/pidgin-otr/pidgin-otr-3.1.0.ebuild
new file mode 100644
index 000000000000..eb76765f010e
--- /dev/null
+++ b/x11-plugins/pidgin-otr/pidgin-otr-3.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.1.0.ebuild,v 1.1 2007/08/07 02:17:22 tester Exp $
+
+inherit flag-o-matic eutils autotools
+
+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="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=net-libs/libotr-3.1.0
+ net-im/pidgin"
+
+src_compile() {
+ strip-flags
+ replace-flags -O? -O2
+
+ econf || die "econf failed"
+ emake -j1 || die "Make failed"
+}
+
+src_install() {
+ emake -j1 install DESTDIR="${D}" || die "Install failed"
+ dodoc COPYING ChangeLog README
+}