Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 537118

Summary: x11-plugins/pidgin-gpg-0.9.2 new ebuild and repository
Product: Gentoo Linux Reporter: Daniel Kenzelmann <gentoo>
Component: New packagesAssignee: Azamat H. Hackimov <azamat.hackimov>
Status: RESOLVED FIXED    
Severity: enhancement CC: pinkbyte, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: pidgin-gpg-0.9.2.ebuild
pidgin-gpg-0.9.3.ebuild

Description Daniel Kenzelmann 2015-01-20 11:09:49 UTC
The old repository (segler-alex/Pidgin-GPG on GitHub) seems to be dead.
Multiple pull requests are just sitting there.

An active repository for pidgin-gpg can be found on https://github.com/Draghtnod/Pidgin-GPG
which includes changes as support for XEP-280 (Carbons)

The attached ebuild works with the current release (0.9.2)

Reproducible: Always
Comment 1 Daniel Kenzelmann 2015-01-20 11:10:33 UTC
Created attachment 394394 [details]
pidgin-gpg-0.9.2.ebuild
Comment 2 Daniel Kenzelmann 2015-01-20 11:13:55 UTC
Diff 0.9 to 0.9.2 ebuild

--- pidgin-gpg-0.9.ebuild	2012-10-08 20:48:30.000000000 +0200
+++ pidgin-gpg-0.9.2.ebuild	2015-01-20 12:08:35.511747399 +0100
@@ -4,11 +4,11 @@
 
 EAPI=4
 
-inherit eutils
+inherit eutils autotools
 
 DESCRIPTION="Pidgin GPG/OpenPGP (XEP-0027) plugin"
-HOMEPAGE="https://github.com/segler-alex/Pidgin-GPG"
-SRC_URI="mirror://github/segler-alex/Pidgin-GPG/${P}.tar.gz"
+HOMEPAGE="https://github.com/Draghtnod/Pidgin-GPG"
+SRC_URI="https://github.com/Draghtnod/Pidgin-GPG/archive/v${PV}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -20,6 +20,12 @@
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
+S="${WORKDIR}/Pidgin-GPG-${PV}"
+
+src_prepare() {
+	eautoreconf
+}
+
 src_install() {
 	default
 	prune_libtool_files --all
Comment 3 Manuel Rüger (RETIRED) gentoo-dev 2015-05-29 16:58:07 UTC
Ping.
Comment 4 Azamat H. Hackimov 2015-05-29 18:56:35 UTC
Created attachment 404290 [details]
pidgin-gpg-0.9.3.ebuild

0.9.3 version
Comment 5 Manuel Rüger (RETIRED) gentoo-dev 2015-05-29 19:04:47 UTC
*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.