diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-07-28 19:13:31 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-07-28 19:13:31 +0000 |
commit | 30cf96d67b59fe587c59e996e79896c25791471d (patch) | |
tree | dcb73200dfbde4add38f0843f2a1fa761e6c6e4e /app-arch/tar | |
parent | Taking over full maintainership instead of through proxy-maint (diff) | |
download | gentoo-2-30cf96d67b59fe587c59e996e79896c25791471d.tar.gz gentoo-2-30cf96d67b59fe587c59e996e79896c25791471d.tar.bz2 gentoo-2-30cf96d67b59fe587c59e996e79896c25791471d.zip |
Version bump. Removed old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'app-arch/tar')
-rw-r--r-- | app-arch/tar/ChangeLog | 9 | ||||
-rw-r--r-- | app-arch/tar/files/tar-1.27-acl_configure_fix.patch | 25 | ||||
-rw-r--r-- | app-arch/tar/tar-1.27-r2.ebuild | 79 | ||||
-rw-r--r-- | app-arch/tar/tar-1.28.ebuild (renamed from app-arch/tar/tar-1.27.1.ebuild) | 14 |
4 files changed, 15 insertions, 112 deletions
diff --git a/app-arch/tar/ChangeLog b/app-arch/tar/ChangeLog index 72b0c36d01ac..7d2ca89447d6 100644 --- a/app-arch/tar/ChangeLog +++ b/app-arch/tar/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-arch/tar # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/ChangeLog,v 1.206 2014/06/16 16:48:52 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/ChangeLog,v 1.207 2014/07/28 19:13:31 polynomial-c Exp $ + +*tar-1.28 (28 Jul 2014) + + 28 Jul 2014; Lars Wendler <polynomial-c@gentoo.org> -tar-1.27-r2.ebuild, + -tar-1.27.1.ebuild, +tar-1.28.ebuild, + -files/tar-1.27-acl_configure_fix.patch: + Version bump. Removed old. 16 Jun 2014; Mikle Kolyada <zlogene@gentoo.org> tar-1.27.1-r2.ebuild: ppc/ppc64 stable wrt bug #496212 diff --git a/app-arch/tar/files/tar-1.27-acl_configure_fix.patch b/app-arch/tar/files/tar-1.27-acl_configure_fix.patch deleted file mode 100644 index 840db9aa354c..000000000000 --- a/app-arch/tar/files/tar-1.27-acl_configure_fix.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- tar-1.27/configure.ac 2013-10-05 21:50:52.000000000 +0200 -+++ tar-1.27/configure.ac 2013-10-05 21:50:52.000000000 +0200 -@@ -74,7 +74,8 @@ - AC_ARG_WITH([posix-acls], - AS_HELP_STRING([--without-posix-acls], - [do not use POSIX.1e access control lists]), -- [with_posix_acls=no]) -+ [], -+ [with_posix_acls=yes]) - if test "x$with_posix_acls" != "xno"; then - AC_CHECK_HEADERS(sys/acl.h,, [with_posix_acls=no]) - for tar_acl_func in acl_get_file acl_get_fd acl_set_file acl_set_fd \ ---- tar-1.27/configure 2013-10-05 21:52:03.000000000 +0200 -+++ tar-1.27/configure 2013-10-05 21:52:03.000000000 +0200 -@@ -7828,7 +7828,9 @@ - - # Check whether --with-posix-acls was given. - if test "${with_posix_acls+set}" = set; then : -- withval=$with_posix_acls; with_posix_acls=no -+ withval=$with_posix_acls; -+else -+ with_posix_acls=yes - fi - - if test "x$with_posix_acls" != "xno"; then diff --git a/app-arch/tar/tar-1.27-r2.ebuild b/app-arch/tar/tar-1.27-r2.ebuild deleted file mode 100644 index 9db6e187e3db..000000000000 --- a/app-arch/tar/tar-1.27-r2.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.27-r2.ebuild,v 1.2 2014/01/18 01:55:14 vapier Exp $ - -EAPI="3" - -inherit flag-o-matic eutils - -DESCRIPTION="Use this to make tarballs :)" -HOMEPAGE="http://www.gnu.org/software/tar/" -SRC_URI="mirror://gnu/tar/${P}.tar.bz2 - mirror://gnu-alpha/tar/${P}.tar.bz2" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="acl minimal nls selinux static userland_GNU xattr" - -RDEPEND="acl? ( virtual/acl ) - selinux? ( sys-libs/libselinux )" -DEPEND="${RDEPEND} - nls? ( >=sys-devel/gettext-0.10.35 ) - xattr? ( sys-apps/attr )" - -src_prepare() { - EPATCH_OPTS="-Z" \ - epatch "${FILESDIR}"/${P}-acl_configure_fix.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_configure() { - use static && append-ldflags -static - FORCE_UNSAFE_CONFIGURE=1 \ - econf \ - --enable-backup-scripts \ - --bindir="${EPREFIX}"/bin \ - --libexecdir="${EPREFIX}"/usr/sbin \ - $(usex userland_GNU "" "--program-prefix=g") \ - $(use_with acl posix-acls) \ - $(use_enable nls) \ - $(use_with selinux) \ - $(use_with xattr xattrs) -} - -src_install() { - emake DESTDIR="${D}" install || die - - local p=$(usex userland_GNU "" "g") - if [[ -z ${p} ]] ; then - # a nasty yet required piece of baggage - exeinto /etc - doexe "${FILESDIR}"/rmt || die - fi - - # autoconf looks for gtar before tar (in configure scripts), hence - # in Prefix it is important that it is there, otherwise, a gtar from - # the host system (FreeBSD, Solaris, Darwin) will be found instead - # of the Prefix provided (GNU) tar - if use prefix ; then - dosym tar /bin/gtar - fi - - dodoc AUTHORS ChangeLog* NEWS README* THANKS - newman "${FILESDIR}"/tar.1-${PV} ${p}tar.1 - mv "${ED}"/usr/sbin/${p}backup{,-tar} - mv "${ED}"/usr/sbin/${p}restore{,-tar} - - if use minimal ; then - find "${ED}"/etc "${ED}"/*bin/ "${ED}"/usr/*bin/ \ - -type f -a '!' '(' -name tar -o -name ${p}tar ')' \ - -delete - fi -} diff --git a/app-arch/tar/tar-1.27.1.ebuild b/app-arch/tar/tar-1.28.ebuild index b448fc221252..e1653f626bda 100644 --- a/app-arch/tar/tar-1.27.1.ebuild +++ b/app-arch/tar/tar-1.28.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.27.1.ebuild,v 1.2 2014/01/18 01:55:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.28.ebuild,v 1.1 2014/07/28 19:13:31 polynomial-c Exp $ -EAPI="3" +EAPI=4 inherit flag-o-matic eutils @@ -46,13 +46,13 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die + emake DESTDIR="${D}" install local p=$(usex userland_GNU "" "g") if [[ -z ${p} ]] ; then # a nasty yet required piece of baggage exeinto /etc - doexe "${FILESDIR}"/rmt || die + doexe "${FILESDIR}"/rmt fi # autoconf looks for gtar before tar (in configure scripts), hence @@ -65,12 +65,12 @@ src_install() { dodoc AUTHORS ChangeLog* NEWS README* THANKS newman "${FILESDIR}"/tar.1-1.27 ${p}tar.1 - mv "${ED}"/usr/sbin/${p}backup{,-tar} - mv "${ED}"/usr/sbin/${p}restore{,-tar} + mv "${ED}"/usr/sbin/${p}backup{,-tar} || die + mv "${ED}"/usr/sbin/${p}restore{,-tar} || die if use minimal ; then find "${ED}"/etc "${ED}"/*bin/ "${ED}"/usr/*bin/ \ -type f -a '!' '(' -name tar -o -name ${p}tar ')' \ - -delete + -delete || die fi } |