diff options
author | Benda XU <heroxbd@gentoo.org> | 2013-10-21 10:45:40 +0000 |
---|---|---|
committer | Benda XU <heroxbd@gentoo.org> | 2013-10-21 10:45:40 +0000 |
commit | fe47f587dc2a44edb1165d2e061c46c7a1550d88 (patch) | |
tree | 5c4e38565ac6c36fc367a94137ff05bb53543200 | |
parent | drop v8 dependency wrt #477300 #471582 (diff) | |
download | gentoo-2-fe47f587dc2a44edb1165d2e061c46c7a1550d88.tar.gz gentoo-2-fe47f587dc2a44edb1165d2e061c46c7a1550d88.tar.bz2 gentoo-2-fe47f587dc2a44edb1165d2e061c46c7a1550d88.zip |
remove prepalldocs after EAPI bump
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | app-misc/pax-utils/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.7.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app-misc/pax-utils/ChangeLog b/app-misc/pax-utils/ChangeLog index 84a113d67d40..2be838450f36 100644 --- a/app-misc/pax-utils/ChangeLog +++ b/app-misc/pax-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/pax-utils # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.147 2013/10/20 02:52:08 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.148 2013/10/21 10:45:40 heroxbd Exp $ + + 21 Oct 2013; Benda Xu <heroxbd@gentoo.org> pax-utils-0.7.ebuild: + remove prepalldocs after EAPI bump 20 Oct 2013; Benda Xu <heroxbd@gentoo.org> pax-utils-0.7.ebuild: Prefix support, bug 488460 diff --git a/app-misc/pax-utils/pax-utils-0.7.ebuild b/app-misc/pax-utils/pax-utils-0.7.ebuild index c1f71c4bf2ae..47703fa65895 100644 --- a/app-misc/pax-utils/pax-utils-0.7.ebuild +++ b/app-misc/pax-utils/pax-utils-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.7.ebuild,v 1.3 2013/10/20 02:52:08 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.7.ebuild,v 1.4 2013/10/21 10:45:40 heroxbd Exp $ EAPI=4 @@ -40,5 +40,4 @@ src_test() { src_install() { _emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install - prepalldocs } |