summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2012-05-17 11:45:03 +0000
committerLars Wendler <polynomial-c@gentoo.org>2012-05-17 11:45:03 +0000
commitb37f3566ba40ccc9bf9b8041dad7aeaafc48e382 (patch)
tree6fe1a6ffd4e8c01a956229684a91759241045e28 /x11-plugins
parentVersion bump. (diff)
downloadgentoo-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')
-rw-r--r--x11-plugins/pidgin-otr/ChangeLog7
-rw-r--r--x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/x11-plugins/pidgin-otr/ChangeLog b/x11-plugins/pidgin-otr/ChangeLog
index 541b3751e379..2f28ea94a799 100644
--- a/x11-plugins/pidgin-otr/ChangeLog
+++ b/x11-plugins/pidgin-otr/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/pidgin-otr
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.22 2012/05/05 05:12:03 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.23 2012/05/17 11:45:03 polynomial-c Exp $
+
+*pidgin-otr-3.2.1 (17 May 2012)
+
+ 17 May 2012; Lars Wendler <polynomial-c@gentoo.org> +pidgin-otr-3.2.1.ebuild:
+ non-maintainer commit: Security bump (bug #416263).
05 May 2012; Jeff Horelick <jdhore@gentoo.org> pidgin-otr-3.2.0.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
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
+}