diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-08 18:38:16 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-08 18:38:16 +0000 |
commit | 4ebb61b05d5c3ef42d6147140b3982fc56f2b0d2 (patch) | |
tree | 3de246db08d4b99a6a367b697fdeb4b4d34321b0 /x11-plugins | |
parent | Add missing pkgconfig dependency (diff) | |
download | gentoo-2-4ebb61b05d5c3ef42d6147140b3982fc56f2b0d2.tar.gz gentoo-2-4ebb61b05d5c3ef42d6147140b3982fc56f2b0d2.tar.bz2 gentoo-2-4ebb61b05d5c3ef42d6147140b3982fc56f2b0d2.zip |
Fix SRC_URI
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-gpg/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/pidgin-gpg/ChangeLog b/x11-plugins/pidgin-gpg/ChangeLog index 8fc2f1901d9c..e618ed00a971 100644 --- a/x11-plugins/pidgin-gpg/ChangeLog +++ b/x11-plugins/pidgin-gpg/ChangeLog @@ -1,6 +1,9 @@ # 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.2 2012/10/08 18:37:17 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-gpg/ChangeLog,v 1.3 2012/10/08 18:38:16 pinkbyte Exp $ + + 08 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> pidgin-gpg-0.9.ebuild: + Fix SRC_URI 08 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> pidgin-gpg-0.9.ebuild: Add missing pkgconfig dependency diff --git a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild index fabdcce1c07f..27c325610a61 100644 --- a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild +++ b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 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.ebuild,v 1.2 2012/10/08 18:37:17 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild,v 1.3 2012/10/08 18:38:16 pinkbyte Exp $ EAPI=4 DESCRIPTION="Pidgin GPG/OpenPGP (XEP-0027) plugin" HOMEPAGE="https://github.com/segler-alex/Pidgin-GPG" -SRC_URI="https://github.com/downloads/segler-alex/Pidgin-GPG/pidgin-gpg-0.9.tar.gz" +SRC_URI="mirror://github/segler-alex/Pidgin-GPG/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |