diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-10-21 21:45:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-10-21 21:45:22 +0000 |
commit | 686001a6c7ef85058161d93229f2b8d7064415df (patch) | |
tree | fdbab32d53ede72ae3c13d25badb95bea3540acb /app-arch/tar | |
parent | Remove monolithic X from dependencies and fix quotes. (diff) | |
download | gentoo-2-686001a6c7ef85058161d93229f2b8d7064415df.tar.gz gentoo-2-686001a6c7ef85058161d93229f2b8d7064415df.tar.bz2 gentoo-2-686001a6c7ef85058161d93229f2b8d7064415df.zip |
old
Diffstat (limited to 'app-arch/tar')
-rw-r--r-- | app-arch/tar/files/digest-tar-1.15.91 | 3 | ||||
-rw-r--r-- | app-arch/tar/files/digest-tar-1.15.92-r1 | 3 | ||||
-rw-r--r-- | app-arch/tar/files/tar-1.15.91-darwin.patch | 13 | ||||
-rw-r--r-- | app-arch/tar/files/tar-1.15.92-stderr.patch | 46 | ||||
-rw-r--r-- | app-arch/tar/tar-1.15.91.ebuild | 69 | ||||
-rw-r--r-- | app-arch/tar/tar-1.15.92-r1.ebuild | 71 |
6 files changed, 0 insertions, 205 deletions
diff --git a/app-arch/tar/files/digest-tar-1.15.91 b/app-arch/tar/files/digest-tar-1.15.91 deleted file mode 100644 index e4198da7c36b..000000000000 --- a/app-arch/tar/files/digest-tar-1.15.91 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 e0962a42610ccc1ba2ca68a2d5c8ae93 tar-1.15.91.tar.bz2 1582929 -RMD160 707a91b03ddc5a25254eb83c1c1767cec7f4658b tar-1.15.91.tar.bz2 1582929 -SHA256 0e3a3fcb505694e7ecf20b9590398f1f6ddc92e57b8d773fbad32a67daeee184 tar-1.15.91.tar.bz2 1582929 diff --git a/app-arch/tar/files/digest-tar-1.15.92-r1 b/app-arch/tar/files/digest-tar-1.15.92-r1 deleted file mode 100644 index 5ebf7e5ec7d9..000000000000 --- a/app-arch/tar/files/digest-tar-1.15.92-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a3eb73178ed9e4a2eaefb62b1a65eb58 tar-1.15.92.tar.bz2 1766348 -RMD160 053d80a22f4df6b9121de8400a47d300f72b7c0b tar-1.15.92.tar.bz2 1766348 -SHA256 14e36c1140133c70e8f2a892d8b8a3a55a7639c1d54baf39b41a34586d8b09c5 tar-1.15.92.tar.bz2 1766348 diff --git a/app-arch/tar/files/tar-1.15.91-darwin.patch b/app-arch/tar/files/tar-1.15.91-darwin.patch deleted file mode 100644 index 598a62793ab6..000000000000 --- a/app-arch/tar/files/tar-1.15.91-darwin.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- tar-1.15.91/src/common.h -+++ tar-1.15.91/src/common.h -@@ -73,6 +73,10 @@ - /* Name of this program. */ - GLOBAL const char *program_name; - -+#ifdef __APPLE__ -+GLOBAL int exit_status; -+#endif -+ - /* Main command option. */ - - enum subcommand diff --git a/app-arch/tar/files/tar-1.15.92-stderr.patch b/app-arch/tar/files/tar-1.15.92-stderr.patch deleted file mode 100644 index e6dc7c6c0e24..000000000000 --- a/app-arch/tar/files/tar-1.15.92-stderr.patch +++ /dev/null @@ -1,46 +0,0 @@ -http://bugs.gentoo.org/151239 -http://lists.gnu.org/archive/html/bug-tar/2006-10/msg00018.html - -2006-10-14 Sergey Poznyakoff <gray@gnu.org.ua> - - * src/buffer.c (_open_archive): Make sure stdlis is set to stderr - when we are writing archive to stdout (unless --index-file is - used). Bug introduced on 2006-07-06. - -Index: src/buffer.c -=================================================================== -RCS file: /sources/tar/tar/src/buffer.c,v -retrieving revision 1.107 -retrieving revision 1.108 -diff --unified -B -b -r1.107 -r1.108 ---- src/buffer.c 2 Oct 2006 15:44:09 -0000 1.107 -+++ src/buffer.c 14 Oct 2006 10:45:44 -0000 1.108 -@@ -474,6 +474,11 @@ - abort (); /* Should not happen */ - break; - } -+ -+ if (!index_file_name -+ && wanted_access == ACCESS_WRITE -+ && strcmp (archive_name_array[0], "-") == 0) -+ stdlis = stderr; - } - else if (strcmp (archive_name_array[0], "-") == 0) - { -@@ -499,12 +504,16 @@ - - case ACCESS_WRITE: - archive = STDOUT_FILENO; -+ if (!index_file_name) -+ stdlis = stderr; - break; - - case ACCESS_UPDATE: - archive = STDIN_FILENO; - write_archive_to_stdout = true; - record_end = record_start; /* set up for 1st record = # 0 */ -+ if (!index_file_name) -+ stdlis = stderr; - break; - } - } diff --git a/app-arch/tar/tar-1.15.91.ebuild b/app-arch/tar/tar-1.15.91.ebuild deleted file mode 100644 index 2a46589747f3..000000000000 --- a/app-arch/tar/tar-1.15.91.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.15.91.ebuild,v 1.2 2006/09/30 17:18:58 grobian Exp $ - -inherit flag-o-matic eutils - -DESCRIPTION="Use this to make tarballs :)" -HOMEPAGE="http://www.gnu.org/software/tar/" -SRC_URI="http://ftp.gnu.org/gnu/tar/${P}.tar.bz2 - ftp://alpha.gnu.org/gnu/tar/${P}.tar.bz2 - mirror://gnu/tar/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="nls static build bzip2" - -RDEPEND="app-arch/gzip - bzip2? ( app-arch/bzip2 )" -DEPEND="${RDEPEND} - nls? ( >=sys-devel/gettext-0.10.35 )" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/${P}-darwin.patch - cd "${S}" - if ! use userland_GNU ; then - sed -i \ - -e 's:/backup\.sh:/gbackup.sh:' \ - scripts/{backup,dump-remind,restore}.in \ - || die "sed non-GNU" - fi -} - -src_compile() { - local myconf - use static && append-ldflags -static - use userland_GNU || myconf="--program-prefix=g" - # Work around bug in sandbox #67051 - gl_cv_func_chown_follows_symlink=yes \ - econf \ - --enable-backup-scripts \ - --bindir=/bin \ - --libexecdir=/usr/sbin \ - $(use_enable nls) \ - ${myconf} || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - # a nasty yet required symlink - local p="" - use userland_GNU || p=g - dodir /etc - dosym /usr/sbin/${p}rmt /etc/${p}rmt - if use build ; then - rm -r "${D}"/usr - else - dodir /usr/bin - dosym /bin/${p}tar /usr/bin/${p}tar - dodoc AUTHORS ChangeLog* NEWS README* PORTS THANKS - newman "${FILESDIR}"/tar.1 ${p}tar.1 - mv "${D}"/usr/sbin/${p}backup{,-tar} - mv "${D}"/usr/sbin/${p}restore{,-tar} - fi - - rm -f ${D}/usr/$(get_libdir)/charset.alias -} diff --git a/app-arch/tar/tar-1.15.92-r1.ebuild b/app-arch/tar/tar-1.15.92-r1.ebuild deleted file mode 100644 index da83c6b8bdec..000000000000 --- a/app-arch/tar/tar-1.15.92-r1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.15.92-r1.ebuild,v 1.3 2006/10/15 16:54:45 drizzt Exp $ - -inherit flag-o-matic eutils - -DESCRIPTION="Use this to make tarballs :)" -HOMEPAGE="http://www.gnu.org/software/tar/" -SRC_URI="http://ftp.gnu.org/gnu/tar/${P}.tar.bz2 - ftp://alpha.gnu.org/gnu/tar/${P}.tar.bz2 - mirror://gnu/tar/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="nls static build bzip2" - -RDEPEND="app-arch/gzip - bzip2? ( app-arch/bzip2 )" -DEPEND="${RDEPEND} - nls? ( >=sys-devel/gettext-0.10.35 )" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/tar-1.15.92-stderr.patch - - if ! use userland_GNU ; then - sed -i \ - -e 's:/backup\.sh:/gbackup.sh:' \ - scripts/{backup,dump-remind,restore}.in \ - || die "sed non-GNU" - fi -} - -src_compile() { - local myconf - use static && append-ldflags -static - use userland_GNU || myconf="--program-prefix=g" - # Work around bug in sandbox #67051 - gl_cv_func_chown_follows_symlink=yes \ - econf \ - --enable-backup-scripts \ - --bindir=/bin \ - --libexecdir=/usr/sbin \ - $(use_enable nls) \ - ${myconf} || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - # a nasty yet required symlink - local p="" - use userland_GNU || p=g - dodir /etc - dosym /usr/sbin/${p}rmt /etc/${p}rmt - if use build ; then - rm -r "${D}"/usr - else - dodir /usr/bin - dosym /bin/${p}tar /usr/bin/${p}tar - dodoc AUTHORS ChangeLog* NEWS README* PORTS THANKS - newman "${FILESDIR}"/tar.1 ${p}tar.1 - mv "${D}"/usr/sbin/${p}backup{,-tar} - mv "${D}"/usr/sbin/${p}restore{,-tar} - fi - - rm -f ${D}/usr/$(get_libdir)/charset.alias -} |