diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-10-18 16:16:42 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-10-18 16:16:42 +0000 |
commit | ab22a34c11e04c85198040e0f8c6408f0fd43a65 (patch) | |
tree | 569c41b320fcda4f79e288b03ced4aed7c5a6a55 /x11-plugins/pidgin-otr | |
parent | Version bump, wrt bug #433940. (diff) | |
download | gentoo-2-ab22a34c11e04c85198040e0f8c6408f0fd43a65.tar.gz gentoo-2-ab22a34c11e04c85198040e0f8c6408f0fd43a65.tar.bz2 gentoo-2-ab22a34c11e04c85198040e0f8c6408f0fd43a65.zip |
Version bump, wrt bug #433940.
(Portage version: 2.1.11.29/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'x11-plugins/pidgin-otr')
-rw-r--r-- | x11-plugins/pidgin-otr/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/pidgin-otr/pidgin-otr-4.0.0.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/x11-plugins/pidgin-otr/ChangeLog b/x11-plugins/pidgin-otr/ChangeLog index 29d2c2f487a5..d6e09b69be60 100644 --- a/x11-plugins/pidgin-otr/ChangeLog +++ b/x11-plugins/pidgin-otr/ChangeLog @@ -1,6 +1,12 @@ # 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.27 2012/06/09 19:10:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.28 2012/10/18 16:16:42 kensington Exp $ + +*pidgin-otr-4.0.0 (18 Oct 2012) + + 18 Oct 2012; Michael Palimaka <kensington@gentoo.org> + +pidgin-otr-4.0.0.ebuild: + Version bump, wrt bug #433940. 09 Jun 2012; Raúl Porcel <armin76@gentoo.org> pidgin-otr-3.2.0.ebuild, pidgin-otr-3.2.1.ebuild: @@ -107,4 +113,3 @@ New ebuild wrt bug #177441. Patch taken from otr-dev mailing list. Thanks to Andrea Perotti for testing. - diff --git a/x11-plugins/pidgin-otr/pidgin-otr-4.0.0.ebuild b/x11-plugins/pidgin-otr/pidgin-otr-4.0.0.ebuild new file mode 100644 index 000000000000..3c0994868fdc --- /dev/null +++ b/x11-plugins/pidgin-otr/pidgin-otr-4.0.0.ebuild @@ -0,0 +1,24 @@ +# 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-4.0.0.ebuild,v 1.1 2012/10/18 16:16:42 kensington Exp $ + +EAPI=4 + +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 ~x86" +IUSE="" + +RDEPEND="dev-libs/libgcrypt + net-im/pidgin[gtk] + >=net-libs/libotr-4.0.0 + x11-libs/gtk+:2" +DEPEND="${RDEPEND} + dev-util/intltool + virtual/pkgconfig" + +DOCS=( AUTHORS ChangeLog NEWS README ) |