Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-gpg: pidgin-gpg-0.9.3.ebuild ChangeLog
Date: Fri, 29 May 2015 19:04:38
Message-Id: 20150529190434.54B12A0C@oystercatcher.gentoo.org
1 mrueg 15/05/29 19:04:34
2
3 Modified: ChangeLog
4 Added: pidgin-gpg-0.9.3.ebuild
5 Log:
6 Version bump. Proxy commit for Azamat H. Hackimov. Thanks to Daniel Kenzelmann. Fixes bug #537118.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.5 x11-plugins/pidgin-gpg/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-gpg/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-gpg/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-gpg/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-gpg/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 8 Oct 2012 18:48:30 -0000 1.4
24 +++ ChangeLog 29 May 2015 19:04:34 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-plugins/pidgin-gpg
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-gpg/ChangeLog,v 1.4 2012/10/08 18:48:30 pinkbyte Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-gpg/ChangeLog,v 1.5 2015/05/29 19:04:34 mrueg Exp $
31 +
32 +*pidgin-gpg-0.9.3 (29 May 2015)
33 +
34 + 29 May 2015; Manuel RĂ¼ger <mrueg@g.o> +pidgin-gpg-0.9.3.ebuild:
35 + Version bump. Proxy commit for Azamat H. Hackimov. Thanks to Daniel
36 + Kenzelmann. Fixes bug #537118.
37
38 08 Oct 2012; Sergey Popov <pinkbyte@g.o> pidgin-gpg-0.9.ebuild:
39 Remove unneeded libtool files
40 @@ -17,4 +23,3 @@
41 +metadata.xml:
42 Initial commit wrt bug #437544. Ebuild is from rion overlay and will be
43 maintained by Azamat H. Hackimov through proxy maintainers
44 -
45
46
47
48 1.1 x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild?rev=1.1&view=markup
51 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
52
53 Index: pidgin-gpg-0.9.3.ebuild
54 ===================================================================
55 # Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $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 $
58
59 EAPI=5
60
61 inherit autotools eutils
62
63 DESCRIPTION="Pidgin GPG/OpenPGP (XEP-0027) plugin"
64 HOMEPAGE="https://github.com/Draghtnod/Pidgin-GPG"
65 SRC_URI="https://github.com/Draghtnod/Pidgin-GPG/archive/v${PV}.tar.gz -> ${P}.tar.gz"
66
67 LICENSE="GPL-3"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 RDEPEND="app-crypt/gpgme
73 net-im/pidgin"
74 DEPEND="${RDEPEND}
75 virtual/pkgconfig"
76
77 S="${WORKDIR}/Pidgin-GPG-${PV}"
78
79 src_prepare() {
80 eautoreconf
81 }
82
83 src_install() {
84 default
85 prune_libtool_files --all
86 }