Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pixels2pgf/
Date: Thu, 29 Jun 2017 22:22:28
Message-Id: 1498774924.2593c03d9791bc239eb88be1813ccb781a4f3a7e.mgorny@gentoo
1 commit: 2593c03d9791bc239eb88be1813ccb781a4f3a7e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 21:24:57 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 29 22:22:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2593c03d
7
8 media-gfx/pixels2pgf: Moved back to GitHub
9
10 media-gfx/pixels2pgf/metadata.xml | 3 +--
11 media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild | 4 ++--
12 media-gfx/pixels2pgf/pixels2pgf-9999.ebuild | 8 ++++----
13 3 files changed, 7 insertions(+), 8 deletions(-)
14
15 diff --git a/media-gfx/pixels2pgf/metadata.xml b/media-gfx/pixels2pgf/metadata.xml
16 index ac8eca9a1ca..201d4e0e1c2 100644
17 --- a/media-gfx/pixels2pgf/metadata.xml
18 +++ b/media-gfx/pixels2pgf/metadata.xml
19 @@ -10,8 +10,7 @@
20 <email>mgorny@g.o</email>
21 <name>Michał Górny</name>
22 </maintainer>
23 - <bugs-to>https://bitbucket.org/mgorny/pixels2pgf/issues/</bugs-to>
24 - <remote-id type="bitbucket">mgorny/pixels2pgf</remote-id>
25 + <bugs-to>https://github.com/mgorny/pixels2pgf/issues/</bugs-to>
26 <remote-id type="github">mgorny/pixels2pgf</remote-id>
27 </upstream>
28 </pkgmetadata>
29
30 diff --git a/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild b/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild
31 index 223fb8d1f28..c0a0029775c 100644
32 --- a/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild
33 +++ b/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2012 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=4
40 @@ -7,7 +7,7 @@ inherit autotools-utils
41
42 DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles"
43 HOMEPAGE="https://github.com/mgorny/pixels2pgf/"
44 -SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
45 +SRC_URI="https://github.com/mgorny/pixels2pgf/releases/download/${P}/${P}.tar.bz2"
46
47 LICENSE="BSD"
48 SLOT="0"
49
50 diff --git a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
51 index 324f2ad60c7..73c8e38db29 100644
52 --- a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
53 +++ b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
54 @@ -1,11 +1,11 @@
55 -# Copyright 1999-2014 Gentoo Foundation
56 +# Copyright 1999-2017 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58
59 EAPI=4
60
61 #if LIVE
62 AUTOTOOLS_AUTORECONF=yes
63 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
64 +EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
65
66 inherit git-r3
67 #endif
68 @@ -13,8 +13,8 @@ inherit git-r3
69 inherit autotools-utils
70
71 DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles"
72 -HOMEPAGE="https://bitbucket.org/mgorny/pixels2pgf/"
73 -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/${P}.tar.bz2"
74 +HOMEPAGE="https://github.com/mgorny/pixels2pgf/"
75 +SRC_URI="https://github.com/mgorny/pixels2pgf/releases/download/${P}/${P}.tar.bz2"
76
77 LICENSE="BSD"
78 SLOT="0"