diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-01 22:49:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-01 22:49:36 +0000 |
commit | 7d939397b76b8745bcde5b100bcdc404e5bb364a (patch) | |
tree | 195d83c6e324fed41fd7526f0b2e9f92510da719 /app-arch | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-7d939397b76b8745bcde5b100bcdc404e5bb364a.tar.gz gentoo-2-7d939397b76b8745bcde5b100bcdc404e5bb364a.tar.bz2 gentoo-2-7d939397b76b8745bcde5b100bcdc404e5bb364a.zip |
thin ebuilds
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/dump/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/dump/dump-0.4.33.ebuild | 58 | ||||
-rw-r--r-- | app-arch/dump/dump-0.4.35.ebuild | 62 | ||||
-rw-r--r-- | app-arch/dump/files/digest-dump-0.4.33 | 1 | ||||
-rw-r--r-- | app-arch/dump/files/digest-dump-0.4.35 | 1 |
5 files changed, 5 insertions, 123 deletions
diff --git a/app-arch/dump/ChangeLog b/app-arch/dump/ChangeLog index 9ed55c5c567f..1ad035224905 100644 --- a/app-arch/dump/ChangeLog +++ b/app-arch/dump/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/dump # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/ChangeLog,v 1.26 2004/06/01 22:38:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/ChangeLog,v 1.27 2004/06/01 22:49:36 mr_bones_ Exp $ + + 01 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> dump-0.4.33.ebuild, + dump-0.4.35.ebuild: + thin ebuilds 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> dump-0.4.31.ebuild, dump-0.4.32.ebuild, dump-0.4.33.ebuild, dump-0.4.34.ebuild, diff --git a/app-arch/dump/dump-0.4.33.ebuild b/app-arch/dump/dump-0.4.33.ebuild deleted file mode 100644 index 312af8a51056..000000000000 --- a/app-arch/dump/dump-0.4.33.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.33.ebuild,v 1.8 2004/06/01 22:38: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 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.35.ebuild b/app-arch/dump/dump-0.4.35.ebuild deleted file mode 100644 index d151854d91b9..000000000000 --- a/app-arch/dump/dump-0.4.35.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.35.ebuild,v 1.2 2004/06/01 22:38: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/files/digest-dump-0.4.33 b/app-arch/dump/files/digest-dump-0.4.33 deleted file mode 100644 index 039694871030..000000000000 --- a/app-arch/dump/files/digest-dump-0.4.33 +++ /dev/null @@ -1 +0,0 @@ -MD5 865ec438c2a8f9bf5fa1ec719fc42fa7 dump-0.4b33.tar.gz 231614 diff --git a/app-arch/dump/files/digest-dump-0.4.35 b/app-arch/dump/files/digest-dump-0.4.35 deleted file mode 100644 index 23dca2923ed0..000000000000 --- a/app-arch/dump/files/digest-dump-0.4.35 +++ /dev/null @@ -1 +0,0 @@ -MD5 a5c5cd6b10e148d9ea37fc3ecd855709 dump-0.4b35.tar.gz 269690 |