summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-03-20 18:20:29 +0100
committerLars Wendler <polynomial-c@gentoo.org>2016-03-20 18:23:26 +0100
commit5ed342342229bc85319440341dc14d48d373d5e6 (patch)
tree36ceb4895d8033ebb248a087288a7b7b1f26e9e2
parentx11-plugins/pidgin-otr: Security cleanup (bug #576916). (diff)
downloadgentoo-5ed342342229bc85319440341dc14d48d373d5e6.tar.gz
gentoo-5ed342342229bc85319440341dc14d48d373d5e6.tar.bz2
gentoo-5ed342342229bc85319440341dc14d48d373d5e6.zip
net-libs/libotr: Security cleanup (bug #576914).
Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-rw-r--r--net-libs/libotr/Manifest2
-rw-r--r--net-libs/libotr/libotr-3.2.1.ebuild19
-rw-r--r--net-libs/libotr/libotr-4.1.0.ebuild20
3 files changed, 0 insertions, 41 deletions
diff --git a/net-libs/libotr/Manifest b/net-libs/libotr/Manifest
index 9dbd1b721d5a..ae81f758ad9e 100644
--- a/net-libs/libotr/Manifest
+++ b/net-libs/libotr/Manifest
@@ -1,3 +1 @@
-DIST libotr-3.2.1.tar.gz 414684 SHA256 d428eaa584984baa09450cca07742e0ac8fc62401f3a1c556e3025023369cdf4 SHA512 7dfac85cb7dd1a95481330ecf3bfe54477a9de7e20370919386e8aa9553e374a2d3587d7b4bb654d1a30bd1c47e41c577f7b78f4007c5cb97f2f6a2c63078899 WHIRLPOOL 96593df2cc3f5e5e606e14170c3706b1dc17f2142821d827d2e5ae1473b923eacc95909f489f18a700539e07de2042e39df36157f724ba79916591c8ccca594b
-DIST libotr-4.1.0.tar.gz 576771 SHA256 4fdb891940ec89d300190a98f69a9138248dcb8c8d337633fb981b8d0a9cd930 SHA512 3c6a6bf8ee64467484519187d1bc86001d5ae6ceb169e9c828f7750a1db3dadfef677b828a5d292e5caa12f874711df4fd2db977d48dc968e9f0edc2eab58e3e WHIRLPOOL ffd9f0ae542a2013554547ca37059cba91f3c5b4966a870d5df6f82a794da4aee318c3e1d1dbd23405a67990f9aee750281d6083d1ded59048191981dc59af16
DIST libotr-4.1.1.tar.gz 655791 SHA256 8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca419f5 SHA512 c957206235b9f627542f23a645c822ea1b318d83fa655f41ed8d9a3c0dddf30b88f0ca82060026af155e48ecb13969dc9270831f20304669794151f666ae5cb0 WHIRLPOOL 159cfd76e4de87de7cd6afb83309fee3b910436daf4dfa2832cac637eb0b58d77f2063fb8fa0325bd90717a31e5d971ddfaf2c3d3ab785612cc53eeca3234d7c
diff --git a/net-libs/libotr/libotr-3.2.1.ebuild b/net-libs/libotr/libotr-3.2.1.ebuild
deleted file mode 100644
index 1ba05619e9a6..000000000000
--- a/net-libs/libotr/libotr-3.2.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging"
-HOMEPAGE="https://otr.cypherpunks.ca"
-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:0
- dev-libs/libgpg-error"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog NEWS README UPGRADING )
diff --git a/net-libs/libotr/libotr-4.1.0.ebuild b/net-libs/libotr/libotr-4.1.0.ebuild
deleted file mode 100644
index a6ed64832260..000000000000
--- a/net-libs/libotr/libotr-4.1.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 )