app-cdr/iat: fix SRC_URI

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Lucas Ramage <ramage.lucas@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16082
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Lucas Ramage
2020-06-05 22:15:46 -04:00
committed by Joonas Niilola
parent 1db5ee8f0a
commit 0d52fd3642
2 changed files with 15 additions and 5 deletions

View File

@@ -1,13 +1,13 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="BIN, MDF, PDI, CDI, NRG, and B5I converters"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
HOMEPAGE="https://www.berlios.de/software/iso9660-analyzer-tool"
SRC_URI="https://download.sourceforge.net/iat.berlios/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""

View File

@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<maintainer type="person">
<email>ramage.lucas@protonmail.com</email>
<description>Lucas Ramage</description>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="sourceforge">iat.berlios</remote-id>
</upstream>
</pkgmetadata>