Skip to content

Commit

Permalink
app-cdr/mirage2iso: Moved to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed May 21, 2017
1 parent 9e95f74 commit 336d220
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions app-cdr/mirage2iso/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
12 changes: 6 additions & 6 deletions app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -35,6 +35,6 @@ src_configure() {
}

src_test() {
mv "${WORKDIR}"/${PN}-${TESTS_PV}/tests/* tests/ || die
mv "${WORKDIR}"/${TESTS_P}/tests/* tests/ || die
default
}
6 changes: 3 additions & 3 deletions app-cdr/mirage2iso/mirage2iso-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 336d220

Please sign in to comment.