summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2013-06-20 14:50:40 +0000
committerLars Wendler <polynomial-c@gentoo.org>2013-06-20 14:50:40 +0000
commit4bf89e62f71c3cf7bd936268ea370d3c3e10ad0d (patch)
tree73d8a13716da6f65c0208517041900cd8ae44463 /net-libs/libotr
parentkeystoneclient fix for bug 473914 CVE-2013-2166 CVE-2013-2167 (diff)
downloadgentoo-2-4bf89e62f71c3cf7bd936268ea370d3c3e10ad0d.tar.gz
gentoo-2-4bf89e62f71c3cf7bd936268ea370d3c3e10ad0d.tar.bz2
gentoo-2-4bf89e62f71c3cf7bd936268ea370d3c3e10ad0d.zip
Removed old (vulnerable?) versions. Converted libotr-4.0.0.ebuild to EAPI-5
(Portage version: 2.2.0_alpha182/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'net-libs/libotr')
-rw-r--r--net-libs/libotr/ChangeLog6
-rw-r--r--net-libs/libotr/libotr-3.1.0.ebuild20
-rw-r--r--net-libs/libotr/libotr-3.2.0.ebuild21
-rw-r--r--net-libs/libotr/libotr-4.0.0.ebuild6
4 files changed, 8 insertions, 45 deletions
diff --git a/net-libs/libotr/ChangeLog b/net-libs/libotr/ChangeLog
index 5dc968e50e8f..4ebf73fee011 100644
--- a/net-libs/libotr/ChangeLog
+++ b/net-libs/libotr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libotr
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.48 2013/04/13 07:22:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.49 2013/06/20 14:50:40 polynomial-c Exp $
+
+ 20 Jun 2013; Lars Wendler <polynomial-c@gentoo.org> -libotr-3.1.0.ebuild,
+ -libotr-3.2.0.ebuild, libotr-4.0.0.ebuild:
+ Removed old (vulnerable?) versions. Converted libotr-4.0.0.ebuild to EAPI-5.
13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libotr-3.2.1.ebuild:
Stable for sparc, wrt bug #430486
diff --git a/net-libs/libotr/libotr-3.1.0.ebuild b/net-libs/libotr/libotr-3.1.0.ebuild
deleted file mode 100644
index ef6e59c7ccca..000000000000
--- a/net-libs/libotr/libotr-3.1.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.1.0.ebuild,v 1.9 2009/08/22 15:52:50 halcy0n Exp $
-
-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 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="dev-libs/libgpg-error
- >=dev-libs/libgcrypt-1.2.0"
-
-src_install() {
- make install DESTDIR="${D}" || die "Install failed"
- dodoc ChangeLog README
-}
diff --git a/net-libs/libotr/libotr-3.2.0.ebuild b/net-libs/libotr/libotr-3.2.0.ebuild
deleted file mode 100644
index 17905cedd91b..000000000000
--- a/net-libs/libotr/libotr-3.2.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.0.ebuild,v 1.13 2010/01/19 02:26:34 jer Exp $
-
-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/libgpg-error
- >=dev-libs/libgcrypt-1.2"
-DEPEND="${RDEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc ChangeLog README
-}
diff --git a/net-libs/libotr/libotr-4.0.0.ebuild b/net-libs/libotr/libotr-4.0.0.ebuild
index 369b5cf68b6e..e8123671fe9e 100644
--- a/net-libs/libotr/libotr-4.0.0.ebuild
+++ b/net-libs/libotr/libotr-4.0.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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-4.0.0.ebuild,v 1.1 2012/10/18 16:14:14 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-4.0.0.ebuild,v 1.2 2013/06/20 14:50:40 polynomial-c Exp $
-EAPI=4
+EAPI=5
DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging"
HOMEPAGE="http://www.cypherpunks.ca/otr/"