From 1a12c440b1588c7eeefd05996b27262c63d5fa25 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Thu, 1 Oct 2020 06:54:25 -0500 Subject: app-cdr/dumpet: stabilize r3 as originally intended Closes: https://bugs.gentoo.org/745825 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Ben Kohler --- app-cdr/dumpet/dumpet-2.1_p20140601-r2.ebuild | 44 -------------------------- app-cdr/dumpet/dumpet-2.1_p20140601-r3.ebuild | 45 +++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 44 deletions(-) delete mode 100644 app-cdr/dumpet/dumpet-2.1_p20140601-r2.ebuild create mode 100644 app-cdr/dumpet/dumpet-2.1_p20140601-r3.ebuild (limited to 'app-cdr') diff --git a/app-cdr/dumpet/dumpet-2.1_p20140601-r2.ebuild b/app-cdr/dumpet/dumpet-2.1_p20140601-r2.ebuild deleted file mode 100644 index fb18f5b349bd..000000000000 --- a/app-cdr/dumpet/dumpet-2.1_p20140601-r2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs vcs-snapshot - -COMMIT="8f47670dd582c96ad1b6dd3c9b9da0acebded5d8" - -DESCRIPTION="A tool to dump and debug bootable CD-like images" -HOMEPAGE="https://github.com/rhboot/dumpet" -SRC_URI="https://github.com/rhboot/dumpet/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -#Restrict tests since required test file is unavailable -RESTRICT="test" - -RDEPEND="dev-libs/libxml2 - dev-libs/popt" -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( dev-util/valgrind )" - -PATCHES=( "${FILESDIR}"/musl-byteswap-fix.patch ) - -src_prepare() { - sed -i Makefile \ - -e "s/^install : all$/install :/" \ - -e "s/^CFLAGS:=/CFLAGS?=/" \ - -e "s/^CC:=/CC?=/" \ - || die - default -} - -src_compile() { - emake CFLAGS="${CFLAGS}" dumpet -} - -pkg_setup() { - tc-export CC -} diff --git a/app-cdr/dumpet/dumpet-2.1_p20140601-r3.ebuild b/app-cdr/dumpet/dumpet-2.1_p20140601-r3.ebuild new file mode 100644 index 000000000000..7af0358a39a8 --- /dev/null +++ b/app-cdr/dumpet/dumpet-2.1_p20140601-r3.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit toolchain-funcs vcs-snapshot + +COMMIT="8f47670dd582c96ad1b6dd3c9b9da0acebded5d8" + +DESCRIPTION="A tool to dump and debug bootable CD-like images" +HOMEPAGE="https://github.com/rhboot/dumpet" +SRC_URI="https://github.com/rhboot/dumpet/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="test" +#Restrict tests since required test file is unavailable +RESTRICT="test" + +RDEPEND="dev-libs/libxml2 + dev-libs/popt" +DEPEND="${RDEPEND} + virtual/pkgconfig + test? ( dev-util/valgrind )" + +PATCHES=( "${FILESDIR}"/musl-byteswap-fix.patch ) + +src_prepare() { + sed -i Makefile \ + -e "s/^install : all$/install :/" \ + -e "s/^CFLAGS:=/CFLAGS?=/" \ + -e "s/^CC:=/CC?=/" \ + -e '/^LFLAGS/ s/$/$(LDFLAGS)/' \ + || die + default +} + +src_compile() { + emake CFLAGS="${CFLAGS}" dumpet +} + +pkg_setup() { + tc-export CC +} -- cgit v1.2.3-18-g5258