diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-10-19 17:13:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-10-19 17:13:37 +0000 |
commit | fdfcfbda9c6c61f6171b4a3af062e98d3df63c1e (patch) | |
tree | faa83cb24d1723353693988e2ba2ab5b3724b292 /app-misc/pax-utils | |
parent | Temporary fix for file collison on /usr/bin/autogen, bug 525852. (diff) | |
download | gentoo-2-fdfcfbda9c6c61f6171b4a3af062e98d3df63c1e.tar.gz gentoo-2-fdfcfbda9c6c61f6171b4a3af062e98d3df63c1e.tar.bz2 gentoo-2-fdfcfbda9c6c61f6171b4a3af062e98d3df63c1e.zip |
Version bump to not install autogen #525852 by Andrei Slavoiu.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'app-misc/pax-utils')
-rw-r--r-- | app-misc/pax-utils/ChangeLog | 4 | ||||
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.9.1.ebuild (renamed from app-misc/pax-utils/pax-utils-0.9-r1.ebuild) | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/app-misc/pax-utils/ChangeLog b/app-misc/pax-utils/ChangeLog index 9dd92e3dea4c..11777b0473b2 100644 --- a/app-misc/pax-utils/ChangeLog +++ b/app-misc/pax-utils/ChangeLog @@ -1,12 +1,12 @@ # ChangeLog for app-misc/pax-utils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.160 2014/10/19 16:35:33 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.161 2014/10/19 17:13:37 vapier Exp $ *pax-utils-0.9-r1 (19 Oct 2014) 19 Oct 2014; Mike Gilbert <floppym@gentoo.org> +pax-utils-0.9-r1.ebuild, -pax-utils-0.9.ebuild: - Temporary fix for file collison on /usr/bin/autogen, bug 525852. + Temporary fix for file collison on /usr/bin/autogen #525852. 19 Oct 2014; Anthony G. Basile <blueness@gentoo.org> pax-utils-0.8.1.ebuild: Stable on arm, ppc and ppc64. Bug #525842 diff --git a/app-misc/pax-utils/pax-utils-0.9-r1.ebuild b/app-misc/pax-utils/pax-utils-0.9.1.ebuild index 9328bcbc65d0..6fd76be503a9 100644 --- a/app-misc/pax-utils/pax-utils-0.9-r1.ebuild +++ b/app-misc/pax-utils/pax-utils-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.9-r1.ebuild,v 1.1 2014/10/19 16:35:33 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.9.1.ebuild,v 1.1 2014/10/19 17:13:37 vapier Exp $ EAPI="4" @@ -50,5 +50,4 @@ src_test() { src_install() { _emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install - rm "${ED}usr/bin/autogen" || die } |