summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-06-29 23:24:57 +0200
committerMichał Górny <mgorny@gentoo.org>2017-06-30 00:22:04 +0200
commit2593c03d9791bc239eb88be1813ccb781a4f3a7e (patch)
tree9981215d654ffb299d7c5890dc3bb2fa529be3b1 /media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
parentmedia-gfx/qrencode: Switch to https:// (diff)
downloadgentoo-2593c03d9791bc239eb88be1813ccb781a4f3a7e.tar.gz
gentoo-2593c03d9791bc239eb88be1813ccb781a4f3a7e.tar.bz2
gentoo-2593c03d9791bc239eb88be1813ccb781a4f3a7e.zip
media-gfx/pixels2pgf: Moved back to GitHub
Diffstat (limited to 'media-gfx/pixels2pgf/pixels2pgf-9999.ebuild')
-rw-r--r--media-gfx/pixels2pgf/pixels2pgf-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
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"