mrueg 15/05/29 19:04:34 Modified: ChangeLog Added: pidgin-gpg-0.9.3.ebuild Log: 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 )
Revision Changes Path 1.5 x11-plugins/pidgin-gpg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-gpg/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-gpg/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-gpg/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-gpg/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 8 Oct 2012 18:48:30 -0000 1.4 +++ ChangeLog 29 May 2015 19:04:34 -0000 1.5 @@ -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 <[email protected]> +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 <[email protected]> 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 - 1.1 x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild?rev=1.1&content-type=text/plain Index: pidgin-gpg-0.9.3.ebuild =================================================================== # 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 }
