summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-04-21 18:21:11 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-04-21 18:21:11 +0000
commitfe38b5a4398bfd38e37bded5a8881bf7ea1cfd7c (patch)
tree29da38d973e2639aa6b7d7192a70a2b957d5c8e2 /sys-fs/ddrescue
parentFix up metadata.xml. If there's no maintainer for the package, the metadata a... (diff)
downloadgentoo-2-fe38b5a4398bfd38e37bded5a8881bf7ea1cfd7c.tar.gz
gentoo-2-fe38b5a4398bfd38e37bded5a8881bf7ea1cfd7c.tar.bz2
gentoo-2-fe38b5a4398bfd38e37bded5a8881bf7ea1cfd7c.zip
x86 stable, remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-fs/ddrescue')
-rw-r--r--sys-fs/ddrescue/ChangeLog6
-rw-r--r--sys-fs/ddrescue/ddrescue-1.6.ebuild35
-rw-r--r--sys-fs/ddrescue/ddrescue-1.8.ebuild4
3 files changed, 7 insertions, 38 deletions
diff --git a/sys-fs/ddrescue/ChangeLog b/sys-fs/ddrescue/ChangeLog
index 0e43080c1d4e..18b7d79b8e9b 100644
--- a/sys-fs/ddrescue/ChangeLog
+++ b/sys-fs/ddrescue/ChangeLog
@@ -1,6 +1,10 @@
# 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.11 2008/03/07 18:44:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.12 2008/04/21 18:21:11 armin76 Exp $
+
+ 21 Apr 2008; Raúl Porcel <armin76@gentoo.org> -ddrescue-1.6.ebuild,
+ ddrescue-1.8.ebuild:
+ x86 stable, remove old
*ddrescue-1.8 (07 Mar 2008)
diff --git a/sys-fs/ddrescue/ddrescue-1.6.ebuild b/sys-fs/ddrescue/ddrescue-1.6.ebuild
deleted file mode 100644
index ee9993a4da67..000000000000
--- a/sys-fs/ddrescue/ddrescue-1.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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.6.ebuild,v 1.2 2008/03/07 18:44:37 armin76 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
-}
diff --git a/sys-fs/ddrescue/ddrescue-1.8.ebuild b/sys-fs/ddrescue/ddrescue-1.8.ebuild
index 3d677e240be2..053d37850c8a 100644
--- a/sys-fs/ddrescue/ddrescue-1.8.ebuild
+++ b/sys-fs/ddrescue/ddrescue-1.8.ebuild
@@ -1,6 +1,6 @@
# 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.8.ebuild,v 1.1 2008/03/07 18:44:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.8.ebuild,v 1.2 2008/04/21 18:21:11 armin76 Exp $
inherit toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="http://savannah.gnu.org/download/ddrescue/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND=""