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, 07 Feb 2017 06:08:16
Message-Id: 1486447686.4b8460424bb4e111e78d6c707151904733530ff6.polynomial-c@gentoo
1 commit: 4b8460424bb4e111e78d6c707151904733530ff6
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 7 06:07:50 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 06:08:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b846042
7
8 sys-fs/ddrescue: Revbumps to reflect some build system changes.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-fs/ddrescue/{ddrescue-1.21.ebuild => ddrescue-1.21-r1.ebuild} | 3 ---
13 sys-fs/ddrescue/{ddrescue-1.22.ebuild => ddrescue-1.22-r1.ebuild} | 3 ---
14 2 files changed, 6 deletions(-)
15
16 diff --git a/sys-fs/ddrescue/ddrescue-1.21.ebuild b/sys-fs/ddrescue/ddrescue-1.21-r1.ebuild
17 similarity index 93%
18 rename from sys-fs/ddrescue/ddrescue-1.21.ebuild
19 rename to sys-fs/ddrescue/ddrescue-1.21-r1.ebuild
20 index 311fbd2..00240c0 100644
21 --- a/sys-fs/ddrescue/ddrescue-1.21.ebuild
22 +++ b/sys-fs/ddrescue/ddrescue-1.21-r1.ebuild
23 @@ -24,11 +24,8 @@ src_configure() {
24 # not a normal configure script
25 econf \
26 --prefix="${EPREFIX}"/usr \
27 - --enable-linux \
28 - CC="$(tc-getCC)" \
29 CXX="$(tc-getCXX)" \
30 CPPFLAGS="${CPPFLAGS}" \
31 - CFLAGS="${CFLAGS}" \
32 CXXFLAGS="${CXXFLAGS}" \
33 LDFLAGS="${LDFLAGS}"
34 }
35
36 diff --git a/sys-fs/ddrescue/ddrescue-1.22.ebuild b/sys-fs/ddrescue/ddrescue-1.22-r1.ebuild
37 similarity index 93%
38 rename from sys-fs/ddrescue/ddrescue-1.22.ebuild
39 rename to sys-fs/ddrescue/ddrescue-1.22-r1.ebuild
40 index dec580a..4aed828 100644
41 --- a/sys-fs/ddrescue/ddrescue-1.22.ebuild
42 +++ b/sys-fs/ddrescue/ddrescue-1.22-r1.ebuild
43 @@ -24,11 +24,8 @@ src_configure() {
44 # not a normal configure script
45 econf \
46 --prefix="${EPREFIX}"/usr \
47 - --enable-linux \
48 - CC="$(tc-getCC)" \
49 CXX="$(tc-getCXX)" \
50 CPPFLAGS="${CPPFLAGS}" \
51 - CFLAGS="${CFLAGS}" \
52 CXXFLAGS="${CXXFLAGS}" \
53 LDFLAGS="${LDFLAGS}"
54 }