summaryrefslogtreecommitdiff
path: root/app-cdr/dumpet/dumpet-2.1_p20140601-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-10-01 23:05:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-10-01 23:05:41 +0100
commit2e34d110f164bf74d55fced27fe0000201b3eec5 (patch)
treef00ae60197c58f84ad51f60b210738d9b70f555b /app-cdr/dumpet/dumpet-2.1_p20140601-r2.ebuild
parentf70a1bfc721336d4fc7dfb711c2f518a6b18cf16 (diff)
gentoo resync : 01.10.2020
Diffstat (limited to 'app-cdr/dumpet/dumpet-2.1_p20140601-r2.ebuild')
-rw-r--r--app-cdr/dumpet/dumpet-2.1_p20140601-r2.ebuild44
1 files changed, 0 insertions, 44 deletions
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
-}