commit: 336d2200d4ab44ef746c6e4b0eaeb22abc235cbb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 21 08:27:24 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 21 08:56:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336d2200
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 27f875e760a..80f0436e542 100644
--- a/app-cdr/mirage2iso/metadata.xml
+++ b/app-cdr/mirage2iso/metadata.xml
@@ -14,7 +14,7 @@
<email>[email protected]</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 6c185b131a8..214f064e07f 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 19d448a45d7..117ba275a26 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"