diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-06-29 23:24:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-30 00:22:04 +0200 |
commit | 2593c03d9791bc239eb88be1813ccb781a4f3a7e (patch) | |
tree | 9981215d654ffb299d7c5890dc3bb2fa529be3b1 /media-gfx/pixels2pgf | |
parent | media-gfx/qrencode: Switch to https:// (diff) | |
download | gentoo-2593c03d9791bc239eb88be1813ccb781a4f3a7e.tar.gz gentoo-2593c03d9791bc239eb88be1813ccb781a4f3a7e.tar.bz2 gentoo-2593c03d9791bc239eb88be1813ccb781a4f3a7e.zip |
media-gfx/pixels2pgf: Moved back to GitHub
Diffstat (limited to 'media-gfx/pixels2pgf')
-rw-r--r-- | media-gfx/pixels2pgf/metadata.xml | 3 | ||||
-rw-r--r-- | media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild | 4 | ||||
-rw-r--r-- | 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 ac8eca9a1ca9..201d4e0e1c2e 100644 --- a/media-gfx/pixels2pgf/metadata.xml +++ b/media-gfx/pixels2pgf/metadata.xml @@ -10,8 +10,7 @@ <email>mgorny@gentoo.org</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 223fb8d1f282..c0a0029775c8 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 324f2ad60c78..73c8e38db29a 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" |