public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/ddrescue: ddrescue-1.9.ebuild ChangeLog
@ 2008-12-30 18:27 Santiago M. Mola (coldwind)
  0 siblings, 0 replies; 4+ messages in thread
From: Santiago M. Mola (coldwind) @ 2008-12-30 18:27 UTC (permalink / raw
  To: gentoo-commits

coldwind    08/12/30 18:27:48

  Modified:             ChangeLog
  Added:                ddrescue-1.9.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc19/cvs/Linux 2.6.27-gentoo-r2 x86_64)

Revision  Changes    Path
1.13                 sys-fs/ddrescue/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	21 Apr 2008 18:21:11 -0000	1.12
+++ ChangeLog	30 Dec 2008 18:27:48 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/ddrescue
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.12 2008/04/21 18:21:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.13 2008/12/30 18:27:48 coldwind Exp $
+
+*ddrescue-1.9 (30 Dec 2008)
+
+  30 Dec 2008; Santiago M. Mola <coldwind@gentoo.org> +ddrescue-1.9.ebuild:
+  Version bump.
 
   21 Apr 2008; Raúl Porcel <armin76@gentoo.org> -ddrescue-1.6.ebuild,
   ddrescue-1.8.ebuild:



1.1                  sys-fs/ddrescue/ddrescue-1.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.9.ebuild?rev=1.1&content-type=text/plain

Index: ddrescue-1.9.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.9.ebuild,v 1.1 2008/12/30 18:27:48 coldwind Exp $

inherit toolchain-funcs

DESCRIPTION="Copies data from one file or block device (hard disk, cdrom, etc) to another, trying hard to rescue data in case of read errors"
HOMEPAGE="http://www.gnu.org/software/ddrescue/ddrescue.html"
SRC_URI="http://savannah.gnu.org/download/ddrescue/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND=""

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 INSTALL README NEWS AUTHORS TODO
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/ddrescue: ddrescue-1.9.ebuild ChangeLog
@ 2009-06-30  8:22 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-06-30  8:22 UTC (permalink / raw
  To: gentoo-commits

fauli       09/06/30 08:22:56

  Modified:             ddrescue-1.9.ebuild ChangeLog
  Log:
  stable x86, bug 275491
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.2                  sys-fs/ddrescue/ddrescue-1.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.9.ebuild?r1=1.1&r2=1.2

Index: ddrescue-1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ddrescue-1.9.ebuild	30 Dec 2008 18:27:48 -0000	1.1
+++ ddrescue-1.9.ebuild	30 Jun 2009 08:22:56 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.9.ebuild,v 1.1 2008/12/30 18:27:48 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.9.ebuild,v 1.2 2009/06/30 08:22:56 fauli Exp $
 
 inherit toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
 IUSE=""
 
 DEPEND=""



1.15                 sys-fs/ddrescue/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	11 Jan 2009 19:14:49 -0000	1.14
+++ ChangeLog	30 Jun 2009 08:22:56 -0000	1.15
@@ -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.14 2009/01/11 19:14:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.15 2009/06/30 08:22:56 fauli Exp $
+
+  30 Jun 2009; Christian Faulhammer <fauli@gentoo.org> ddrescue-1.9.ebuild:
+  stable x86, bug 275491
 
   11 Jan 2009; Markus Meier <maekke@gentoo.org> ddrescue-1.8.ebuild:
   amd64 stable, bug #251804






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/ddrescue: ddrescue-1.9.ebuild ChangeLog
@ 2009-07-08 21:24 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-07-08 21:24 UTC (permalink / raw
  To: gentoo-commits

maekke      09/07/08 21:24:49

  Modified:             ddrescue-1.9.ebuild ChangeLog
  Log:
  amd64 stable, bug #275491
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sys-fs/ddrescue/ddrescue-1.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.9.ebuild?r1=1.2&r2=1.3

Index: ddrescue-1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ddrescue-1.9.ebuild	30 Jun 2009 08:22:56 -0000	1.2
+++ ddrescue-1.9.ebuild	8 Jul 2009 21:24:49 -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.9.ebuild,v 1.2 2009/06/30 08:22:56 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.9.ebuild,v 1.3 2009/07/08 21:24:49 maekke Exp $
 
 inherit toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 DEPEND=""



1.16                 sys-fs/ddrescue/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	30 Jun 2009 08:22:56 -0000	1.15
+++ ChangeLog	8 Jul 2009 21:24:49 -0000	1.16
@@ -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.15 2009/06/30 08:22:56 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.16 2009/07/08 21:24:49 maekke Exp $
+
+  08 Jul 2009; Markus Meier <maekke@gentoo.org> ddrescue-1.9.ebuild:
+  amd64 stable, bug #275491
 
   30 Jun 2009; Christian Faulhammer <fauli@gentoo.org> ddrescue-1.9.ebuild:
   stable x86, bug 275491






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/ddrescue: ddrescue-1.9.ebuild ChangeLog
@ 2009-07-08 22:05 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-07-08 22:05 UTC (permalink / raw
  To: gentoo-commits

fauli       09/07/08 22:05:00

  Modified:             ddrescue-1.9.ebuild ChangeLog
  Log:
  fix QA warnings: Assign RDEPEND and shorten description
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.4                  sys-fs/ddrescue/ddrescue-1.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ddrescue-1.9.ebuild?r1=1.3&r2=1.4

Index: ddrescue-1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ddrescue-1.9.ebuild	8 Jul 2009 21:24:49 -0000	1.3
+++ ddrescue-1.9.ebuild	8 Jul 2009 22:05:00 -0000	1.4
@@ -1,10 +1,10 @@
 # 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.9.ebuild,v 1.3 2009/07/08 21:24:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.9.ebuild,v 1.4 2009/07/08 22:05:00 fauli Exp $
 
 inherit toolchain-funcs
 
-DESCRIPTION="Copies data from one file or block device (hard disk, cdrom, etc) to another, trying hard to rescue data in case of read errors"
+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="http://savannah.gnu.org/download/ddrescue/${P}.tar.bz2"
 
@@ -14,6 +14,7 @@
 IUSE=""
 
 DEPEND=""
+RDEPEND=""
 
 src_compile() {
 	# not a normal configure script



1.18                 sys-fs/ddrescue/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ddrescue/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	8 Jul 2009 22:02:45 -0000	1.17
+++ ChangeLog	8 Jul 2009 22:05:00 -0000	1.18
@@ -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.17 2009/07/08 22:02:45 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.18 2009/07/08 22:05:00 fauli Exp $
+
+  08 Jul 2009; Christian Faulhammer <fauli@gentoo.org> ddrescue-1.9.ebuild:
+  fix QA warnings: Assign RDEPEND and shorten description
 
   08 Jul 2009; Christian Faulhammer <fauli@gentoo.org> -ddrescue-1.8.ebuild:
   clean up






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-07-08 22:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-30 18:27 [gentoo-commits] gentoo-x86 commit in sys-fs/ddrescue: ddrescue-1.9.ebuild ChangeLog Santiago M. Mola (coldwind)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-30  8:22 Christian Faulhammer (fauli)
2009-07-08 21:24 Markus Meier (maekke)
2009-07-08 22:05 Christian Faulhammer (fauli)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox