summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-08-06 07:20:00 +0000
committerZac Medico <zmedico@gentoo.org>2011-08-06 07:20:00 +0000
commitaa849411fdc485a335dc902c5640858eb24529e3 (patch)
treebb839ac4e8e4fd5d17d6afe216eecebdaf84d3fe /x11-misc/pcmanfm
parentBump to EAPI 3, fix for prefix, and add ~x86-linux keyword. (diff)
downloadgentoo-2-aa849411fdc485a335dc902c5640858eb24529e3.tar.gz
gentoo-2-aa849411fdc485a335dc902c5640858eb24529e3.tar.bz2
gentoo-2-aa849411fdc485a335dc902c5640858eb24529e3.zip
Bump to EAPI 3, fix for prefix, and add ~x86-linux keyword.
(Portage version: 2.2.0_alpha50_p4/cvs/Linux i686)
Diffstat (limited to 'x11-misc/pcmanfm')
-rw-r--r--x11-misc/pcmanfm/ChangeLog6
-rw-r--r--x11-misc/pcmanfm/pcmanfm-0.9.9_pre20110614.ebuild8
-rw-r--r--x11-misc/pcmanfm/pcmanfm-9999.ebuild8
3 files changed, 13 insertions, 9 deletions
diff --git a/x11-misc/pcmanfm/ChangeLog b/x11-misc/pcmanfm/ChangeLog
index 3712c0a1ea22..f5a759f9f27e 100644
--- a/x11-misc/pcmanfm/ChangeLog
+++ b/x11-misc/pcmanfm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/pcmanfm
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.60 2011/07/29 12:23:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.61 2011/08/06 07:20:00 zmedico Exp $
+
+ 06 Aug 2011; Zac Medico <zmedico@gentoo.org>
+ pcmanfm-0.9.9_pre20110614.ebuild, pcmanfm-9999.ebuild:
+ Bump to EAPI 3, fix for prefix, and add ~x86-linux keyword.
29 Jul 2011; Samuli Suominen <ssuominen@gentoo.org>
pcmanfm-0.9.9_pre20110422.ebuild:
diff --git a/x11-misc/pcmanfm/pcmanfm-0.9.9_pre20110614.ebuild b/x11-misc/pcmanfm/pcmanfm-0.9.9_pre20110614.ebuild
index ef97c1f8c5cd..87a8649cc1f5 100644
--- a/x11-misc/pcmanfm/pcmanfm-0.9.9_pre20110614.ebuild
+++ b/x11-misc/pcmanfm/pcmanfm-0.9.9_pre20110614.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-0.9.9_pre20110614.ebuild,v 1.3 2011/07/01 07:59:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-0.9.9_pre20110614.ebuild,v 1.4 2011/08/06 07:20:00 zmedico Exp $
-EAPI=2
+EAPI=3
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}"
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
else
inherit autotools
SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~x86-linux"
fi
inherit fdo-mime
@@ -48,7 +48,7 @@ src_prepare() {
src_configure() {
econf \
- --sysconfdir=/etc \
+ --sysconfdir="${EPREFIX}/etc" \
$(use_enable debug)
}
diff --git a/x11-misc/pcmanfm/pcmanfm-9999.ebuild b/x11-misc/pcmanfm/pcmanfm-9999.ebuild
index 452b327001c7..f60186c2e9c2 100644
--- a/x11-misc/pcmanfm/pcmanfm-9999.ebuild
+++ b/x11-misc/pcmanfm/pcmanfm-9999.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-9999.ebuild,v 1.9 2011/06/25 18:19:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-9999.ebuild,v 1.10 2011/08/06 07:20:00 zmedico Exp $
-EAPI=2
+EAPI=3
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}"
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
SRC_URI=""
else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~ppc ~x86"
+ KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-linux"
fi
inherit fdo-mime
@@ -42,7 +42,7 @@ src_prepare() {
src_configure() {
econf \
- --sysconfdir=/etc \
+ --sysconfdir="${EPREFIX}/etc" \
$(use_enable debug)
}