From 7201bbbb7980a99a9fe3ed213a3f8771fb9a2c95 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Thu, 18 Oct 2012 16:14:14 +0000 Subject: Version bump, wrt bug #433940. (Portage version: 2.1.11.29/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C) --- net-libs/libotr/ChangeLog | 10 +++++++--- net-libs/libotr/libotr-4.0.0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 net-libs/libotr/libotr-4.0.0.ebuild (limited to 'net-libs/libotr') diff --git a/net-libs/libotr/ChangeLog b/net-libs/libotr/ChangeLog index 5d01c3b67848..ce9455cc3575 100644 --- a/net-libs/libotr/ChangeLog +++ b/net-libs/libotr/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libotr -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.39 2010/01/19 02:26:34 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.40 2012/10/18 16:14:14 kensington Exp $ + +*libotr-4.0.0 (18 Oct 2012) + + 18 Oct 2012; Michael Palimaka +libotr-4.0.0.ebuild: + Version bump, wrt bug #433940. 19 Jan 2010; Jeroen Roovers libotr-3.2.0.ebuild: Stable for HPPA too. @@ -143,4 +148,3 @@ 21 Jan 2005; Don Seiler +libotr-1.0.3.ebuild: Initial add - diff --git a/net-libs/libotr/libotr-4.0.0.ebuild b/net-libs/libotr/libotr-4.0.0.ebuild new file mode 100644 index 000000000000..369b5cf68b6e --- /dev/null +++ b/net-libs/libotr/libotr-4.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-4.0.0.ebuild,v 1.1 2012/10/18 16:14:14 kensington Exp $ + +EAPI=4 + +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" +IUSE="" + +RDEPEND=">=dev-libs/libgcrypt-1.2 + dev-libs/libgpg-error" +DEPEND="${RDEPEND}" + +DOCS=( AUTHORS ChangeLog NEWS README UPGRADING ) -- cgit v1.2.3-65-gdbad