Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ddrescue/
Date: Tue, 03 Mar 2020 16:07:09
Message-Id: 1583251612.3ffacbc41a83206033a3c67824dbf2dc35c3b85a.polynomial-c@gentoo
1 commit: 3ffacbc41a83206033a3c67824dbf2dc35c3b85a
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 3 16:06:52 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 3 16:06:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ffacbc4
7
8 sys-fs/ddrescue: Removed old
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-fs/ddrescue/Manifest | 2 --
14 sys-fs/ddrescue/ddrescue-1.21-r1.ebuild | 39 ---------------------------------
15 sys-fs/ddrescue/ddrescue-1.23.ebuild | 39 ---------------------------------
16 3 files changed, 80 deletions(-)
17
18 diff --git a/sys-fs/ddrescue/Manifest b/sys-fs/ddrescue/Manifest
19 index ed233c41288..7f3cd6a0f17 100644
20 --- a/sys-fs/ddrescue/Manifest
21 +++ b/sys-fs/ddrescue/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST ddrescue-1.21.tar.lz 74716 BLAKE2B 0f50c05d20ad74dc7b3d1db5038f6707b0d2a569d880af24a8623712dc89e207faac096031a43de10acec66a1e862049b726de3c05f30c51232817a56fc5643d SHA512 6b8fddc621af90acc90e54c8688ea5d18721ea922b4433f2ed76f44bbaf5bd90b560b380c02a133fa7f67da85436d058861820eeeb46bbb7d3ef53821c0de079
24 -DIST ddrescue-1.23.tar.lz 82451 BLAKE2B ed9d71894d4c8466e3ca56d853ae5a6c4f7cf1955bea4468c158674e7bf6386343ab8289714be7ebb6b326f462e53fc7e9d8122a26079267ab4324f60c8fc4b8 SHA512 4f0b27067966b71efaae809d4f38714863cf3663f3b8c3f26055d482debb15c0fab77752411a9d242f18dbb8e4edc68494f866721dae9c95cfc5354439eaa656
25 DIST ddrescue-1.24.tar.lz 85244 BLAKE2B e8b5ca5c89a65bed6126737125d78b2af9cdd7fe9b20f1f03636d58249d33dc08cb1907eca35c35d3ff81dd031290177084ae5dcc1cac20e79cb6c182cb894e4 SHA512 2c6a86c80bad122e0c44d6f8da49239e10362fbfbdb70acf39055ce02637daa05cce4f24adac732a1bb3a6fc97cf6985dd20827e99ab3bf6bad4db015a00fbaa
26 DIST ddrescue-1.25.tar.lz 87001 BLAKE2B 45054ecb6ca12f8fe27d6b783f7e339fc11a9a3425160012e0682e39644fd3c91362ecd568a2a0b93f9f0af87fae2415b33a7c3fcd8fff2262898e8474818a00 SHA512 90e344a618e385730836218817588f6854db6d1acdf357bf60bdba04c76382e73041dfc367ba4de60062992ee74b2da58417f6e464ffbeed10ec89fac110f4b8
27
28 diff --git a/sys-fs/ddrescue/ddrescue-1.21-r1.ebuild b/sys-fs/ddrescue/ddrescue-1.21-r1.ebuild
29 deleted file mode 100644
30 index 19225cfd6b5..00000000000
31 --- a/sys-fs/ddrescue/ddrescue-1.21-r1.ebuild
32 +++ /dev/null
33 @@ -1,39 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -inherit toolchain-funcs flag-o-matic unpacker
40 -
41 -DESCRIPTION="Copy data from one file or block device to another with read-error recovery"
42 -HOMEPAGE="https://www.gnu.org/software/ddrescue/ddrescue.html"
43 -SRC_URI="mirror://gnu/${PN}/${P}.tar.lz"
44 -
45 -LICENSE="GPL-2+"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86 ~amd64-linux"
48 -IUSE="static"
49 -
50 -DEPEND="$(unpacker_src_uri_depends)"
51 -RDEPEND=""
52 -
53 -src_configure() {
54 - use static && append-ldflags -static
55 -
56 - # not a normal configure script
57 - econf \
58 - --prefix="${EPREFIX}"/usr \
59 - CXX="$(tc-getCXX)" \
60 - CPPFLAGS="${CPPFLAGS}" \
61 - CXXFLAGS="${CXXFLAGS}" \
62 - LDFLAGS="${LDFLAGS}"
63 -}
64 -
65 -src_test() {
66 - ./testsuite/check.sh "${S}"/testsuite || die
67 -}
68 -
69 -src_install() {
70 - emake DESTDIR="${D}" install install-man
71 - dodoc ChangeLog README NEWS AUTHORS
72 -}
73
74 diff --git a/sys-fs/ddrescue/ddrescue-1.23.ebuild b/sys-fs/ddrescue/ddrescue-1.23.ebuild
75 deleted file mode 100644
76 index 60a4cfb5a08..00000000000
77 --- a/sys-fs/ddrescue/ddrescue-1.23.ebuild
78 +++ /dev/null
79 @@ -1,39 +0,0 @@
80 -# Copyright 1999-2018 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=6
84 -
85 -inherit toolchain-funcs flag-o-matic unpacker
86 -
87 -DESCRIPTION="Copy data from one file or block device to another with read-error recovery"
88 -HOMEPAGE="https://www.gnu.org/software/ddrescue/ddrescue.html"
89 -SRC_URI="mirror://gnu/${PN}/${P}.tar.lz"
90 -
91 -LICENSE="GPL-2+"
92 -SLOT="0"
93 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
94 -IUSE="static"
95 -
96 -DEPEND="$(unpacker_src_uri_depends)"
97 -RDEPEND=""
98 -
99 -src_configure() {
100 - use static && append-ldflags -static
101 -
102 - # not a normal configure script
103 - econf \
104 - --prefix="${EPREFIX}"/usr \
105 - CXX="$(tc-getCXX)" \
106 - CPPFLAGS="${CPPFLAGS}" \
107 - CXXFLAGS="${CXXFLAGS}" \
108 - LDFLAGS="${LDFLAGS}"
109 -}
110 -
111 -src_test() {
112 - ./testsuite/check.sh "${S}"/testsuite || die
113 -}
114 -
115 -src_install() {
116 - emake DESTDIR="${D}" install install-man
117 - einstalldocs
118 -}