diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-02-09 10:01:59 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-02-09 10:01:59 +0000 |
commit | a683444525ee7b9866b99592ea39b9ff05d9dc3c (patch) | |
tree | de52f3dd5afc85f0651f820c8a4d5daaf0e9e144 /app-arch | |
parent | *** empty log message *** (diff) | |
download | historical-a683444525ee7b9866b99592ea39b9ff05d9dc3c.tar.gz historical-a683444525ee7b9866b99592ea39b9ff05d9dc3c.tar.bz2 historical-a683444525ee7b9866b99592ea39b9ff05d9dc3c.zip |
Maintainence and FHS 2.1 fixes for RC4
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/dump/dump-0.4.21-r1.ebuild | 51 | ||||
-rw-r--r-- | app-arch/dump/files/digest-dump-0.4.21-r1 | 1 | ||||
-rw-r--r-- | app-arch/rpm/files/digest-rpm-3.0.6 | 1 | ||||
-rw-r--r-- | app-arch/rpm/rpm-3.0.6.ebuild | 53 | ||||
-rw-r--r-- | app-arch/unzip/files/digest-unzip-5.41-r2 | 1 | ||||
-rw-r--r-- | app-arch/unzip/unzip-5.41-r2.ebuild | 33 | ||||
-rw-r--r-- | app-arch/zip/files/digest-zip-2.3-r1 | 1 | ||||
-rw-r--r-- | app-arch/zip/zip-2.3-r1.ebuild | 36 |
8 files changed, 177 insertions, 0 deletions
diff --git a/app-arch/dump/dump-0.4.21-r1.ebuild b/app-arch/dump/dump-0.4.21-r1.ebuild new file mode 100644 index 000000000000..7197ef4b71f7 --- /dev/null +++ b/app-arch/dump/dump-0.4.21-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.21-r1.ebuild,v 1.1 2001/02/09 10:01:59 achim Exp $ + +P=dump-0.4b21 +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Dump/restore ext2fs backup utilities" +SRC_URI="http://download.sourceforge.net/dump/${A}" +HOMEPAGE="http://dump.sourceforge.net" + +DEPEND=">=sys-apps/e2fsprogs-1.19 + readline? ( >=sys-libs/readline-4.1-r2 )" + +src_compile() { + + local myconf + if [ "`use readline`" ] + then + myconf=--enable-readline + ln -s /lib/libncurses.so libtermcap.so + export LDFLAGS="-L${S}" + export CFLAGS="$CFLAGS -L${S}" + fi + + try ./configure --prefix=/usr --host=${CHOST} \ + --enable-large-files ${myconf} + try make + +} + +src_install () { + + dodir /sbin + dodir /usr/share/man/man8 + dodir /etc/dumpdates + try make BINDIR=${D}/sbin MANDIR=${D}/usr/share/man/man8 \ + DUMPDATESPATH=${D}/etc/dumpdates install + + dodoc CHANGES COPYRIGHT KNOWNBUGS MAINTAINERS + dodoc README REPORTING-BUGS THANKS TODO + + cd ${D}/sbin + rm rdump + ln -s dump rdump + rm rrestore + ln -s restore rrestore + +} + diff --git a/app-arch/dump/files/digest-dump-0.4.21-r1 b/app-arch/dump/files/digest-dump-0.4.21-r1 new file mode 100644 index 000000000000..816fa0be9e71 --- /dev/null +++ b/app-arch/dump/files/digest-dump-0.4.21-r1 @@ -0,0 +1 @@ +MD5 bb6fd1032ac5870d7453bee0dc90c60b dump-0.4b21.tar.gz diff --git a/app-arch/rpm/files/digest-rpm-3.0.6 b/app-arch/rpm/files/digest-rpm-3.0.6 new file mode 100644 index 000000000000..9a0948c8d6f9 --- /dev/null +++ b/app-arch/rpm/files/digest-rpm-3.0.6 @@ -0,0 +1 @@ +MD5 71961a796fbb04d2cf22a37337b63da8 rpm-3.0.6.tar.gz diff --git a/app-arch/rpm/rpm-3.0.6.ebuild b/app-arch/rpm/rpm-3.0.6.ebuild new file mode 100644 index 000000000000..dff8b3bc5479 --- /dev/null +++ b/app-arch/rpm/rpm-3.0.6.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-3.0.6.ebuild,v 1.1 2001/02/09 10:01:59 achim Exp $ + +A="${P}.tar.gz" +S=${WORKDIR}/${P} +DESCRIPTION="Red Hat Package Management Utils" +SRC_URI="ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/${A}" +HOMEPAGE="http://www.rpm.org/" + +DEPEND="sys-devel/gettext + <sys-libs/db-2 + >=sys-libs/zlib-1.1.3 + >=sys-apps/bzip2-1.0.1" + +REPEND=">=sys-libs/zlib-1.1.3 + <sys-libs/db-2 + sys-devel/perl" + +src_unpack() { + + unpack ${A} + cd ${S} + # Suppress pointer warnings + cp configure configure.orig + sed -e "s:-Wpointer-arith::" configure.orig > configure + +} + +src_compile() { + + try ./configure --prefix=/usr --mandir=/usr/share/man + try make +} + +src_install() { + + try make DESTDIR=${D} install + mv ${D}/bin/rpm ${D}/usr/bin + rm -rf ${D}/bin + + dodoc CHANGES COPYING CREDITS GROUPS README* RPM* TODO +} + +pkg_postinst() { + + ${ROOT}/usr/bin/rpm --initdb --root=${ROOT} + +} + + + diff --git a/app-arch/unzip/files/digest-unzip-5.41-r2 b/app-arch/unzip/files/digest-unzip-5.41-r2 new file mode 100644 index 000000000000..4b17b6c9dd99 --- /dev/null +++ b/app-arch/unzip/files/digest-unzip-5.41-r2 @@ -0,0 +1 @@ +MD5 d5fb7ca068da949765abb8c6bc71666e unzip541.tar.gz diff --git a/app-arch/unzip/unzip-5.41-r2.ebuild b/app-arch/unzip/unzip-5.41-r2.ebuild new file mode 100644 index 000000000000..a01a6f0214f2 --- /dev/null +++ b/app-arch/unzip/unzip-5.41-r2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.41-r2.ebuild,v 1.1 2001/02/09 10:01:59 achim Exp $ + +A=unzip541.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Unzipper for pkzip-compressed files" +SRC_URI="ftp://ftp.freesoftware.com/pub/infozip/src/${A}" +HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html" + +DEPEND="virtual/glibc" + +src_compile() { + + cp unix/Makefile unix/Makefile.orig + sed -e "s:-O3:${CFLAGS}:" unix/Makefile.orig > unix/Makefile + + try make -f unix/Makefile linux + +} + +src_install() { + + dobin unzip funzip unzipsfx unix/zipgrep + doman man/*.1 + dodoc BUGS COPYING History* LICENSE README ToDo WHERE + + +} + + + diff --git a/app-arch/zip/files/digest-zip-2.3-r1 b/app-arch/zip/files/digest-zip-2.3-r1 new file mode 100644 index 000000000000..40d88da84e67 --- /dev/null +++ b/app-arch/zip/files/digest-zip-2.3-r1 @@ -0,0 +1 @@ +MD5 5206a99541f3b0ab90f1baa167392c4f zip23.tar.gz diff --git a/app-arch/zip/zip-2.3-r1.ebuild b/app-arch/zip/zip-2.3-r1.ebuild new file mode 100644 index 000000000000..472d60f13eec --- /dev/null +++ b/app-arch/zip/zip-2.3-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-2.3-r1.ebuild,v 1.1 2001/02/09 10:01:59 achim Exp $ + +A=zip23.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Info ZIP" +SRC_URI="ftp://ftp.info-zip.org/pub/infozip/src/${A}" +HOMEPAGE="ftp://ftp.freesoftware.com/pub/infozip/Zip.html" + +DEPEND="virtual/glibc" + +src_unpack() { + + unpack ${A} + cd ${S}/unix + cp Makefile Makefile.orig + sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile + +} +src_compile() { + + try make -f unix/Makefile generic_gcc + +} + +src_install () { + + dobin zip zipcloak zipnote zipsplit + doman man/zip.1 + + dodoc BUGS CHANGES LICENSE MANUAL README TODO WHATSNEW WHERE + +} + |