summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-10 21:16:08 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-10 21:16:08 +0000
commit08ece2a726095124e490704d7892cf1e04c8876c (patch)
treef8375381e073368953901a8b5070824e442cc0ee /net-libs/libotr
parentStable on s390, wrt bug #534858 (diff)
downloadgentoo-2-08ece2a726095124e490704d7892cf1e04c8876c.tar.gz
gentoo-2-08ece2a726095124e490704d7892cf1e04c8876c.tar.bz2
gentoo-2-08ece2a726095124e490704d7892cf1e04c8876c.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-libs/libotr')
-rw-r--r--net-libs/libotr/ChangeLog7
-rw-r--r--net-libs/libotr/libotr-4.0.0.ebuild20
2 files changed, 5 insertions, 22 deletions
diff --git a/net-libs/libotr/ChangeLog b/net-libs/libotr/ChangeLog
index 6ca8f8c3e31b..47a3177f9b73 100644
--- a/net-libs/libotr/ChangeLog
+++ b/net-libs/libotr/ChangeLog
@@ -1,6 +1,9 @@
# 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.52 2014/11/02 19:26:43 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.53 2015/01/10 21:16:08 mrueg Exp $
+
+ 10 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -libotr-4.0.0.ebuild:
+ Remove old.
*libotr-4.1.0 (02 Nov 2014)
diff --git a/net-libs/libotr/libotr-4.0.0.ebuild b/net-libs/libotr/libotr-4.0.0.ebuild
deleted file mode 100644
index b21ae7587eb7..000000000000
--- a/net-libs/libotr/libotr-4.0.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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.0.0.ebuild,v 1.4 2014/03/01 22:31:38 mgorny 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 )