From 336d2200d4ab44ef746c6e4b0eaeb22abc235cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 21 May 2017 10:27:24 +0200 Subject: [PATCH] app-cdr/mirage2iso: Moved to GitHub --- app-cdr/mirage2iso/metadata.xml | 4 ++-- app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild | 12 ++++++------ 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 27f875e760add..80f0436e54269 100644 --- a/app-cdr/mirage2iso/metadata.xml +++ b/app-cdr/mirage2iso/metadata.xml @@ -14,7 +14,7 @@ mgorny@gentoo.org Michał Górny - https://bitbucket.org/mgorny/mirage2iso/issues/ - mgorny/mirage2iso + https://github.com/mgorny/mirage2iso/issues/ + mgorny/mirage2iso diff --git a/app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild b/app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild index 6c185b131a85b..214f064e07f33 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 19d448a45d708..117ba275a26e7 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"