* [gentoo-commits] gentoo-x86 commit in sys-fs/ddrescue: metadata.xml ChangeLog ddrescue-1.13.ebuild ddrescue-1.9.ebuild
@ 2010-11-01 20:32 Lars Wendler (polynomial-c)
0 siblings, 0 replies; only message in thread
From: Lars Wendler (polynomial-c) @ 2010-11-01 20:32 UTC (permalink / raw
To: gentoo-commits
polynomial-c 10/11/01 20:32:50
Modified: metadata.xml ChangeLog
Added: ddrescue-1.13.ebuild
Removed: ddrescue-1.9.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Revision Changes Path
1.3 sys-fs/ddrescue/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/metadata.xml?r1=1.2&r2=1.3
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml 24 Jul 2007 13:19:47 -0000 1.2
+++ metadata.xml 1 Nov 2010 20:32:50 -0000 1.3
@@ -3,6 +3,7 @@
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
- <email>maintainer-needed@gentoo.org</email>
+ <email>polynomial-c@gentoo.org</email>
+ <name>Lars Wendler</name>
</maintainer>
</pkgmetadata>
1.24 sys-fs/ddrescue/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 6 May 2010 06:56:43 -0000 1.23
+++ ChangeLog 1 Nov 2010 20:32:50 -0000 1.24
@@ -1,6 +1,12 @@
# ChangeLog for sys-fs/ddrescue
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.23 2010/05/06 06:56:43 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.24 2010/11/01 20:32:50 polynomial-c Exp $
+
+*ddrescue-1.13 (01 Nov 2010)
+
+ 01 Nov 2010; Lars Wendler <polynomial-c@gentoo.org> -ddrescue-1.9.ebuild,
+ +ddrescue-1.13.ebuild, metadata.xml:
+ Version bump. Added myself as maintainer.
*ddrescue-1.12 (06 May 2010)
1.1 sys-fs/ddrescue/ddrescue-1.13.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ddrescue-1.13.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ddrescue-1.13.ebuild?rev=1.1&content-type=text/plain
Index: ddrescue-1.13.ebuild
===================================================================
# 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.13.ebuild,v 1.1 2010/11/01 20:32:50 polynomial-c 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 ~arm ~ia64 ~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_test() {
./testsuite/check.sh "${S}"/testsuite || die
}
src_install() {
emake DESTDIR="${D}" install install-man || die "make install failed"
dodoc ChangeLog README NEWS AUTHORS
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-01 20:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-01 20:32 [gentoo-commits] gentoo-x86 commit in sys-fs/ddrescue: metadata.xml ChangeLog ddrescue-1.13.ebuild ddrescue-1.9.ebuild Lars Wendler (polynomial-c)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox