diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-15 21:17:58 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-15 21:17:58 +0000 |
commit | 2ed4a074ecf7afd34f1dd26d7587615de2c7f915 (patch) | |
tree | f4a60319fb49a917a19d7349eb5cab426f80ec95 /app-arch | |
parent | memlimit - Adds memory usage limiting in supporting programs (diff) | |
download | gentoo-2-2ed4a074ecf7afd34f1dd26d7587615de2c7f915.tar.gz gentoo-2-2ed4a074ecf7afd34f1dd26d7587615de2c7f915.tar.bz2 gentoo-2-2ed4a074ecf7afd34f1dd26d7587615de2c7f915.zip |
cleanup
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/dump/Manifest | 4 | ||||
-rw-r--r-- | app-arch/dump/dump-0.4.29.ebuild | 62 | ||||
-rw-r--r-- | app-arch/dump/dump-0.4.30.ebuild | 63 | ||||
-rw-r--r-- | app-arch/dump/files/digest-dump-0.4.29 | 1 | ||||
-rw-r--r-- | app-arch/dump/files/digest-dump-0.4.30 | 1 | ||||
-rw-r--r-- | app-arch/file-roller/Manifest | 9 | ||||
-rw-r--r-- | app-arch/file-roller/file-roller-1.0.2.ebuild | 32 | ||||
-rw-r--r-- | app-arch/file-roller/file-roller-2.0.4.ebuild | 25 | ||||
-rw-r--r-- | app-arch/file-roller/files/digest-file-roller-1.0.2 | 1 | ||||
-rw-r--r-- | app-arch/file-roller/files/digest-file-roller-2.0.4 | 1 |
10 files changed, 9 insertions, 190 deletions
diff --git a/app-arch/dump/Manifest b/app-arch/dump/Manifest index e2d7a89cb4aa..0874b88a0b8d 100644 --- a/app-arch/dump/Manifest +++ b/app-arch/dump/Manifest @@ -1,9 +1,5 @@ MD5 700858187da037551772036bb4e8d83b ChangeLog 2772 -MD5 ea02251f1bed9ceaebd1399013812c79 dump-0.4.29.ebuild 1383 -MD5 b92dc5dc7c997ef3b736099109a9bc55 dump-0.4.30.ebuild 1384 MD5 e40f4be311407e406197314f32665435 dump-0.4.31.ebuild 1391 MD5 16457928ed3391f2ed73ce374f77248d dump-0.4.32.ebuild 1345 -MD5 96e4b045e55b363e31f5c4c3d621443c files/digest-dump-0.4.29 63 -MD5 fa38f724f0625a45c6659a6f548b7fbc files/digest-dump-0.4.30 63 MD5 ba8e2c7903d8552371eb52340b4712ac files/digest-dump-0.4.31 63 MD5 b6a88612994bfc521011a280e5a33756 files/digest-dump-0.4.32 63 diff --git a/app-arch/dump/dump-0.4.29.ebuild b/app-arch/dump/dump-0.4.29.ebuild deleted file mode 100644 index 1555fd4a498a..000000000000 --- a/app-arch/dump/dump-0.4.29.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2003 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.29.ebuild,v 1.11 2003/02/13 05:53:35 vapier 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 sparc " -IUSE="readline static" - -DEPEND=">=sys-apps/e2fsprogs-1.27 - >=sys-apps/bzip2-1.0.2 - >=sys-libs/zlib-1.1.4 - sys-kernel/linux-headers - readline? ( sys-libs/readline )" -RDEPEND="sys-apps/star" - -src_unpack() { - unpack ${A} - cd ${S} - if [ `use readline` ] ; then - for i in configure configure.in - do - cp ${i} ${i}.orig - sed "s:-ltermcap:-lncurses:g" \ - ${i}.orig > ${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} - - 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.30.ebuild b/app-arch/dump/dump-0.4.30.ebuild deleted file mode 100644 index 805ee98f85a8..000000000000 --- a/app-arch/dump/dump-0.4.30.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2003 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.30.ebuild,v 1.11 2003/02/13 05:53:41 vapier 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 sparc " -IUSE="readline static" - -DEPEND=">=sys-apps/e2fsprogs-1.27 - >=sys-apps/bzip2-1.0.2 - >=sys-libs/zlib-1.1.4 - sys-kernel/linux-headers - readline? ( sys-libs/readline )" -RDEPEND="sys-apps/star" - -src_unpack() { - unpack ${A} - cd ${S} - if [ `use readline` ] ; then - for i in configure configure.in - do - cp ${i} ${i}.orig - sed "s:-ltermcap:-lncurses:g" \ - ${i}.orig > ${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} - - 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/files/digest-dump-0.4.29 b/app-arch/dump/files/digest-dump-0.4.29 deleted file mode 100644 index 48d87e24bac2..000000000000 --- a/app-arch/dump/files/digest-dump-0.4.29 +++ /dev/null @@ -1 +0,0 @@ -MD5 05e8be5f7c265f73911bfb4e1ca58e9a dump-0.4b29.tar.gz 211650 diff --git a/app-arch/dump/files/digest-dump-0.4.30 b/app-arch/dump/files/digest-dump-0.4.30 deleted file mode 100644 index 4f94e73fa645..000000000000 --- a/app-arch/dump/files/digest-dump-0.4.30 +++ /dev/null @@ -1 +0,0 @@ -MD5 ad2af2752d1cb6d103a76b19ccfb8728 dump-0.4b30.tar.gz 214361 diff --git a/app-arch/file-roller/Manifest b/app-arch/file-roller/Manifest new file mode 100644 index 000000000000..b9f73b1ef1aa --- /dev/null +++ b/app-arch/file-roller/Manifest @@ -0,0 +1,9 @@ +MD5 bd8eed36d9718cb00ac2eb3747cf2a3f ChangeLog 4055 +MD5 5ba7fda7b24af7107f4c4e1d2b4c6181 file-roller-2.0.2.ebuild 691 +MD5 464c9f0af0f3b3b67cd42ea94d9c68db file-roller-2.2.1.ebuild 784 +MD5 96c97a2c3783856d904bf356ca1f4ccc file-roller-2.2.2.ebuild 769 +MD5 8b39bb9e4ea808009ede2b8363d7f990 file-roller-2.2.3.ebuild 766 +MD5 306e0291cb91daa18df4310b8895f1a0 files/digest-file-roller-2.2.3 70 +MD5 911c545f3195dca04e1669eeda2a0f43 files/digest-file-roller-2.0.2 69 +MD5 71fa5780de5bf4996017da0e713d614a files/digest-file-roller-2.2.1 70 +MD5 846df272c31cff70d2a19bca193659e0 files/digest-file-roller-2.2.2 70 diff --git a/app-arch/file-roller/file-roller-1.0.2.ebuild b/app-arch/file-roller/file-roller-1.0.2.ebuild deleted file mode 100644 index 9ed06952854f..000000000000 --- a/app-arch/file-roller/file-roller-1.0.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-1.0.2.ebuild,v 1.14 2003/02/28 23:06:03 vapier Exp $ - -DESCRIPTION="archive manager for the GNOME environment" -SRC_URI="mirror://sourceforge/${PN/-/}/${P}.tar.gz" -HOMEPAGE="http://fileroller.sourceforge.net/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc" -IUSE="nls" - -DEPEND="=x11-libs/gtk+-1.2* - >=gnome-base/gnome-libs-1.4.1.4 - =gnome-base/gnome-vfs-1* - =gnome-base/libglade-0* - >=gnome-base/oaf-0.6.8 - >=gnome-base/bonobo-1.0.19 - >=media-libs/gdk-pixbuf-0.16.0" -RDEPEND="${DEPEND} - nls? ( dev-util/intltool )" - -src_compile() { - econf `use_enable nls` || die - emake || die -} - -src_install() { - einstall || die - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/app-arch/file-roller/file-roller-2.0.4.ebuild b/app-arch/file-roller/file-roller-2.0.4.ebuild deleted file mode 100644 index 737dd607e6a7..000000000000 --- a/app-arch/file-roller/file-roller-2.0.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.0.4.ebuild,v 1.6 2003/02/28 23:06:03 vapier Exp $ - -inherit gnome2 - -DESCRIPTION="archive manager for the GNOME environment" -# old homepage, kept as reference. -# SRC_URI="mirror://sourceforge/${PN/-/}/${P}.tar.gz" -HOMEPAGE="http://fileroller.sourceforge.net/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc" - -DEPEND=">=x11-libs/gtk+-2.0.5 - >=gnome-base/gnome-vfs-2.0.0 - >=gnome-base/libglade-2.0.0 - >=gnome-base/libgnome-2 - >=gnome-base/libgnomeui-2 - >=gnome-base/bonobo-activation-1.0.0 - >=gnome-base/libbonobo-2.0.0 - >=gnome-base/libbonoboui-2" - -DOCS="AUTHORS ChangeLog NEWS README TODO" diff --git a/app-arch/file-roller/files/digest-file-roller-1.0.2 b/app-arch/file-roller/files/digest-file-roller-1.0.2 deleted file mode 100644 index e527f990f8f1..000000000000 --- a/app-arch/file-roller/files/digest-file-roller-1.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 bf4bf5cbcc89fb34cfe0f6059256ac31 file-roller-1.0.2.tar.gz 407287 diff --git a/app-arch/file-roller/files/digest-file-roller-2.0.4 b/app-arch/file-roller/files/digest-file-roller-2.0.4 deleted file mode 100644 index e4bcafd0e84f..000000000000 --- a/app-arch/file-roller/files/digest-file-roller-2.0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 60973422153eb967cfe6f0275e407432 file-roller-2.0.4.tar.bz2 522125 |