summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-07-23 21:17:46 +0200
committerDavid Seifert <soap@gentoo.org>2022-07-23 21:17:46 +0200
commit9bdf70799ec0cfb6668985660d7af9e3ce32208d (patch)
tree17fe19e7537b09f687bae21e7bb62b9859ce636f /app-cdr/ccd2iso/ccd2iso-0.3-r1.ebuild
parentapp-cdr/ccd2iso: indent metadata.xml (diff)
downloadgentoo-9bdf70799ec0cfb6668985660d7af9e3ce32208d.tar.gz
gentoo-9bdf70799ec0cfb6668985660d7af9e3ce32208d.tar.bz2
gentoo-9bdf70799ec0cfb6668985660d7af9e3ce32208d.zip
app-cdr/ccd2iso: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-cdr/ccd2iso/ccd2iso-0.3-r1.ebuild')
-rw-r--r--app-cdr/ccd2iso/ccd2iso-0.3-r1.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/app-cdr/ccd2iso/ccd2iso-0.3-r1.ebuild b/app-cdr/ccd2iso/ccd2iso-0.3-r1.ebuild
new file mode 100644
index 000000000000..2e75c0698598
--- /dev/null
+++ b/app-cdr/ccd2iso/ccd2iso-0.3-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Convert CD images from ccd (CloneCD) to iso"
+HOMEPAGE="https://sourceforge.net/projects/ccd2iso/"
+SRC_URI="mirror://sourceforge/ccd2iso/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+
+PATCHES=( "${FILESDIR}"/${P}-headers.patch )