From b37f3566ba40ccc9bf9b8041dad7aeaafc48e382 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Thu, 17 May 2012 11:45:03 +0000 Subject: Security bump (bug #416263) (Portage version: 2.2.0_alpha107/cvs/Linux x86_64) --- x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild (limited to 'x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild') diff --git a/x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild b/x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild new file mode 100644 index 000000000000..0883730a8dc9 --- /dev/null +++ b/x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 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.1 2012/05/17 11:45:03 polynomial-c Exp $ + +EAPI=2 + +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 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=">=net-libs/libotr-3.2.0 + x11-libs/gtk+:2 + net-im/pidgin[gtk]" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc ChangeLog README +} -- cgit v1.2.3-65-gdbad