commit: 0d52fd36421ec31a35c39b3ecbabf30c5a59e8b6 Author: Lucas Ramage <ramage.lucas <AT> protonmail <DOT> com> AuthorDate: Sat Jun 6 02:15:46 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jun 25 14:58:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d52fd36
app-cdr/iat: fix SRC_URI Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Lucas Ramage <ramage.lucas <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/16082 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-cdr/iat/iat-0.1.7-r1.ebuild | 8 ++++---- app-cdr/iat/metadata.xml | 12 +++++++++++- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/app-cdr/iat/iat-0.1.7-r1.ebuild b/app-cdr/iat/iat-0.1.7-r1.ebuild index b55af314a5f..1db342f2570 100644 --- a/app-cdr/iat/iat-0.1.7-r1.ebuild +++ b/app-cdr/iat/iat-0.1.7-r1.ebuild @@ -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="" diff --git a/app-cdr/iat/metadata.xml b/app-cdr/iat/metadata.xml index 6f49eba8f49..b00d1366c7a 100644 --- a/app-cdr/iat/metadata.xml +++ b/app-cdr/iat/metadata.xml @@ -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.lu...@protonmail.com</email> + <description>Lucas Ramage</description> + </maintainer> + <maintainer type="project"> + <email>proxy-ma...@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="sourceforge">iat.berlios</remote-id> + </upstream> </pkgmetadata>