public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/dd-rescue: ChangeLog dd-rescue-1.25.ebuild
@ 2012-02-04 18:08 Tim Harder (radhermit)
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2012-02-04 18:08 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/02/04 18:08:59

  Modified:             ChangeLog
  Added:                dd-rescue-1.25.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 sys-fs/dd-rescue/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	5 Dec 2011 10:22:04 -0000	1.18
+++ ChangeLog	4 Feb 2012 18:08:59 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/dd-rescue
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.18 2011/12/05 10:22:04 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.19 2012/02/04 18:08:59 radhermit Exp $
+
+*dd-rescue-1.25 (04 Feb 2012)
+
+  04 Feb 2012; Tim Harder <radhermit@gentoo.org> +dd-rescue-1.25.ebuild:
+  Version bump.
 
 *dd-rescue-1.24 (05 Dec 2011)
 



1.1                  sys-fs/dd-rescue/dd-rescue-1.25.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.25.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.25.ebuild?rev=1.1&content-type=text/plain

Index: dd-rescue-1.25.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.25.ebuild,v 1.1 2012/02/04 18:08:59 radhermit Exp $

EAPI=4

inherit base toolchain-funcs

MY_PN=${PN/-/_}
MY_P=${MY_PN}-${PV}

DESCRIPTION="Similar to dd but can copy from source with errors"
HOMEPAGE="http://www.garloff.de/kurt/linux/ddrescue/"
SRC_URI="http://www.garloff.de/kurt/linux/ddrescue/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~arm ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="static kernel_linux elibc_glibc"

S=${WORKDIR}/${MY_PN}

src_compile() {
	use static && append-flags -static

	# Passing LDFLAGS together with CFLAGS is not often a good idea, but
	# in this case it makes it possible to avoid patching; after all it
	# only builds the progrma whole, not with object files.
	#
	# The falloc target creates a dd_rescue binary that uses the
	# fallocate() function, present in Kernel 2.6.23 and later and GLIBC
	# 2.10 and later. If somebody can think of a better way to
	# optionally use it, suggestions are welcome.
	emake RPM_OPT_FLAGS="${CFLAGS} ${LDFLAGS}" CC="$(tc-getCC)" \
		$(use kernel_linux && use elibc_glibc && echo "falloc")
}

src_install() {
	# easier to install by hand than trying to make sense of the
	# Makefile.
	into /
	dobin dd_rescue

	dodoc README.dd_rescue
}






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/dd-rescue: ChangeLog dd-rescue-1.25.ebuild
@ 2012-08-08 19:31 Brent Baude (ranger)
  0 siblings, 0 replies; 3+ messages in thread
From: Brent Baude (ranger) @ 2012-08-08 19:31 UTC (permalink / raw
  To: gentoo-commits

ranger      12/08/08 19:31:01

  Modified:             ChangeLog dd-rescue-1.25.ebuild
  Log:
  Marking dd-rescue-1.25 ppc for bug 422209
  
  (Portage version: 2.1.10.65/cvs/Linux ppc64)

Revision  Changes    Path
1.24                 sys-fs/dd-rescue/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	3 Aug 2012 15:17:15 -0000	1.23
+++ ChangeLog	8 Aug 2012 19:31:00 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/dd-rescue
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.23 2012/08/03 15:17:15 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.24 2012/08/08 19:31:00 ranger Exp $
+
+  08 Aug 2012; Brent Baude <ranger@gentoo.org> dd-rescue-1.25.ebuild:
+  Marking dd-rescue-1.25 ppc for bug 422209
 
   03 Aug 2012; Markos Chandras <hwoarang@gentoo.org> dd-rescue-1.25.ebuild:
   Stable on amd64 wrt bug #422209



1.4                  sys-fs/dd-rescue/dd-rescue-1.25.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.25.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.25.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.25.ebuild?r1=1.3&r2=1.4

Index: dd-rescue-1.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.25.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dd-rescue-1.25.ebuild	3 Aug 2012 15:17:15 -0000	1.3
+++ dd-rescue-1.25.ebuild	8 Aug 2012 19:31:00 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.25.ebuild,v 1.3 2012/08/03 15:17:15 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.25.ebuild,v 1.4 2012/08/08 19:31:00 ranger Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm ~mips ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="static kernel_linux elibc_glibc"
 
 S=${WORKDIR}/${MY_PN}





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/dd-rescue: ChangeLog dd-rescue-1.25.ebuild
@ 2012-08-10 13:54 Johannes Huber (johu)
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber (johu) @ 2012-08-10 13:54 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/10 13:54:08

  Modified:             ChangeLog dd-rescue-1.25.ebuild
  Log:
  Stable for x86, wrt bug #422209
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 sys-fs/dd-rescue/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	8 Aug 2012 19:31:00 -0000	1.24
+++ ChangeLog	10 Aug 2012 13:54:08 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/dd-rescue
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.24 2012/08/08 19:31:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.25 2012/08/10 13:54:08 johu Exp $
+
+  10 Aug 2012; Johannes Huber <johu@gentoo.org> dd-rescue-1.25.ebuild:
+  Stable for x86, wrt bug #422209
 
   08 Aug 2012; Brent Baude <ranger@gentoo.org> dd-rescue-1.25.ebuild:
   Marking dd-rescue-1.25 ppc for bug 422209



1.5                  sys-fs/dd-rescue/dd-rescue-1.25.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.25.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.25.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.25.ebuild?r1=1.4&r2=1.5

Index: dd-rescue-1.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.25.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dd-rescue-1.25.ebuild	8 Aug 2012 19:31:00 -0000	1.4
+++ dd-rescue-1.25.ebuild	10 Aug 2012 13:54:08 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.25.ebuild,v 1.4 2012/08/08 19:31:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.25.ebuild,v 1.5 2012/08/10 13:54:08 johu Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="static kernel_linux elibc_glibc"
 
 S=${WORKDIR}/${MY_PN}





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

end of thread, other threads:[~2012-08-10 13:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-10 13:54 [gentoo-commits] gentoo-x86 commit in sys-fs/dd-rescue: ChangeLog dd-rescue-1.25.ebuild Johannes Huber (johu)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-08 19:31 Brent Baude (ranger)
2012-02-04 18:08 Tim Harder (radhermit)

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