diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-11-02 19:29:07 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-11-02 19:29:07 +0000 |
commit | e5251b131a64e9652576698fc4af63da823a15d8 (patch) | |
tree | 79ddcb3e8bf573e6598310bb1a7c209eb4b82cc9 /x11-plugins/pidgin-otr | |
parent | Version bump. (diff) | |
download | gentoo-2-e5251b131a64e9652576698fc4af63da823a15d8.tar.gz gentoo-2-e5251b131a64e9652576698fc4af63da823a15d8.tar.bz2 gentoo-2-e5251b131a64e9652576698fc4af63da823a15d8.zip |
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-plugins/pidgin-otr')
-rw-r--r-- | x11-plugins/pidgin-otr/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/pidgin-otr/pidgin-otr-4.0.1.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/x11-plugins/pidgin-otr/ChangeLog b/x11-plugins/pidgin-otr/ChangeLog index e1fd16bb58c1..f722f01a5cca 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.30 2014/03/01 22:24:05 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.31 2014/11/02 19:29:07 mrueg Exp $ + +*pidgin-otr-4.0.1 (02 Nov 2014) + + 02 Nov 2014; Manuel Rüger <mrueg@gentoo.org> +pidgin-otr-4.0.1.ebuild: + Version bump. 01 Mar 2014; Michał Górny <mgorny@gentoo.org> pidgin-otr-4.0.0.ebuild: Update libgcrypt dep to use slot :0. diff --git a/x11-plugins/pidgin-otr/pidgin-otr-4.0.1.ebuild b/x11-plugins/pidgin-otr/pidgin-otr-4.0.1.ebuild new file mode 100644 index 000000000000..1bbb85c65081 --- /dev/null +++ b/x11-plugins/pidgin-otr/pidgin-otr-4.0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 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.1.ebuild,v 1.1 2014/11/02 19:29:07 mrueg Exp $ + +EAPI=5 + +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:0 + 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 ) |