public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Santiago M. Mola (coldwind)" <coldwind@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/ddrescue: ddrescue-1.9.ebuild ChangeLog
Date: Tue, 30 Dec 2008 18:27:48 +0000	[thread overview]
Message-ID: <E1LHjJk-00020I-EE@stork.gentoo.org> (raw)

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
}






             reply	other threads:[~2008-12-30 18:27 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LHjJk-00020I-EE@stork.gentoo.org \
    --to=coldwind@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox