diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 14:16:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 14:16:07 +0000 |
commit | f5d020b5cdc5f50c38a49cc6d777e159d4c0ae6a (patch) | |
tree | db38970b0aee99e8ef1a7e46747ab0aa2f70a68e /app-arch/dump | |
parent | Added SLOT and KEYWORDS (diff) | |
download | gentoo-2-f5d020b5cdc5f50c38a49cc6d777e159d4c0ae6a.tar.gz gentoo-2-f5d020b5cdc5f50c38a49cc6d777e159d4c0ae6a.tar.bz2 gentoo-2-f5d020b5cdc5f50c38a49cc6d777e159d4c0ae6a.zip |
repoman'd
Diffstat (limited to 'app-arch/dump')
-rw-r--r-- | app-arch/dump/dump-0.4.28-r1.ebuild | 68 | ||||
-rw-r--r-- | app-arch/dump/dump-0.4.29.ebuild | 15 | ||||
-rw-r--r-- | app-arch/dump/files/digest-dump-0.4.28-r1 | 1 |
3 files changed, 5 insertions, 79 deletions
diff --git a/app-arch/dump/dump-0.4.28-r1.ebuild b/app-arch/dump/dump-0.4.28-r1.ebuild deleted file mode 100644 index 3e618ac47165..000000000000 --- a/app-arch/dump/dump-0.4.28-r1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.28-r1.ebuild,v 1.3 2002/07/17 20:44:57 drobbins Exp $ - -MY_P=${P/4./4b} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Dump/restore ext2fs backup utilities" -SRC_URI="http://download.sourceforge.net/dump/${MY_P}.tar.gz" -SLOT="0" -HOMEPAGE="http://dump.sourceforge.net" - -DEPEND=">=sys-apps/e2fsprogs-1.27 - >=sys-apps/bzip2-1.0.2 - >=sys-libs/zlib-1.1.4 - >=sys-kernel/linux-headers-2.4.10 - readline? ( sys-libs/readline )" - -RDEPEND="sys-apps/star" - -LICENSE="BSD" -SLOT="0" - -src_unpack() { - - unpack ${A} - cd ${S} - use readline && ( \ - for i in configure configure.in - do - cp ${i} ${i}.orig - sed "s:-ltermcap:-lncurses:g" \ - ${i}.orig > ${i} - done - ) -} - -src_compile() { - - local myconf - - use readline \ - && myconf="--enable-readline" \ - || myconf="--disable-readline" - - use static \ - && myconf="${myconf} --snable-static" \ - || myconf="${myconf} --enable-shared" - - econf \ - --with-dumpdatespath=/etc/dumpdates \ - --with-binowner=root \ - --with-bingroup=root \ - --enable-largefile \ - ${myconf} || die - - emake || die -} -src_install () { -# into / -# dosbin dump/dump restore/restore -# doman restore/restore.8 -# doman dump/dump.8 - einstall \ - MANDIR=${D}/usr/share/man/man8 || die - 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.29.ebuild b/app-arch/dump/dump-0.4.29.ebuild index 05157ba8acbb..7498cef94b75 100644 --- a/app-arch/dump/dump-0.4.29.ebuild +++ b/app-arch/dump/dump-0.4.29.ebuild @@ -1,24 +1,23 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.29.ebuild,v 1.2 2002/07/17 20:44:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.29.ebuild,v 1.3 2002/07/25 14:16:07 seemant Exp $ MY_P=${P/4./4b} S=${WORKDIR}/${MY_P} DESCRIPTION="Dump/restore ext2fs backup utilities" SRC_URI="http://download.sourceforge.net/dump/${MY_P}.tar.gz" -SLOT="0" HOMEPAGE="http://dump.sourceforge.net" DEPEND=">=sys-apps/e2fsprogs-1.27 >=sys-apps/bzip2-1.0.2 >=sys-libs/zlib-1.1.4 - >=sys-kernel/linux-headers-2.4.10 + sys-kernel/linux-headers readline? ( sys-libs/readline )" RDEPEND="sys-apps/star" -LICENSE="BSD" SLOT="0" +LICENSE="BSD" KEYWORDS="x86" src_unpack() { @@ -57,12 +56,8 @@ src_compile() { emake || die } src_install () { -# into / -# dosbin dump/dump restore/restore -# doman restore/restore.8 -# doman dump/dump.8 - einstall \ - MANDIR=${D}/usr/share/man/man8 || die + einstall MANDIR=${D}/usr/share/man/man8 || die + dodoc CHANGES COPYRIGHT INSTALL KNOWNBUGS MAINTAINERS README \ REPORTING-BUGS THANKS TODO dodoc -r examples/dump_on_cd diff --git a/app-arch/dump/files/digest-dump-0.4.28-r1 b/app-arch/dump/files/digest-dump-0.4.28-r1 deleted file mode 100644 index 9882cd227c63..000000000000 --- a/app-arch/dump/files/digest-dump-0.4.28-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b92b77229e607dcd9b3a508bb97a6c8c dump-0.4b28.tar.gz 206402 |