diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-12 15:06:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-12 15:06:09 +0000 |
commit | bfc5f69816d9c8bd3ad91e51035081753effdb13 (patch) | |
tree | 4bac130cd70847edbd438eb6f4adf8ef4acc85f1 /app-arch/tar | |
parent | sh KEYWORDS (Manifest recommit) (diff) | |
download | gentoo-2-bfc5f69816d9c8bd3ad91e51035081753effdb13.tar.gz gentoo-2-bfc5f69816d9c8bd3ad91e51035081753effdb13.tar.bz2 gentoo-2-bfc5f69816d9c8bd3ad91e51035081753effdb13.zip |
sh KEYWORDS
Diffstat (limited to 'app-arch/tar')
-rw-r--r-- | app-arch/tar/files/digest-tar-1.14.90 | 1 | ||||
-rw-r--r-- | app-arch/tar/tar-1.13.92-r3.ebuild | 5 | ||||
-rw-r--r-- | app-arch/tar/tar-1.14.90-r1.ebuild | 4 | ||||
-rw-r--r-- | app-arch/tar/tar-1.14.90.ebuild | 67 | ||||
-rw-r--r-- | app-arch/tar/tar-1.14.ebuild | 4 |
5 files changed, 6 insertions, 75 deletions
diff --git a/app-arch/tar/files/digest-tar-1.14.90 b/app-arch/tar/files/digest-tar-1.14.90 deleted file mode 100644 index 7b1ccdf80dfa..000000000000 --- a/app-arch/tar/files/digest-tar-1.14.90 +++ /dev/null @@ -1 +0,0 @@ -MD5 dd816b09dadaf6a4e9a46d22993f6d44 tar-1.14.90.tar.bz2 1309070 diff --git a/app-arch/tar/tar-1.13.92-r3.ebuild b/app-arch/tar/tar-1.13.92-r3.ebuild index a74b55a82cd4..f7cae877b0a7 100644 --- a/app-arch/tar/tar-1.13.92-r3.ebuild +++ b/app-arch/tar/tar-1.13.92-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.13.92-r3.ebuild,v 1.17 2004/10/11 17:46:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.13.92-r3.ebuild,v 1.18 2004/11/12 15:06:09 vapier Exp $ inherit eutils gnuconfig @@ -10,13 +10,12 @@ SRC_URI="ftp://alpha.gnu.org/pub/pub/gnu/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ~ia64 ~ppc64 s390" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="nls static build" DEPEND="app-arch/gzip app-arch/bzip2 app-arch/ncompress" - RDEPEND="nls? ( >=sys-devel/gettext-0.10.35 )" src_unpack() { diff --git a/app-arch/tar/tar-1.14.90-r1.ebuild b/app-arch/tar/tar-1.14.90-r1.ebuild index d6447366e36a..80f79dee9489 100644 --- a/app-arch/tar/tar-1.14.90-r1.ebuild +++ b/app-arch/tar/tar-1.14.90-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.14.90-r1.ebuild,v 1.2 2004/11/03 15:48:16 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.14.90-r1.ebuild,v 1.3 2004/11/12 15:06:09 vapier Exp $ inherit flag-o-matic eutils gnuconfig @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~seemant/distfiles/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="nls static build" DEPEND="virtual/libc diff --git a/app-arch/tar/tar-1.14.90.ebuild b/app-arch/tar/tar-1.14.90.ebuild deleted file mode 100644 index 4264b5d75ed4..000000000000 --- a/app-arch/tar/tar-1.14.90.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.14.90.ebuild,v 1.8 2004/10/13 19:38:49 vapier Exp $ - -inherit flag-o-matic eutils gnuconfig - -DESCRIPTION="Use this to make tarballs :)" -HOMEPAGE="http://www.gnu.org/software/tar/" -SRC_URI="http://dev.gentoo.org/~seemant/distfiles/${P}.tar.bz2 - http://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 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="nls static build" - -DEPEND="virtual/libc - app-arch/gzip - app-arch/bzip2 - app-arch/ncompress" -RDEPEND="${DEPEND} - nls? ( >=sys-devel/gettext-0.10.35 )" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-remote-shell.patch #66959 - epatch ${FILESDIR}/${PV}-tests.patch #67023 - epatch ${FILESDIR}/${PV}-gnulib.patch #67038 - gnuconfig_update - use static && append-ldflags -static -} - -src_compile() { - # Work around bug in sandbox #67051 - gl_cv_func_chown_follows_symlink=yes \ - econf \ - --disable-dependency-tracking \ - --bindir=/bin \ - --libexecdir=/usr/sbin \ - $(use_enable nls) || die - emake || die "emake failed" -} - -src_test() { - if [ "${ARCH}" == "x86" ] ; then - einfo "Skipping make test due to a glibc bug (See #67051)." - einfo "Then again, it probably would have worked anyways." - einfo "So have some faith and pretend everything is OK." - else - make test || die "make test failed" - fi -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - # a nasty yet required symlink: - dodir /etc - dosym ../usr/sbin/rmt /etc/rmt - if use build ; then - rm -rf ${D}/usr - else - dodoc AUTHORS ChangeLog* NEWS README* PORTS THANKS - doman "${FILESDIR}/tar.1" - fi -} diff --git a/app-arch/tar/tar-1.14.ebuild b/app-arch/tar/tar-1.14.ebuild index bbec3ae6af92..f6eec5cf8f70 100644 --- a/app-arch/tar/tar-1.14.ebuild +++ b/app-arch/tar/tar-1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.14.ebuild,v 1.14 2004/10/10 07:01:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.14.ebuild,v 1.15 2004/11/12 15:06:09 vapier Exp $ inherit flag-o-matic eutils gnuconfig @@ -10,7 +10,7 @@ SRC_URI="http://ftp.gnu.org/gnu/tar/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="nls static build" DEPEND="virtual/libc |