summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2014-01-07 09:56:11 +0000
committerLars Wendler <polynomial-c@gentoo.org>2014-01-07 09:56:11 +0000
commitc5221066b8fa77fdd2bb5213f7171fc12ff37f1a (patch)
tree939e4a2ce295a17c960e154e219d1a705782377d /sys-fs
parentRemoved old versions and files. Converted latest ebuild to EAPI-4 (diff)
downloadgentoo-2-c5221066b8fa77fdd2bb5213f7171fc12ff37f1a.tar.gz
gentoo-2-c5221066b8fa77fdd2bb5213f7171fc12ff37f1a.tar.bz2
gentoo-2-c5221066b8fa77fdd2bb5213f7171fc12ff37f1a.zip
Removed old versions and files
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/dd-rescue/ChangeLog8
-rw-r--r--sys-fs/dd-rescue/dd-rescue-1.10.ebuild30
-rw-r--r--sys-fs/dd-rescue/dd-rescue-1.24.ebuild45
-rw-r--r--sys-fs/dd-rescue/dd-rescue-1.25.ebuild45
4 files changed, 6 insertions, 122 deletions
diff --git a/sys-fs/dd-rescue/ChangeLog b/sys-fs/dd-rescue/ChangeLog
index 0fb2d3467866..d2e053aeb056 100644
--- a/sys-fs/dd-rescue/ChangeLog
+++ b/sys-fs/dd-rescue/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/dd-rescue
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.33 2013/08/28 02:37:15 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.34 2014/01/07 09:56:11 polynomial-c Exp $
+
+ 07 Jan 2014; Lars Wendler <polynomial-c@gentoo.org> -dd-rescue-1.10.ebuild,
+ -dd-rescue-1.24.ebuild, -dd-rescue-1.25.ebuild:
+ Removed old versions and files.
*dd-rescue-1.40 (28 Aug 2013)
diff --git a/sys-fs/dd-rescue/dd-rescue-1.10.ebuild b/sys-fs/dd-rescue/dd-rescue-1.10.ebuild
deleted file mode 100644
index be36f7f9b81b..000000000000
--- a/sys-fs/dd-rescue/dd-rescue-1.10.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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.10.ebuild,v 1.4 2012/09/02 18:19:53 armin76 Exp $
-
-inherit flag-o-matic
-
-MY_PN=${PN/-/_}
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_PN}
-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 ppc ~sparc x86"
-IUSE="static"
-
-RDEPEND=""
-DEPEND=">=sys-apps/sed-4"
-
-src_compile() {
- use static && append-ldflags -static
- emake RPM_OPT_FLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc README.dd_rescue
-}
diff --git a/sys-fs/dd-rescue/dd-rescue-1.24.ebuild b/sys-fs/dd-rescue/dd-rescue-1.24.ebuild
deleted file mode 100644
index 85d10f004af5..000000000000
--- a/sys-fs/dd-rescue/dd-rescue-1.24.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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.24.ebuild,v 1.3 2012/09/02 18:19:53 armin76 Exp $
-
-EAPI=4
-
-inherit base toolchain-funcs flag-o-matic
-
-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 ~arm ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="static kernel_linux elibc_glibc"
-
-S=${WORKDIR}/${MY_PN}
-
-src_compile() {
- use static && append-ldflags -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
-}
diff --git a/sys-fs/dd-rescue/dd-rescue-1.25.ebuild b/sys-fs/dd-rescue/dd-rescue-1.25.ebuild
deleted file mode 100644
index dc346cd3d1b2..000000000000
--- a/sys-fs/dd-rescue/dd-rescue-1.25.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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.5 2012/08/10 13:54:08 johu Exp $
-
-EAPI=4
-
-inherit base toolchain-funcs flag-o-matic
-
-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 ~arm ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="static kernel_linux elibc_glibc"
-
-S=${WORKDIR}/${MY_PN}
-
-src_compile() {
- use static && append-ldflags -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
-}