summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2013-06-20 14:25:13 +0000
committerLars Wendler <polynomial-c@gentoo.org>2013-06-20 14:25:13 +0000
commit8a9e174218c319f16b366578e38122b0db8ee804 (patch)
tree62592099d106f12751983e47b0e2ccffb188849f /x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild
parentSmall fix to REQUIRED_USE (diff)
downloadgentoo-2-8a9e174218c319f16b366578e38122b0db8ee804.tar.gz
gentoo-2-8a9e174218c319f16b366578e38122b0db8ee804.tar.bz2
gentoo-2-8a9e174218c319f16b366578e38122b0db8ee804.zip
Fixed dependency on libotr (bug #439550). Removed old
(Portage version: 2.2.0_alpha182/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild')
-rw-r--r--x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild b/x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild
index ffbb34cd3f82..54d15935d1d0 100644
--- a/x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild
+++ b/x11-plugins/pidgin-otr/pidgin-otr-3.2.1.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/x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild,v 1.5 2012/06/09 19:10:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild,v 1.6 2013/06/20 14:25:13 polynomial-c Exp $
-EAPI=2
+EAPI=5
DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging"
HOMEPAGE="http://www.cypherpunks.ca/otr/"
@@ -13,13 +13,10 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
-RDEPEND=">=net-libs/libotr-3.2.0
+RDEPEND="<net-libs/libotr-4.0.0
x11-libs/gtk+:2
net-im/pidgin[gtk]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc ChangeLog README
-}
+DOCS=( ChangeLog README )