commit: f0a285d3d6e33c428474f1974736f21b72a7e92b Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Sat May 28 04:33:52 2016 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Sat May 28 04:33:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a285d3
app-misc/pax-utils: trivial fix for double prefix. ED -> D. Package-Manager: portage-2.2.28 RepoMan-Options: --force app-misc/pax-utils/pax-utils-1.0.5.ebuild | 4 ++-- app-misc/pax-utils/pax-utils-1.1.1.ebuild | 4 ++-- app-misc/pax-utils/pax-utils-1.1.2.ebuild | 4 ++-- app-misc/pax-utils/pax-utils-1.1.3.ebuild | 4 ++-- app-misc/pax-utils/pax-utils-1.1.4.ebuild | 4 ++-- app-misc/pax-utils/pax-utils-1.1.5.ebuild | 4 ++-- app-misc/pax-utils/pax-utils-1.1.ebuild | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app-misc/pax-utils/pax-utils-1.0.5.ebuild b/app-misc/pax-utils/pax-utils-1.0.5.ebuild index f253ed0..9763d5a 100644 --- a/app-misc/pax-utils/pax-utils-1.0.5.ebuild +++ b/app-misc/pax-utils/pax-utils-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -49,5 +49,5 @@ src_test() { } src_install() { - _emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install + _emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install } diff --git a/app-misc/pax-utils/pax-utils-1.1.1.ebuild b/app-misc/pax-utils/pax-utils-1.1.1.ebuild index ae89957..51d1b37 100644 --- a/app-misc/pax-utils/pax-utils-1.1.1.ebuild +++ b/app-misc/pax-utils/pax-utils-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -54,5 +54,5 @@ src_test() { } src_install() { - _emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install + _emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install } diff --git a/app-misc/pax-utils/pax-utils-1.1.2.ebuild b/app-misc/pax-utils/pax-utils-1.1.2.ebuild index b1f66ee..75ce98d 100644 --- a/app-misc/pax-utils/pax-utils-1.1.2.ebuild +++ b/app-misc/pax-utils/pax-utils-1.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -54,5 +54,5 @@ src_test() { } src_install() { - _emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install + _emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install } diff --git a/app-misc/pax-utils/pax-utils-1.1.3.ebuild b/app-misc/pax-utils/pax-utils-1.1.3.ebuild index b1f66ee..75ce98d 100644 --- a/app-misc/pax-utils/pax-utils-1.1.3.ebuild +++ b/app-misc/pax-utils/pax-utils-1.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -54,5 +54,5 @@ src_test() { } src_install() { - _emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install + _emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install } diff --git a/app-misc/pax-utils/pax-utils-1.1.4.ebuild b/app-misc/pax-utils/pax-utils-1.1.4.ebuild index b1f66ee..75ce98d 100644 --- a/app-misc/pax-utils/pax-utils-1.1.4.ebuild +++ b/app-misc/pax-utils/pax-utils-1.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -54,5 +54,5 @@ src_test() { } src_install() { - _emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install + _emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install } diff --git a/app-misc/pax-utils/pax-utils-1.1.5.ebuild b/app-misc/pax-utils/pax-utils-1.1.5.ebuild index b1f66ee..75ce98d 100644 --- a/app-misc/pax-utils/pax-utils-1.1.5.ebuild +++ b/app-misc/pax-utils/pax-utils-1.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -54,5 +54,5 @@ src_test() { } src_install() { - _emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install + _emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install } diff --git a/app-misc/pax-utils/pax-utils-1.1.ebuild b/app-misc/pax-utils/pax-utils-1.1.ebuild index a4bc7e4..dcd5d45 100644 --- a/app-misc/pax-utils/pax-utils-1.1.ebuild +++ b/app-misc/pax-utils/pax-utils-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -53,5 +53,5 @@ src_test() { } src_install() { - _emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install + _emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install }