summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-09-30 03:13:34 +0000
committerMike Frysinger <vapier@gentoo.org>2009-09-30 03:13:34 +0000
commitbffda857d0beacd42451cb0b087afd2664b3e84f (patch)
tree5d29cf87d796bbede01bec303c8085046ded39df /app-arch
parentDont disable 'nls' USE flag in hardened/linux/arch profiles (diff)
downloadgentoo-2-bffda857d0beacd42451cb0b087afd2664b3e84f.tar.gz
gentoo-2-bffda857d0beacd42451cb0b087afd2664b3e84f.tar.bz2
gentoo-2-bffda857d0beacd42451cb0b087afd2664b3e84f.zip
old
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/dump/dump-0.4.37.ebuild66
-rw-r--r--app-arch/dump/dump-0.4.39.ebuild66
-rw-r--r--app-arch/dump/dump-0.4.40.ebuild59
3 files changed, 0 insertions, 191 deletions
diff --git a/app-arch/dump/dump-0.4.37.ebuild b/app-arch/dump/dump-0.4.37.ebuild
deleted file mode 100644
index 3e80f4318b26..000000000000
--- a/app-arch/dump/dump-0.4.37.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.37.ebuild,v 1.5 2005/02/05 19:15:07 solar Exp $
-
-MY_P=${P/4./4b}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Dump/restore ext2fs backup utilities"
-HOMEPAGE="http://dump.sourceforge.net/"
-SRC_URI="mirror://sourceforge/dump/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-IUSE="readline static"
-
-DEPEND=">=sys-fs/e2fsprogs-1.27
- >=app-arch/bzip2-1.0.2
- >=sys-libs/zlib-1.1.4
- readline? ( sys-libs/readline )"
-RDEPEND="${DEPEND}
- || (
- app-arch/star
- app-arch/tar
- )"
-
-# virtual/os-headers never belong in RDEPENDs
-DEPEND="${DEPEND} virtual/os-headers"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i "s:-ltermcap:-lncurses:g" configure || die
-}
-
-src_compile() {
- econf \
- --with-dumpdatespath=/etc/dumpdates \
- --with-binowner=root \
- --with-bingroup=root \
- --enable-largefile \
- $(use_enable static) \
- $(use_enable static staticz) \
- $(use_enable readline) \
- || die
- emake || die
-}
-
-src_install() {
- # built on old autotools, no DESTDIR support
- einstall MANDIR=${D}/usr/share/man/man8 || die
- mv "${D}"/usr/sbin/{,dump-}rmt
- mv "${D}"/usr/share/man/man8/{,dump-}rmt.8
-
- dodoc CHANGES KNOWNBUGS MAINTAINERS README REPORTING-BUGS THANKS TODO
- cd examples
- local d=
- for d in * ; do
- docinto ${d}
- dodoc ${d}/*
- done
-}
-
-pkg_postinst() {
- ewarn "Dump now installs 'rmt' as 'dump-rmt'."
- ewarn "This is to avoid conflicts with tar's 'rmt'."
-}
diff --git a/app-arch/dump/dump-0.4.39.ebuild b/app-arch/dump/dump-0.4.39.ebuild
deleted file mode 100644
index 0b788c4ce25b..000000000000
--- a/app-arch/dump/dump-0.4.39.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.39.ebuild,v 1.4 2005/05/27 07:24:13 josejx Exp $
-
-MY_P=${P/4./4b}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Dump/restore ext2fs backup utilities"
-HOMEPAGE="http://dump.sourceforge.net/"
-SRC_URI="mirror://sourceforge/dump/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-IUSE="readline static"
-
-DEPEND=">=sys-fs/e2fsprogs-1.27
- >=app-arch/bzip2-1.0.2
- >=sys-libs/zlib-1.1.4
- readline? ( sys-libs/readline )"
-RDEPEND="${DEPEND}
- || (
- app-arch/star
- app-arch/tar
- )"
-
-# virtual/os-headers never belong in RDEPENDs
-DEPEND="${DEPEND} virtual/os-headers"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i "s:-ltermcap:-lncurses:g" configure || die
-}
-
-src_compile() {
- econf \
- --with-dumpdatespath=/etc/dumpdates \
- --with-binowner=root \
- --with-bingroup=root \
- --enable-largefile \
- $(use_enable static) \
- $(use_enable static staticz) \
- $(use_enable readline) \
- || die
- emake || die
-}
-
-src_install() {
- # built on old autotools, no DESTDIR support
- einstall MANDIR=${D}/usr/share/man/man8 || die
- mv "${D}"/usr/sbin/{,dump-}rmt
- mv "${D}"/usr/share/man/man8/{,dump-}rmt.8
-
- dodoc CHANGES KNOWNBUGS MAINTAINERS README REPORTING-BUGS THANKS TODO
- cd examples
- local d=
- for d in * ; do
- docinto ${d}
- dodoc ${d}/*
- done
-}
-
-pkg_postinst() {
- ewarn "Dump now installs 'rmt' as 'dump-rmt'."
- ewarn "This is to avoid conflicts with tar's 'rmt'."
-}
diff --git a/app-arch/dump/dump-0.4.40.ebuild b/app-arch/dump/dump-0.4.40.ebuild
deleted file mode 100644
index 83da119a115f..000000000000
--- a/app-arch/dump/dump-0.4.40.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.40.ebuild,v 1.11 2007/03/17 18:02:02 beandog Exp $
-
-MY_P=${P/4./4b}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Dump/restore ext2fs backup utilities"
-HOMEPAGE="http://dump.sourceforge.net/"
-SRC_URI="mirror://sourceforge/dump/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86"
-IUSE="readline static"
-
-RDEPEND=">=sys-fs/e2fsprogs-1.27
- >=app-arch/bzip2-1.0.2
- >=sys-libs/zlib-1.1.4
- readline? ( sys-libs/readline )"
-DEPEND="${RDEPEND}
- virtual/os-headers"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i "s:-ltermcap:-lncurses:g" configure || die
-}
-
-src_compile() {
- econf \
- --with-dumpdatespath=/etc/dumpdates \
- --with-{bin,man}owner=root \
- --with-{bin,man}grp=root \
- --enable-largefile \
- $(use_enable static) \
- $(use_enable readline) \
- || die
- emake || die
-}
-
-src_install() {
- # built on old autotools, no DESTDIR support
- einstall MANDIR="${D}"/usr/share/man/man8 || die
- mv "${D}"/usr/sbin/{,dump-}rmt
- mv "${D}"/usr/share/man/man8/{,dump-}rmt.8
-
- dodoc CHANGES KNOWNBUGS MAINTAINERS README REPORTING-BUGS THANKS TODO
- cd examples
- local d=
- for d in * ; do
- docinto ${d}
- dodoc ${d}/*
- done
-}
-
-pkg_postinst() {
- ewarn "Dump now installs 'rmt' as 'dump-rmt'."
- ewarn "This is to avoid conflicts with tar's 'rmt'."
-}