summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-04-08 14:59:31 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-04-08 14:59:31 +0000
commitee07e40ac310d725ee285cd492c5ce069c758d3d (patch)
treed33808d0ecb74a10d892e71f25cf6111295cdd1b /net-libs
parenttypo, re Manifest (diff)
downloadgentoo-2-ee07e40ac310d725ee285cd492c5ce069c758d3d.tar.gz
gentoo-2-ee07e40ac310d725ee285cd492c5ce069c758d3d.tar.bz2
gentoo-2-ee07e40ac310d725ee285cd492c5ce069c758d3d.zip
Version bump, wrt bug #430486
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libotr/ChangeLog9
-rw-r--r--net-libs/libotr/libotr-3.2.1.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/net-libs/libotr/ChangeLog b/net-libs/libotr/ChangeLog
index 587e3a72e124..41735b63604b 100644
--- a/net-libs/libotr/ChangeLog
+++ b/net-libs/libotr/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/libotr
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.41 2012/10/22 10:10:21 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.42 2013/04/08 14:59:31 pinkbyte Exp $
+
+*libotr-3.2.1 (08 Apr 2013)
+
+ 08 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> +libotr-3.2.1.ebuild:
+ Version bump, wrt bug #430486
22 Oct 2012; Tim Harder <radhermit@gentoo.org> metadata.xml:
Remove redundant maintainer from metadata.
diff --git a/net-libs/libotr/libotr-3.2.1.ebuild b/net-libs/libotr/libotr-3.2.1.ebuild
new file mode 100644
index 000000000000..532edb82c39a
--- /dev/null
+++ b/net-libs/libotr/libotr-3.2.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.1.ebuild,v 1.1 2013/04/08 14:59:31 pinkbyte Exp $
+
+EAPI=5
+
+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="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+
+RDEPEND=">=dev-libs/libgcrypt-1.2
+ dev-libs/libgpg-error"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS ChangeLog NEWS README UPGRADING )