diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2012-05-17 11:45:03 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2012-05-17 11:45:03 +0000 |
commit | b37f3566ba40ccc9bf9b8041dad7aeaafc48e382 (patch) | |
tree | 6fe1a6ffd4e8c01a956229684a91759241045e28 /x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-b37f3566ba40ccc9bf9b8041dad7aeaafc48e382.tar.gz gentoo-2-b37f3566ba40ccc9bf9b8041dad7aeaafc48e382.tar.bz2 gentoo-2-b37f3566ba40ccc9bf9b8041dad7aeaafc48e382.zip |
Security bump (bug #416263)
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
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.ebuild | 25 |
1 files changed, 25 insertions, 0 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 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 +} |