commit:     9bdf70799ec0cfb6668985660d7af9e3ce32208d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 19:17:46 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 19:17:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bdf7079

app-cdr/ccd2iso: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-cdr/ccd2iso/{ccd2iso-0.3.ebuild => ccd2iso-0.3-r1.ebuild} | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/app-cdr/ccd2iso/ccd2iso-0.3.ebuild 
b/app-cdr/ccd2iso/ccd2iso-0.3-r1.ebuild
similarity index 66%
rename from app-cdr/ccd2iso/ccd2iso-0.3.ebuild
rename to app-cdr/ccd2iso/ccd2iso-0.3-r1.ebuild
index 27a136490d28..2e75c0698598 100644
--- a/app-cdr/ccd2iso/ccd2iso-0.3.ebuild
+++ b/app-cdr/ccd2iso/ccd2iso-0.3-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=8
 
 DESCRIPTION="Convert CD images from ccd (CloneCD) to iso"
 HOMEPAGE="https://sourceforge.net/projects/ccd2iso/";
@@ -10,9 +10,5 @@ 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" )
 
-src_install() {
-       emake install DESTDIR="${D}"
-       dodoc AUTHORS ChangeLog NEWS README TODO
-}
+PATCHES=( "${FILESDIR}"/${P}-headers.patch )

Reply via email to