Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/dumpet/
Date: Wed, 30 Sep 2020 13:41:17
Message-Id: 1601473243.6e7f2f87276e0faf8192fa92963d57e6927e7cd7.bkohler@gentoo
1 commit: 6e7f2f87276e0faf8192fa92963d57e6927e7cd7
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 13:40:43 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 13:40:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7f2f87
7
8 app-cdr/dumpet: stable on amd64 & x86
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild | 42 -------------------------
14 app-cdr/dumpet/dumpet-2.1_p20140601-r3.ebuild | 45 ---------------------------
15 2 files changed, 87 deletions(-)
16
17 diff --git a/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild b/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild
18 deleted file mode 100644
19 index 19c4ac78d11..00000000000
20 --- a/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild
21 +++ /dev/null
22 @@ -1,42 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -inherit toolchain-funcs vcs-snapshot
29 -
30 -COMMIT="8f47670dd582c96ad1b6dd3c9b9da0acebded5d8"
31 -
32 -DESCRIPTION="A tool to dump and debug bootable CD-like images"
33 -HOMEPAGE="https://github.com/rhboot/dumpet"
34 -SRC_URI="https://github.com/rhboot/dumpet/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
35 -
36 -LICENSE="GPL-2"
37 -SLOT="0"
38 -KEYWORDS="amd64 x86"
39 -IUSE="test"
40 -#Restrict tests since required test file is unavailable
41 -RESTRICT="test"
42 -
43 -RDEPEND="dev-libs/libxml2
44 - dev-libs/popt"
45 -DEPEND="${RDEPEND}
46 - virtual/pkgconfig
47 - test? ( dev-util/valgrind )"
48 -
49 -src_prepare() {
50 - sed -i Makefile \
51 - -e "s/^install : all$/install :/" \
52 - -e "s/^CFLAGS:=/CFLAGS?=/" \
53 - -e "s/^CC:=/CC?=/" \
54 - || die
55 - default
56 -}
57 -
58 -src_compile() {
59 - emake CFLAGS="${CFLAGS}" dumpet
60 -}
61 -
62 -pkg_setup() {
63 - tc-export CC
64 -}
65
66 diff --git a/app-cdr/dumpet/dumpet-2.1_p20140601-r3.ebuild b/app-cdr/dumpet/dumpet-2.1_p20140601-r3.ebuild
67 deleted file mode 100644
68 index 00b1082b508..00000000000
69 --- a/app-cdr/dumpet/dumpet-2.1_p20140601-r3.ebuild
70 +++ /dev/null
71 @@ -1,45 +0,0 @@
72 -# Copyright 1999-2020 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=6
76 -
77 -inherit toolchain-funcs vcs-snapshot
78 -
79 -COMMIT="8f47670dd582c96ad1b6dd3c9b9da0acebded5d8"
80 -
81 -DESCRIPTION="A tool to dump and debug bootable CD-like images"
82 -HOMEPAGE="https://github.com/rhboot/dumpet"
83 -SRC_URI="https://github.com/rhboot/dumpet/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
84 -
85 -LICENSE="GPL-2"
86 -SLOT="0"
87 -KEYWORDS="~amd64 ~x86"
88 -IUSE="test"
89 -#Restrict tests since required test file is unavailable
90 -RESTRICT="test"
91 -
92 -RDEPEND="dev-libs/libxml2
93 - dev-libs/popt"
94 -DEPEND="${RDEPEND}
95 - virtual/pkgconfig
96 - test? ( dev-util/valgrind )"
97 -
98 -PATCHES=( "${FILESDIR}"/musl-byteswap-fix.patch )
99 -
100 -src_prepare() {
101 - sed -i Makefile \
102 - -e "s/^install : all$/install :/" \
103 - -e "s/^CFLAGS:=/CFLAGS?=/" \
104 - -e "s/^CC:=/CC?=/" \
105 - -e '/^LFLAGS/ s/$/$(LDFLAGS)/' \
106 - || die
107 - default
108 -}
109 -
110 -src_compile() {
111 - emake CFLAGS="${CFLAGS}" dumpet
112 -}
113 -
114 -pkg_setup() {
115 - tc-export CC
116 -}