diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2020-06-21 12:47:16 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-06-25 09:07:47 +0200 |
commit | 89307de706571808d3b8afb452d1a0e91c05a1af (patch) | |
tree | af8d2b44d42457bdca23805d2a95f9545701d2cb /app-arch | |
parent | dev-lang/qu-prolog: version bump (diff) | |
download | gentoo-89307de706571808d3b8afb452d1a0e91c05a1af.tar.gz gentoo-89307de706571808d3b8afb452d1a0e91c05a1af.tar.bz2 gentoo-89307de706571808d3b8afb452d1a0e91c05a1af.zip |
app-arch/pet2tgz: update to EAPI 7
Bug: https://bugs.gentoo.org/724204
Closes: https://github.com/gentoo/gentoo/pull/16359
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/pet2tgz/metadata.xml | 8 | ||||
-rw-r--r-- | app-arch/pet2tgz/pet2tgz-0.3-r1.ebuild | 12 | ||||
-rw-r--r-- | app-arch/pet2tgz/pet2tgz-0.3.ebuild | 2 |
3 files changed, 17 insertions, 5 deletions
diff --git a/app-arch/pet2tgz/metadata.xml b/app-arch/pet2tgz/metadata.xml index 5e531f2269f7..a272aeda686c 100644 --- a/app-arch/pet2tgz/metadata.xml +++ b/app-arch/pet2tgz/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!--maintainer-needed--> - <upstream> - <remote-id type="sourceforge">pet2tgz</remote-id> - </upstream> + <!-- maintainer-needed --> + <upstream> + <remote-id type="sourceforge">pet2tgz</remote-id> + </upstream> </pkgmetadata> diff --git a/app-arch/pet2tgz/pet2tgz-0.3-r1.ebuild b/app-arch/pet2tgz/pet2tgz-0.3-r1.ebuild new file mode 100644 index 000000000000..fc99eb44b020 --- /dev/null +++ b/app-arch/pet2tgz/pet2tgz-0.3-r1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Puppy Linux .pet to .tar.gz converter" +HOMEPAGE="https://sourceforge.net/projects/pet2tgz/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" diff --git a/app-arch/pet2tgz/pet2tgz-0.3.ebuild b/app-arch/pet2tgz/pet2tgz-0.3.ebuild index a2c746113538..2110e85310e4 100644 --- a/app-arch/pet2tgz/pet2tgz-0.3.ebuild +++ b/app-arch/pet2tgz/pet2tgz-0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 |