commit:     2593c03d9791bc239eb88be1813ccb781a4f3a7e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 21:24:57 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 22:22:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2593c03d

media-gfx/pixels2pgf: Moved back to GitHub

 media-gfx/pixels2pgf/metadata.xml           | 3 +--
 media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild  | 4 ++--
 media-gfx/pixels2pgf/pixels2pgf-9999.ebuild | 8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/media-gfx/pixels2pgf/metadata.xml 
b/media-gfx/pixels2pgf/metadata.xml
index ac8eca9a1ca..201d4e0e1c2 100644
--- a/media-gfx/pixels2pgf/metadata.xml
+++ b/media-gfx/pixels2pgf/metadata.xml
@@ -10,8 +10,7 @@
                        <email>[email protected]</email>
                        <name>Michał Górny</name>
                </maintainer>
-               
<bugs-to>https://bitbucket.org/mgorny/pixels2pgf/issues/</bugs-to>
-               <remote-id type="bitbucket">mgorny/pixels2pgf</remote-id>
+               <bugs-to>https://github.com/mgorny/pixels2pgf/issues/</bugs-to>
                <remote-id type="github">mgorny/pixels2pgf</remote-id>
        </upstream>
 </pkgmetadata>

diff --git a/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild 
b/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild
index 223fb8d1f28..c0a0029775c 100644
--- a/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild
+++ b/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -7,7 +7,7 @@ inherit autotools-utils
 
 DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles"
 HOMEPAGE="https://github.com/mgorny/pixels2pgf/";
-SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
+SRC_URI="https://github.com/mgorny/pixels2pgf/releases/download/${P}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild 
b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
index 324f2ad60c7..73c8e38db29 100644
--- a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
+++ b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git";
+EGIT_REPO_URI="https://github.com/mgorny/${PN}.git";
 
 inherit git-r3
 #endif
@@ -13,8 +13,8 @@ inherit git-r3
 inherit autotools-utils
 
 DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles"
-HOMEPAGE="https://bitbucket.org/mgorny/pixels2pgf/";
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/${P}.tar.bz2";
+HOMEPAGE="https://github.com/mgorny/pixels2pgf/";
+SRC_URI="https://github.com/mgorny/pixels2pgf/releases/download/${P}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"

Reply via email to