From 47621a76605e94990adb5c2718700c90291e5f64 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 9 Nov 2024 22:04:26 +0100 Subject: media-sound/cdtool: add eautoreconf for modern C MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/899848 Signed-off-by: Andreas K. Hüttel --- media-sound/cdtool/cdtool-2.1.8-r1.ebuild | 19 ------------------- media-sound/cdtool/cdtool-2.1.8-r2.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 19 deletions(-) delete mode 100644 media-sound/cdtool/cdtool-2.1.8-r1.ebuild create mode 100644 media-sound/cdtool/cdtool-2.1.8-r2.ebuild (limited to 'media-sound') diff --git a/media-sound/cdtool/cdtool-2.1.8-r1.ebuild b/media-sound/cdtool/cdtool-2.1.8-r1.ebuild deleted file mode 100644 index c95d197d9ecb..000000000000 --- a/media-sound/cdtool/cdtool-2.1.8-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="collection of command-line utilities to control cdrom devices" -HOMEPAGE="http://hinterhof.net/cdtool/" -SRC_URI="http://hinterhof.net/cdtool/dist/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" - -RDEPEND="!media-sound/cdplay" - -PATCHES=( - "${FILESDIR}/${P}-glibc-2.10.patch" - "${FILESDIR}/${P}-fix-build-system.patch" -) diff --git a/media-sound/cdtool/cdtool-2.1.8-r2.ebuild b/media-sound/cdtool/cdtool-2.1.8-r2.ebuild new file mode 100644 index 000000000000..5f956ce207a9 --- /dev/null +++ b/media-sound/cdtool/cdtool-2.1.8-r2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="collection of command-line utilities to control cdrom devices" +HOMEPAGE="http://hinterhof.net/cdtool/" +SRC_URI="http://hinterhof.net/cdtool/dist/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc sparc x86" + +RDEPEND="!media-sound/cdplay" + +PATCHES=( + "${FILESDIR}/${P}-glibc-2.10.patch" + "${FILESDIR}/${P}-fix-build-system.patch" +) + +src_prepare() { + default + + # bug 899848 + eautoreconf +} -- cgit v1.2.3-65-gdbad