diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-17 17:56:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-17 17:56:25 +0000 |
commit | 4785fb4e70e114164ba0c469998c341ccc7aca22 (patch) | |
tree | af35be1319d2fce11fbfee5bc014f04dad7a9d21 /app-arch/cpio | |
parent | Add live git ebuild #255201 by Chi-Thanh Christopher Nguyen. (diff) | |
download | historical-4785fb4e70e114164ba0c469998c341ccc7aca22.tar.gz historical-4785fb4e70e114164ba0c469998c341ccc7aca22.tar.bz2 historical-4785fb4e70e114164ba0c469998c341ccc7aca22.zip |
old
Diffstat (limited to 'app-arch/cpio')
-rw-r--r-- | app-arch/cpio/cpio-2.7-r2.ebuild | 39 | ||||
-rw-r--r-- | app-arch/cpio/cpio-2.8.ebuild | 30 | ||||
-rw-r--r-- | app-arch/cpio/cpio-2.9.ebuild | 30 | ||||
-rw-r--r-- | app-arch/cpio/files/cpio-2.7-copypass.patch | 15 | ||||
-rw-r--r-- | app-arch/cpio/files/cpio-2.7-link-terminate.patch | 19 |
5 files changed, 0 insertions, 133 deletions
diff --git a/app-arch/cpio/cpio-2.7-r2.ebuild b/app-arch/cpio/cpio-2.7-r2.ebuild deleted file mode 100644 index f28fa2e99493..000000000000 --- a/app-arch/cpio/cpio-2.7-r2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.7-r2.ebuild,v 1.10 2007/06/23 02:34:05 dsd Exp $ - -inherit eutils - -DESCRIPTION="A file archival tool which can also read and write tar files" -HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html" -SRC_URI="mirror://gnu/cpio/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="nls" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-2.7-link-terminate.patch #153782 - epatch "${FILESDIR}"/${PN}-2.7-copypass.patch #174921 -} - -src_compile() { - econf \ - $(use_enable nls) \ - --bindir=/bin \ - --with-rmt=/usr/sbin/rmt \ - || die - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc ChangeLog NEWS README - rm -f "${D}"/usr/share/man/man1/mt.1 - rmdir "${D}"/usr/libexec || die -} diff --git a/app-arch/cpio/cpio-2.8.ebuild b/app-arch/cpio/cpio-2.8.ebuild deleted file mode 100644 index cb165901de2d..000000000000 --- a/app-arch/cpio/cpio-2.8.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.8.ebuild,v 1.10 2007/07/23 02:38:34 vapier Exp $ - -DESCRIPTION="A file archival tool which can also read and write tar files" -HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html" -SRC_URI="mirror://gnu/cpio/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="nls" - -DEPEND="" - -src_compile() { - econf \ - $(use_enable nls) \ - --bindir=/bin \ - --with-rmt=/usr/sbin/rmt \ - || die - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc ChangeLog NEWS README - rm -f "${D}"/usr/share/man/man1/mt.1 - rmdir "${D}"/usr/libexec || die -} diff --git a/app-arch/cpio/cpio-2.9.ebuild b/app-arch/cpio/cpio-2.9.ebuild deleted file mode 100644 index 39242a083bf3..000000000000 --- a/app-arch/cpio/cpio-2.9.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.9.ebuild,v 1.11 2007/10/28 21:39:31 vapier Exp $ - -DESCRIPTION="A file archival tool which can also read and write tar files" -HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html" -SRC_URI="mirror://gnu/cpio/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="nls" - -DEPEND="" - -src_compile() { - econf \ - $(use_enable nls) \ - --bindir=/bin \ - --with-rmt=/usr/sbin/rmt \ - || die - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc ChangeLog NEWS README - rm -f "${D}"/usr/share/man/man1/mt.1 - rmdir "${D}"/usr/libexec || die -} diff --git a/app-arch/cpio/files/cpio-2.7-copypass.patch b/app-arch/cpio/files/cpio-2.7-copypass.patch deleted file mode 100644 index d5fd330b3261..000000000000 --- a/app-arch/cpio/files/cpio-2.7-copypass.patch +++ /dev/null @@ -1,15 +0,0 @@ -Fix from upstream for permission breakage in copy pass-through mode - -http://bugs.gentoo.org/174921 - ---- cpio-2.7/src/copypass.c -+++ cpio-2.7/src/copypass.c -@@ -197,7 +197,7 @@ - if (close (out_file_des) < 0) - close_error (output_name.ds_string); - -- set_copypass_perms (input_name.ds_string, &in_file_stat); -+ set_copypass_perms (output_name.ds_string, &in_file_stat); - - if (reset_time_flag) - { diff --git a/app-arch/cpio/files/cpio-2.7-link-terminate.patch b/app-arch/cpio/files/cpio-2.7-link-terminate.patch deleted file mode 100644 index 7a86954fc020..000000000000 --- a/app-arch/cpio/files/cpio-2.7-link-terminate.patch +++ /dev/null @@ -1,19 +0,0 @@ -fix from upstream - -http://bugs.gentoo.org/153782 - -=================================================================== -RCS file: /sources/cpio/cpio/src/copyout.c,v -retrieving revision 1.19 -retrieving revision 1.20 -diff -u -r1.19 -r1.20 ---- cpio/src/copyout.c 2006/09/27 09:28:50 1.19 -+++ cpio/src/copyout.c 2006/10/24 10:48:04 1.20 -@@ -806,6 +806,7 @@ - free (link_name); - continue; - } -+ link_name[link_size] = 0; - cpio_safer_name_suffix (link_name, false, - !no_abs_paths_flag, true); - link_size = strlen (link_name); |