summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-11-02 19:26:43 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-11-02 19:26:43 +0000
commitf538d77eadc087e9ef65bbe63b2f2983f3d65d77 (patch)
tree55bd8235779f871ac36a621b7824ebbcb0c2161b /net-libs
parentStable for HPPA (bug #527084). (diff)
downloadgentoo-2-f538d77eadc087e9ef65bbe63b2f2983f3d65d77.tar.gz
gentoo-2-f538d77eadc087e9ef65bbe63b2f2983f3d65d77.tar.bz2
gentoo-2-f538d77eadc087e9ef65bbe63b2f2983f3d65d77.zip
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libotr/ChangeLog7
-rw-r--r--net-libs/libotr/libotr-4.1.0.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/net-libs/libotr/ChangeLog b/net-libs/libotr/ChangeLog
index 3713b0dbed7b..6ca8f8c3e31b 100644
--- a/net-libs/libotr/ChangeLog
+++ b/net-libs/libotr/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/libotr
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.51 2014/03/01 22:31:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.52 2014/11/02 19:26:43 mrueg Exp $
+
+*libotr-4.1.0 (02 Nov 2014)
+
+ 02 Nov 2014; Manuel Rüger <mrueg@gentoo.org> +libotr-4.1.0.ebuild:
+ Version bump.
01 Mar 2014; Michał Górny <mgorny@gentoo.org> libotr-3.2.1.ebuild,
libotr-4.0.0.ebuild:
diff --git a/net-libs/libotr/libotr-4.1.0.ebuild b/net-libs/libotr/libotr-4.1.0.ebuild
new file mode 100644
index 000000000000..7230b328de47
--- /dev/null
+++ b/net-libs/libotr/libotr-4.1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-4.1.0.ebuild,v 1.1 2014/11/02 19:26:43 mrueg Exp $
+
+EAPI=5
+
+DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging"
+HOMEPAGE="https://otr.cypherpunks.ca"
+SRC_URI="https://otr.cypherpunks.ca/${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"
+IUSE=""
+
+RDEPEND=">=dev-libs/libgcrypt-1.2:0
+ dev-libs/libgpg-error"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS ChangeLog NEWS README UPGRADING )