diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-07-01 18:57:59 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-07-01 18:57:59 +0000 |
commit | 2a7cffa3efc65edb232e35e71a58c34e9664b73e (patch) | |
tree | f3ef6a3634449d60e9f8c178fd1cf6f10fa972d6 /app-arch/xarchiver | |
parent | Make gstreamer support optional but preferred. (diff) | |
download | gentoo-2-2a7cffa3efc65edb232e35e71a58c34e9664b73e.tar.gz gentoo-2-2a7cffa3efc65edb232e35e71a58c34e9664b73e.tar.bz2 gentoo-2-2a7cffa3efc65edb232e35e71a58c34e9664b73e.zip |
Convert to EAPI3 to fix an 'out-of-prefix' doc installation issue. No change for regular Gentoo Linux installs
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/xarchiver')
-rw-r--r-- | app-arch/xarchiver/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/xarchiver/xarchiver-0.5.2-r2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-arch/xarchiver/ChangeLog b/app-arch/xarchiver/ChangeLog index 2a60ef3e2dc2..f0fc18564ffd 100644 --- a/app-arch/xarchiver/ChangeLog +++ b/app-arch/xarchiver/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/xarchiver # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/xarchiver/ChangeLog,v 1.23 2010/06/13 01:32:24 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/xarchiver/ChangeLog,v 1.24 2010/07/01 18:57:59 darkside Exp $ + + 01 Jul 2010; Jeremy Olexa <darkside@gentoo.org> xarchiver-0.5.2-r2.ebuild: + Convert to EAPI3 to fix an 'out-of-prefix' doc installation issue. No + change for regular Gentoo Linux installs *xarchiver-0.5.2-r2 (13 Jun 2010) diff --git a/app-arch/xarchiver/xarchiver-0.5.2-r2.ebuild b/app-arch/xarchiver/xarchiver-0.5.2-r2.ebuild index 3106bab0a5ed..ce005d0feb12 100644 --- a/app-arch/xarchiver/xarchiver-0.5.2-r2.ebuild +++ b/app-arch/xarchiver/xarchiver-0.5.2-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/xarchiver/xarchiver-0.5.2-r2.ebuild,v 1.2 2010/06/13 16:10:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/xarchiver/xarchiver-0.5.2-r2.ebuild,v 1.3 2010/07/01 18:57:59 darkside Exp $ -EAPI=2 +EAPI=3 inherit xfconf DESCRIPTION="a GTK+ based and advanced archive manager that can be used with Thunar" @@ -35,7 +35,7 @@ src_prepare() { } src_install() { - xfconf_src_install DOCDIR="${D}/usr/share/doc/${PF}" + xfconf_src_install DOCDIR="${ED}/usr/share/doc/${PF}" } pkg_postinst() { |