diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-21 10:27:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-21 10:56:17 +0200 |
commit | 336d2200d4ab44ef746c6e4b0eaeb22abc235cbb (patch) | |
tree | 5b4aa44a7d4957effc0c6a005f75c1f7eeb8f6d8 /app-cdr/mirage2iso | |
parent | dev-db/mysql-workbench: fix compilation with recent glibmm, fixing bug 600376 (diff) | |
download | gentoo-336d2200d4ab44ef746c6e4b0eaeb22abc235cbb.tar.gz gentoo-336d2200d4ab44ef746c6e4b0eaeb22abc235cbb.tar.bz2 gentoo-336d2200d4ab44ef746c6e4b0eaeb22abc235cbb.zip |
app-cdr/mirage2iso: Moved to GitHub
Diffstat (limited to 'app-cdr/mirage2iso')
-rw-r--r-- | app-cdr/mirage2iso/metadata.xml | 4 | ||||
-rw-r--r-- | app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild | 12 | ||||
-rw-r--r-- | app-cdr/mirage2iso/mirage2iso-9999.ebuild | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/app-cdr/mirage2iso/metadata.xml b/app-cdr/mirage2iso/metadata.xml index 27f875e760ad..80f0436e5426 100644 --- a/app-cdr/mirage2iso/metadata.xml +++ b/app-cdr/mirage2iso/metadata.xml @@ -14,7 +14,7 @@ <email>mgorny@gentoo.org</email> <name>Michał Górny</name> </maintainer> - <bugs-to>https://bitbucket.org/mgorny/mirage2iso/issues/</bugs-to> - <remote-id type="bitbucket">mgorny/mirage2iso</remote-id> + <bugs-to>https://github.com/mgorny/mirage2iso/issues/</bugs-to> + <remote-id type="github">mgorny/mirage2iso</remote-id> </upstream> </pkgmetadata> diff --git a/app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild b/app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild index 6c185b131a85..214f064e07f3 100644 --- a/app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild +++ b/app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -TESTS_PV=0.3 +TESTS_P=${PN}-0.3 DESCRIPTION="CD/DVD image converter using libmirage" -HOMEPAGE="https://bitbucket.org/mgorny/mirage2iso/" -SRC_URI="https://bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2 - test? ( https://bitbucket.org/mgorny/${PN}/downloads/${PN}-${TESTS_PV}-tests.tar.xz )" +HOMEPAGE="https://github.com/mgorny/mirage2iso/" +SRC_URI="https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2 + test? ( https://github.com/mgorny/${PN}/releases/download/${P}/${TESTS_P}-tests.tar.xz )" LICENSE="BSD" SLOT="0" @@ -35,6 +35,6 @@ src_configure() { } src_test() { - mv "${WORKDIR}"/${PN}-${TESTS_PV}/tests/* tests/ || die + mv "${WORKDIR}"/${TESTS_P}/tests/* tests/ || die default } diff --git a/app-cdr/mirage2iso/mirage2iso-9999.ebuild b/app-cdr/mirage2iso/mirage2iso-9999.ebuild index 19d448a45d70..117ba275a26e 100644 --- a/app-cdr/mirage2iso/mirage2iso-9999.ebuild +++ b/app-cdr/mirage2iso/mirage2iso-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" +EGIT_REPO_URI="https://github.com/mgorny/mirage2iso.git" inherit autotools git-r3 DESCRIPTION="CD/DVD image converter using libmirage" -HOMEPAGE="https://bitbucket.org/mgorny/mirage2iso/" +HOMEPAGE="https://github.com/mgorny/mirage2iso/" SRC_URI="" LICENSE="BSD" |