diff options
author | Ben Kohler <bkohler@gentoo.org> | 2020-09-30 08:40:43 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-09-30 08:40:43 -0500 |
commit | 6e7f2f87276e0faf8192fa92963d57e6927e7cd7 (patch) | |
tree | 746f6a188cbc02b7db33dce351147a09c1dd59bf /app-cdr | |
parent | www-client/firefox: set correct update channel (diff) | |
download | gentoo-6e7f2f87276e0faf8192fa92963d57e6927e7cd7.tar.gz gentoo-6e7f2f87276e0faf8192fa92963d57e6927e7cd7.tar.bz2 gentoo-6e7f2f87276e0faf8192fa92963d57e6927e7cd7.zip |
app-cdr/dumpet: stable on amd64 & x86
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild | 42 | ||||
-rw-r--r-- | app-cdr/dumpet/dumpet-2.1_p20140601-r3.ebuild | 45 |
2 files changed, 0 insertions, 87 deletions
diff --git a/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild b/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild deleted file mode 100644 index 19c4ac78d11d..000000000000 --- a/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild +++ /dev/null @@ -1,42 +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 )" - -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 deleted file mode 100644 index 00b1082b508b..000000000000 --- a/app-cdr/dumpet/dumpet-2.1_p20140601-r3.ebuild +++ /dev/null @@ -1,45 +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?=/" \ - -e '/^LFLAGS/ s/$/$(LDFLAGS)/' \ - || die - default -} - -src_compile() { - emake CFLAGS="${CFLAGS}" dumpet -} - -pkg_setup() { - tc-export CC -} |