diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2004-01-11 18:38:11 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2004-01-11 18:38:11 +0000 |
commit | 95993ff722923532f91d86a4bf725259a0f2a100 (patch) | |
tree | 087bea821603d5312ac1036ab83b15fa149deb08 /app-arch | |
parent | Fix -l, --one-file-system option to actually work. (diff) | |
download | historical-95993ff722923532f91d86a4bf725259a0f2a100.tar.gz historical-95993ff722923532f91d86a4bf725259a0f2a100.tar.bz2 historical-95993ff722923532f91d86a4bf725259a0f2a100.zip |
cleanup
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/tar/Manifest | 5 | ||||
-rw-r--r-- | app-arch/tar/files/digest-tar-1.13.92-r1 | 1 | ||||
-rw-r--r-- | app-arch/tar/files/digest-tar-1.13.92-r2 | 1 | ||||
-rw-r--r-- | app-arch/tar/files/tar-1.13.92-hardcode-absolute-names-to-on.diff | 13 | ||||
-rw-r--r-- | app-arch/tar/tar-1.13.92-r1.ebuild | 67 | ||||
-rw-r--r-- | app-arch/tar/tar-1.13.92-r2.ebuild | 68 |
6 files changed, 0 insertions, 155 deletions
diff --git a/app-arch/tar/Manifest b/app-arch/tar/Manifest index b4f26aeac3f9..7015a4138767 100644 --- a/app-arch/tar/Manifest +++ b/app-arch/tar/Manifest @@ -1,14 +1,9 @@ -MD5 23b3f188b0060fb7423a4f3231ff0cee tar-1.13.92-r1.ebuild 1420 MD5 57e5effc4019741e89ffcc4a3aa5a31c tar-1.13.25-r3.ebuild 1448 MD5 bd3966d4b333c8f95b75e7ce726749ae ChangeLog 4880 MD5 d907d8d8bd0400c4940b1ec86b98fc29 tar-1.13.92-r3.ebuild 1587 -MD5 b4b34ef07d2487364dad02456713798d tar-1.13.92-r2.ebuild 1482 MD5 e4017a705a2d9950c025b458ead9ac79 files/digest-tar-1.13.92-r3 65 MD5 ebfd134ad54b3a6a08124bef38ecdad6 files/digest-tar-1.13.25-r3 64 MD5 e05d36a6f2aeb7f6374d04d61872bd53 files/tar-1.13.92-fix-one_file_system.patch 547 MD5 a5f8c5da7a9465ea1978145f3ef0610c files/tar.1 7113 -MD5 cb4c8853f6a862e6a16b3901e11c912f files/tar-1.13.92-hardcode-absolute-names-to-on.diff 413 -MD5 e4017a705a2d9950c025b458ead9ac79 files/digest-tar-1.13.92-r2 65 MD5 4518c28dd014a2efcc10690d53b58ffd files/tar-1.13.25-r3.gentoo.diff 314 -MD5 e4017a705a2d9950c025b458ead9ac79 files/digest-tar-1.13.92-r1 65 MD5 8adb291e1142c213ed26260319bef9f4 files/tar-1.13.92-dont-strip-dot_slash.patch 893 diff --git a/app-arch/tar/files/digest-tar-1.13.92-r1 b/app-arch/tar/files/digest-tar-1.13.92-r1 deleted file mode 100644 index 6590deb15c11..000000000000 --- a/app-arch/tar/files/digest-tar-1.13.92-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 fdfffdd8141a00ea72c16c34b486a00a tar-1.13.92.tar.bz2 1043316 diff --git a/app-arch/tar/files/digest-tar-1.13.92-r2 b/app-arch/tar/files/digest-tar-1.13.92-r2 deleted file mode 100644 index 6590deb15c11..000000000000 --- a/app-arch/tar/files/digest-tar-1.13.92-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 fdfffdd8141a00ea72c16c34b486a00a tar-1.13.92.tar.bz2 1043316 diff --git a/app-arch/tar/files/tar-1.13.92-hardcode-absolute-names-to-on.diff b/app-arch/tar/files/tar-1.13.92-hardcode-absolute-names-to-on.diff deleted file mode 100644 index ca74273204ff..000000000000 --- a/app-arch/tar/files/tar-1.13.92-hardcode-absolute-names-to-on.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- src/tar.c.orig 2003-12-01 15:11:05.000000000 +0100 -+++ src/tar.c 2004-01-03 22:53:47.403210688 +0100 -@@ -1244,6 +1244,10 @@ - } - } - -+ /* Hardcode absolute_names_option to enabled, to avoid getting bitten -+ by a buggy check that removes too much when ./ is in the path */ -+ absolute_names_option = true; -+ - /* Handle operands after any "--" argument. */ - for (; optind < argc; optind++) - { diff --git a/app-arch/tar/tar-1.13.92-r1.ebuild b/app-arch/tar/tar-1.13.92-r1.ebuild deleted file mode 100644 index 6603a0589e0e..000000000000 --- a/app-arch/tar/tar-1.13.92-r1.ebuild +++ /dev/null @@ -1,67 +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/tar/tar-1.13.92-r1.ebuild,v 1.1 2004/01/04 16:54:34 seemant Exp $ - -inherit eutils gnuconfig - -IUSE="nls static build" - -S=${WORKDIR}/${P} -DESCRIPTION="Use this to try make tarballs :)" -HOMEPAGE="http://www.gnu.org/software/tar/" -SRC_URI="ftp://alpha.gnu.org/pub/pub/gnu/${PN}/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm ~amd64 ~ia64 ~ppc64" - -DEPEND="app-arch/gzip - app-arch/bzip2 - app-arch/ncompress" - -RDEPEND="nls? ( >=sys-devel/gettext-0.10.35 )" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-hardcode-absolute-names-to-on.diff -} - -src_compile() { - - # Fix configure scripts to support linux-mips targets - gnuconfig_update - - econf \ - --bindir=/bin \ - --libexecdir=/usr/lib/misc \ - `use_enable nls` || die - - if [ -z "`use static`" ] - then - emake || die - else - emake LDFLAGS=-static || die - fi - -} - -src_install() { - make DESTDIR=${D} install || die - #FHS 2.1 stuff - dodir /usr/sbin - cd ${D} - mv usr/lib/misc/rmt usr/sbin/rmt.gnu - dosym rmt.gnu /usr/sbin/rmt - # a nasty yet required symlink: - dodir /etc - dosym /usr/sbin/rmt /etc/rmt - cd ${S} - if [ -z "`use build`" ] - then - dodoc AUTHORS ChangeLog* COPYING NEWS README* PORTS THANKS - doman ${FILESDIR}/tar.1 - else - rm -rf ${D}/usr/share - fi -} diff --git a/app-arch/tar/tar-1.13.92-r2.ebuild b/app-arch/tar/tar-1.13.92-r2.ebuild deleted file mode 100644 index d8273aed8fd9..000000000000 --- a/app-arch/tar/tar-1.13.92-r2.ebuild +++ /dev/null @@ -1,68 +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/tar/tar-1.13.92-r2.ebuild,v 1.1 2004/01/11 13:45:33 azarah Exp $ - -inherit eutils gnuconfig - -IUSE="nls static build" - -S="${WORKDIR}/${P}" -DESCRIPTION="Use this to try make tarballs :)" -HOMEPAGE="http://www.gnu.org/software/tar/" -SRC_URI="ftp://alpha.gnu.org/pub/pub/gnu/${PN}/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm ~amd64 ~ia64 ~ppc64" - -DEPEND="app-arch/gzip - app-arch/bzip2 - app-arch/ncompress" - -RDEPEND="nls? ( >=sys-devel/gettext-0.10.35 )" - -src_unpack() { - unpack ${A} - - cd ${S} - # Do not strip './' in path elements, as they are valid, bug #37132 - epatch ${FILESDIR}/${P}-dont-strip-dot_slash.patch -} - -src_compile() { - - # Fix configure scripts to support linux-mips targets - gnuconfig_update - - econf \ - --bindir=/bin \ - --libexecdir=/usr/lib/misc \ - `use_enable nls` || die - - if [ -z "`use static`" ] - then - emake || die - else - emake LDFLAGS=-static || die - fi -} - -src_install() { - make DESTDIR=${D} install || die - #FHS 2.1 stuff - dodir /usr/sbin - cd ${D} - mv usr/lib/misc/rmt usr/sbin/rmt.gnu - dosym rmt.gnu /usr/sbin/rmt - # a nasty yet required symlink: - dodir /etc - dosym /usr/sbin/rmt /etc/rmt - cd ${S} - if [ -z "`use build`" ] - then - dodoc AUTHORS ChangeLog* COPYING NEWS README* PORTS THANKS - doman ${FILESDIR}/tar.1 - else - rm -rf ${D}/usr/share - fi -} |