diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-29 19:04:34 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-29 19:04:34 +0000 |
commit | 4cd913cdc11f84c1b5f156d7fcedb066f704625f (patch) | |
tree | 1724f03c0ff0df81e0353aba773d81b43926d7db /x11-plugins | |
parent | Restore ruby19 version. (diff) | |
download | gentoo-2-4cd913cdc11f84c1b5f156d7fcedb066f704625f.tar.gz gentoo-2-4cd913cdc11f84c1b5f156d7fcedb066f704625f.tar.bz2 gentoo-2-4cd913cdc11f84c1b5f156d7fcedb066f704625f.zip |
Version bump. Proxy commit for Azamat H. Hackimov. Thanks to Daniel Kenzelmann. Fixes bug #537118.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-gpg/ChangeLog | 11 | ||||
-rw-r--r-- | x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild | 32 |
2 files changed, 40 insertions, 3 deletions
diff --git a/x11-plugins/pidgin-gpg/ChangeLog b/x11-plugins/pidgin-gpg/ChangeLog index e400936cd98f..b40b83b1f255 100644 --- a/x11-plugins/pidgin-gpg/ChangeLog +++ b/x11-plugins/pidgin-gpg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/pidgin-gpg -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-gpg/ChangeLog,v 1.4 2012/10/08 18:48:30 pinkbyte Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-gpg/ChangeLog,v 1.5 2015/05/29 19:04:34 mrueg Exp $ + +*pidgin-gpg-0.9.3 (29 May 2015) + + 29 May 2015; Manuel Rüger <mrueg@gentoo.org> +pidgin-gpg-0.9.3.ebuild: + Version bump. Proxy commit for Azamat H. Hackimov. Thanks to Daniel + Kenzelmann. Fixes bug #537118. 08 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> pidgin-gpg-0.9.ebuild: Remove unneeded libtool files @@ -17,4 +23,3 @@ +metadata.xml: Initial commit wrt bug #437544. Ebuild is from rion overlay and will be maintained by Azamat H. Hackimov through proxy maintainers - diff --git a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild new file mode 100644 index 000000000000..bb37e7fe5a59 --- /dev/null +++ b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild,v 1.1 2015/05/29 19:04:34 mrueg Exp $ + +EAPI=5 + +inherit autotools eutils + +DESCRIPTION="Pidgin GPG/OpenPGP (XEP-0027) plugin" +HOMEPAGE="https://github.com/Draghtnod/Pidgin-GPG" +SRC_URI="https://github.com/Draghtnod/Pidgin-GPG/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="app-crypt/gpgme + net-im/pidgin" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S="${WORKDIR}/Pidgin-GPG-${PV}" + +src_prepare() { + eautoreconf +} + +src_install() { + default + prune_libtool_files --all +} |