* [gentoo-commits] gentoo-x86 commit in sys-fs/ddrescue: ChangeLog ddrescue-1.11.ebuild
@ 2009-08-01 19:45 Hanno Boeck (hanno)
0 siblings, 0 replies; 4+ messages in thread
From: Hanno Boeck (hanno) @ 2009-08-01 19:45 UTC (permalink / raw
To: gentoo-commits
hanno 09/08/01 19:45:31
Modified: ChangeLog
Added: ddrescue-1.11.ebuild
Log:
ddrescue bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.19 sys-fs/ddrescue/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 8 Jul 2009 22:05:00 -0000 1.18
+++ ChangeLog 1 Aug 2009 19:45:31 -0000 1.19
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/ddrescue
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.18 2009/07/08 22:05:00 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.19 2009/08/01 19:45:31 hanno Exp $
+
+*ddrescue-1.11 (01 Aug 2009)
+
+ 01 Aug 2009; Hanno Boeck <hanno@gentoo.org> +ddrescue-1.11.ebuild:
+ Version bump.
08 Jul 2009; Christian Faulhammer <fauli@gentoo.org> ddrescue-1.9.ebuild:
fix QA warnings: Assign RDEPEND and shorten description
1.1 sys-fs/ddrescue/ddrescue-1.11.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild?rev=1.1&content-type=text/plain
Index: ddrescue-1.11.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild,v 1.1 2009/08/01 19:45:31 hanno Exp $
inherit toolchain-funcs
DESCRIPTION="Copies data from one file or block device to another with read-error recovery"
HOMEPAGE="http://www.gnu.org/software/ddrescue/ddrescue.html"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
src_compile() {
# not a normal configure script
./configure \
--prefix=/usr \
CC="$(tc-getCC)" \
CXX="$(tc-getCXX)" \
CPPFLAGS="${CPPFLAGS}" \
CFLAGS="${CFLAGS}" \
CXXFLAGS="${CXXFLAGS}" \
LDFLAGS="${LDFLAGS}" \
|| die "configure failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install install-man || die "make install failed"
dodoc ChangeLog README NEWS AUTHORS
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/ddrescue: ChangeLog ddrescue-1.11.ebuild
@ 2009-09-19 4:38 Robin H. Johnson (robbat2)
0 siblings, 0 replies; 4+ messages in thread
From: Robin H. Johnson (robbat2) @ 2009-09-19 4:38 UTC (permalink / raw
To: gentoo-commits
robbat2 09/09/19 04:38:08
Modified: ChangeLog ddrescue-1.11.ebuild
Log:
Adding ~arm support. Tested on mv78100.arm.dev.gentoo.org thanks to Marvell.
(Portage version: 2.1.6.13/cvs/Linux armv5tel)
Revision Changes Path
1.20 sys-fs/ddrescue/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -p -w -b -B -u -u -r1.19 -r1.20
--- ChangeLog 1 Aug 2009 19:45:31 -0000 1.19
+++ ChangeLog 19 Sep 2009 04:38:08 -0000 1.20
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/ddrescue
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.19 2009/08/01 19:45:31 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.20 2009/09/19 04:38:08 robbat2 Exp $
+
+ 19 Sep 2009; Robin H. Johnson <robbat2@gentoo.org> ddrescue-1.11.ebuild:
+ Adding ~arm support. Tested on mv78100.arm.dev.gentoo.org thanks to
+ Marvell.
*ddrescue-1.11 (01 Aug 2009)
1.2 sys-fs/ddrescue/ddrescue-1.11.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild?r1=1.1&r2=1.2
Index: ddrescue-1.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- ddrescue-1.11.ebuild 1 Aug 2009 19:45:31 -0000 1.1
+++ ddrescue-1.11.ebuild 19 Sep 2009 04:38:08 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild,v 1.1 2009/08/01 19:45:31 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild,v 1.2 2009/09/19 04:38:08 robbat2 Exp $
inherit toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~arm"
IUSE=""
DEPEND=""
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/ddrescue: ChangeLog ddrescue-1.11.ebuild
@ 2009-09-19 8:30 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-09-19 8:30 UTC (permalink / raw
To: gentoo-commits
maekke 09/09/19 08:30:01
Modified: ChangeLog ddrescue-1.11.ebuild
Log:
amd64/x86 stable, bug #284562
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Revision Changes Path
1.21 sys-fs/ddrescue/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 19 Sep 2009 04:38:08 -0000 1.20
+++ ChangeLog 19 Sep 2009 08:30:00 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/ddrescue
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.20 2009/09/19 04:38:08 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.21 2009/09/19 08:30:00 maekke Exp $
+
+ 19 Sep 2009; Markus Meier <maekke@gentoo.org> ddrescue-1.11.ebuild:
+ amd64/x86 stable, bug #284562
19 Sep 2009; Robin H. Johnson <robbat2@gentoo.org> ddrescue-1.11.ebuild:
Adding ~arm support. Tested on mv78100.arm.dev.gentoo.org thanks to
1.3 sys-fs/ddrescue/ddrescue-1.11.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild?r1=1.2&r2=1.3
Index: ddrescue-1.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ddrescue-1.11.ebuild 19 Sep 2009 04:38:08 -0000 1.2
+++ ddrescue-1.11.ebuild 19 Sep 2009 08:30:00 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild,v 1.2 2009/09/19 04:38:08 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild,v 1.3 2009/09/19 08:30:00 maekke Exp $
inherit toolchain-funcs
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~arm"
+KEYWORDS="amd64 ~arm ~ppc ~sparc x86"
IUSE=""
DEPEND=""
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/ddrescue: ChangeLog ddrescue-1.11.ebuild
@ 2010-03-29 19:00 Raul Porcel (armin76)
0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2010-03-29 19:00 UTC (permalink / raw
To: gentoo-commits
armin76 10/03/29 19:00:17
Modified: ChangeLog ddrescue-1.11.ebuild
Log:
Add ~ia64 wrt #309331
(Portage version: 2.1.7.17/cvs/Linux ia64)
Revision Changes Path
1.22 sys-fs/ddrescue/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 19 Sep 2009 08:30:00 -0000 1.21
+++ ChangeLog 29 Mar 2010 19:00:17 -0000 1.22
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/ddrescue
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.21 2009/09/19 08:30:00 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.22 2010/03/29 19:00:17 armin76 Exp $
+
+ 29 Mar 2010; Raúl Porcel <armin76@gentoo.org> ddrescue-1.11.ebuild:
+ Add ~ia64 wrt #309331
19 Sep 2009; Markus Meier <maekke@gentoo.org> ddrescue-1.11.ebuild:
amd64/x86 stable, bug #284562
1.4 sys-fs/ddrescue/ddrescue-1.11.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild?r1=1.3&r2=1.4
Index: ddrescue-1.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ddrescue-1.11.ebuild 19 Sep 2009 08:30:00 -0000 1.3
+++ ddrescue-1.11.ebuild 29 Mar 2010 19:00:17 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild,v 1.3 2009/09/19 08:30:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.11.ebuild,v 1.4 2010/03/29 19:00:17 armin76 Exp $
inherit toolchain-funcs
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
IUSE=""
DEPEND=""
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-03-29 19:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-29 19:00 [gentoo-commits] gentoo-x86 commit in sys-fs/ddrescue: ChangeLog ddrescue-1.11.ebuild Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2009-09-19 8:30 Markus Meier (maekke)
2009-09-19 4:38 Robin H. Johnson (robbat2)
2009-08-01 19:45 Hanno Boeck (hanno)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox