diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-26 03:03:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-26 03:03:21 +0000 |
commit | dbe0325b17697e6df4678e4aa8676fa2c17bc8e1 (patch) | |
tree | 6e1d012fbb7ae80559f3e65cd8ab73a48440bf07 /app-arch/dump | |
parent | dont overwrite rmt from tar #68791 (Manifest recommit) (diff) | |
download | gentoo-2-dbe0325b17697e6df4678e4aa8676fa2c17bc8e1.tar.gz gentoo-2-dbe0325b17697e6df4678e4aa8676fa2c17bc8e1.tar.bz2 gentoo-2-dbe0325b17697e6df4678e4aa8676fa2c17bc8e1.zip |
old
Diffstat (limited to 'app-arch/dump')
-rw-r--r-- | app-arch/dump/dump-0.4.31.ebuild | 61 | ||||
-rw-r--r-- | app-arch/dump/dump-0.4.32.ebuild | 58 | ||||
-rw-r--r-- | app-arch/dump/dump-0.4.34.ebuild | 62 | ||||
-rw-r--r-- | app-arch/dump/dump-0.4.36.ebuild | 62 | ||||
-rw-r--r-- | app-arch/dump/files/digest-dump-0.4.31 | 1 | ||||
-rw-r--r-- | app-arch/dump/files/digest-dump-0.4.32 | 1 | ||||
-rw-r--r-- | app-arch/dump/files/digest-dump-0.4.34 | 1 | ||||
-rw-r--r-- | app-arch/dump/files/digest-dump-0.4.36 | 1 |
8 files changed, 0 insertions, 247 deletions
diff --git a/app-arch/dump/dump-0.4.31.ebuild b/app-arch/dump/dump-0.4.31.ebuild deleted file mode 100644 index 345cbe1ee711..000000000000 --- a/app-arch/dump/dump-0.4.31.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.31.ebuild,v 1.21 2004/06/24 21:30:03 agriffis Exp $ - -MY_P=${P/4./4b} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Dump/restore ext2fs backup utilities" -SRC_URI="mirror://sourceforge/dump/${MY_P}.tar.gz" -HOMEPAGE="http://dump.sourceforge.net" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="x86 ppc sparc alpha" -IUSE="readline static" - -DEPEND=">=sys-fs/e2fsprogs-1.27 - >=app-arch/bzip2-1.0.2 - >=sys-libs/zlib-1.1.4 - virtual/os-headers - readline? ( sys-libs/readline )" -RDEPEND="app-arch/star" - -src_unpack() { - unpack ${A} - cd ${S} - if use readline ; then - for i in configure configure.in - do - sed -i "s:-ltermcap:-lncurses:g" \ - ${i} - done - fi -} - -src_compile() { - local myconf - - use readline \ - && myconf="--enable-readline" \ - || myconf="--disable-readline" - - use static \ - && myconf="${myconf} --enable-static" \ - || myconf="${myconf} --enable-shared" - - econf \ - --with-dumpdatespath=/etc/dumpdates \ - --with-binowner=root \ - --with-bingroup=root \ - --enable-largefile \ - ${myconf} || die "econf failed" - - emake || die -} -src_install() { - einstall MANDIR=${D}/usr/share/man/man8 - - dodoc CHANGES COPYRIGHT INSTALL KNOWNBUGS MAINTAINERS README \ - REPORTING-BUGS THANKS TODO - dodoc -r examples/dump_on_cd -} diff --git a/app-arch/dump/dump-0.4.32.ebuild b/app-arch/dump/dump-0.4.32.ebuild deleted file mode 100644 index 5139c4372bcf..000000000000 --- a/app-arch/dump/dump-0.4.32.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.32.ebuild,v 1.13 2004/10/05 10:59:23 pvdabeel Exp $ - -MY_P=${P/4./4b} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Dump/restore ext2fs backup utilities" -SRC_URI="mirror://sourceforge/dump/${MY_P}.tar.gz" -HOMEPAGE="http://dump.sourceforge.net" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="x86 ppc ~sparc alpha" -IUSE="readline static" - -DEPEND=">=sys-fs/e2fsprogs-1.27 - >=app-arch/bzip2-1.0.2 - >=sys-libs/zlib-1.1.4 - virtual/os-headers - readline? ( sys-libs/readline )" -RDEPEND="app-arch/star" - -src_unpack() { - unpack ${A} - cd ${S} - if use readline ; then - for i in configure configure.in - do - sed -i "s:-ltermcap:-lncurses:g" \ - ${i} - done - fi -} - -src_compile() { - local myconf="" - use static \ - && myconf="${myconf} --enable-static" \ - || myconf="${myconf} --enable-shared" - - econf \ - --with-dumpdatespath=/etc/dumpdates \ - --with-binowner=root \ - --with-bingroup=root \ - --enable-largefile \ - `use_enable readline` \ - ${myconf} || die - - emake || die -} - -src_install() { - einstall MANDIR=${D}/usr/share/man/man8 || die - - dodoc CHANGES COPYRIGHT KNOWNBUGS MAINTAINERS README \ - REPORTING-BUGS THANKS TODO - dodoc -r examples/dump_on_cd -} diff --git a/app-arch/dump/dump-0.4.34.ebuild b/app-arch/dump/dump-0.4.34.ebuild deleted file mode 100644 index 7606edb773a5..000000000000 --- a/app-arch/dump/dump-0.4.34.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.34.ebuild,v 1.17 2004/06/24 21:30:03 agriffis Exp $ - -MY_P=${P/4./4b} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Dump/restore ext2fs backup utilities" -SRC_URI="mirror://sourceforge/dump/${MY_P}.tar.gz" -HOMEPAGE="http://dump.sourceforge.net" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~x86 ~ppc sparc ia64 alpha amd64" -IUSE="readline static" - -DEPEND=">=sys-fs/e2fsprogs-1.27 - >=app-arch/bzip2-1.0.2 - >=sys-libs/zlib-1.1.4 - virtual/os-headers - readline? ( sys-libs/readline )" -RDEPEND="${DEPEND} - || ( - app-arch/star - app-arch/tar - )" - -src_unpack() { - unpack ${A} - cd ${S} - if use readline ; then - for i in configure.in configure - do - sed -i "s:-ltermcap:-lncurses:g" \ - ${i} - done - fi -} - -src_compile() { - local myconf="" - use static \ - && myconf="${myconf} --enable-static" \ - || myconf="${myconf} --enable-shared" - - econf \ - --with-dumpdatespath=/etc/dumpdates \ - --with-binowner=root \ - --with-bingroup=root \ - --enable-largefile \ - `use_enable readline` \ - ${myconf} || die - - emake || die -} - -src_install() { - einstall MANDIR=${D}/usr/share/man/man8 || die - - dodoc CHANGES COPYRIGHT KNOWNBUGS MAINTAINERS README \ - REPORTING-BUGS THANKS TODO - dodoc -r examples/dump_on_cd -} diff --git a/app-arch/dump/dump-0.4.36.ebuild b/app-arch/dump/dump-0.4.36.ebuild deleted file mode 100644 index 6e0d3e013bda..000000000000 --- a/app-arch/dump/dump-0.4.36.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.36.ebuild,v 1.7 2004/10/05 10:59:23 pvdabeel Exp $ - -MY_P=${P/4./4b} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Dump/restore ext2fs backup utilities" -SRC_URI="mirror://sourceforge/dump/${MY_P}.tar.gz" -HOMEPAGE="http://dump.sourceforge.net" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="x86 ppc sparc ia64 alpha" -IUSE="readline static" - -DEPEND=">=sys-fs/e2fsprogs-1.27 - >=app-arch/bzip2-1.0.2 - >=sys-libs/zlib-1.1.4 - virtual/os-headers - readline? ( sys-libs/readline )" -RDEPEND="${DEPEND} - || ( - app-arch/star - app-arch/tar - )" - -src_unpack() { - unpack ${A} - cd ${S} - if use readline ; then - for i in configure.in configure - do - sed -i "s:-ltermcap:-lncurses:g" \ - ${i} - done - fi -} - -src_compile() { - local myconf="" - use static \ - && myconf="${myconf} --enable-static" \ - || myconf="${myconf} --enable-shared" - - econf \ - --with-dumpdatespath=/etc/dumpdates \ - --with-binowner=root \ - --with-bingroup=root \ - --enable-largefile \ - `use_enable readline` \ - ${myconf} || die - - emake || die -} - -src_install() { - einstall MANDIR=${D}/usr/share/man/man8 || die - - dodoc CHANGES COPYRIGHT KNOWNBUGS MAINTAINERS README \ - REPORTING-BUGS THANKS TODO - dodoc -r examples/dump_on_cd -} diff --git a/app-arch/dump/files/digest-dump-0.4.31 b/app-arch/dump/files/digest-dump-0.4.31 deleted file mode 100644 index cde9740573a4..000000000000 --- a/app-arch/dump/files/digest-dump-0.4.31 +++ /dev/null @@ -1 +0,0 @@ -MD5 ef0f7e0add1e4d88a74bdd665f18804c dump-0.4b31.tar.gz 214999 diff --git a/app-arch/dump/files/digest-dump-0.4.32 b/app-arch/dump/files/digest-dump-0.4.32 deleted file mode 100644 index 93b5b1c6f6a2..000000000000 --- a/app-arch/dump/files/digest-dump-0.4.32 +++ /dev/null @@ -1 +0,0 @@ -MD5 cf188143ed7408a31932669dbb66bdc1 dump-0.4b32.tar.gz 216188 diff --git a/app-arch/dump/files/digest-dump-0.4.34 b/app-arch/dump/files/digest-dump-0.4.34 deleted file mode 100644 index f4ffd1df609d..000000000000 --- a/app-arch/dump/files/digest-dump-0.4.34 +++ /dev/null @@ -1 +0,0 @@ -MD5 b78f91cede9c2b383c46905c688845c6 dump-0.4b34.tar.gz 259554 diff --git a/app-arch/dump/files/digest-dump-0.4.36 b/app-arch/dump/files/digest-dump-0.4.36 deleted file mode 100644 index 1699bc9f158f..000000000000 --- a/app-arch/dump/files/digest-dump-0.4.36 +++ /dev/null @@ -1 +0,0 @@ -MD5 0662be0643aad6c7167bcede6b9ac298 dump-0.4b36.tar.gz 271675 |