Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 537118 - x11-plugins/pidgin-gpg-0.9.2 new ebuild and repository
Summary: x11-plugins/pidgin-gpg-0.9.2 new ebuild and repository
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Azamat H. Hackimov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-20 11:09 UTC by Daniel Kenzelmann
Modified: 2015-05-29 19:04 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pidgin-gpg-0.9.2.ebuild (pidgin-gpg-0.9.2.ebuild,695 bytes, text/plain)
2015-01-20 11:10 UTC, Daniel Kenzelmann
Details
pidgin-gpg-0.9.3.ebuild (pidgin-gpg-0.9.3.ebuild,710 bytes, text/plain)
2015-05-29 18:56 UTC, Azamat H. Hackimov
Details

Note You need to log in before you can comment on or make changes to this bug.
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.