diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-08-06 07:11:01 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-08-06 07:11:01 +0000 |
commit | d4a3d0a8b711e2334b336c7ccea98819452cc4c6 (patch) | |
tree | 7c1ec379a735d6e2806951d37a58e419d11a421d /x11-libs/libfm | |
parent | Version bump. (diff) | |
download | gentoo-2-d4a3d0a8b711e2334b336c7ccea98819452cc4c6.tar.gz gentoo-2-d4a3d0a8b711e2334b336c7ccea98819452cc4c6.tar.bz2 gentoo-2-d4a3d0a8b711e2334b336c7ccea98819452cc4c6.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-libs/libfm')
-rw-r--r-- | x11-libs/libfm/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-0.1.15_pre20110614.ebuild | 8 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-9999.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/x11-libs/libfm/ChangeLog b/x11-libs/libfm/ChangeLog index c66bdf4808af..0c2dd2c692b5 100644 --- a/x11-libs/libfm/ChangeLog +++ b/x11-libs/libfm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libfm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.45 2011/07/29 12:22:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.46 2011/08/06 07:11:01 zmedico Exp $ + + 06 Aug 2011; Zac Medico <zmedico@gentoo.org> + libfm-0.1.15_pre20110614.ebuild, libfm-9999.ebuild: + Bump to EAPI 3, fix for prefix, and add ~x86-linux keyword. 29 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> libfm-0.1.15_pre20110422.ebuild: diff --git a/x11-libs/libfm/libfm-0.1.15_pre20110614.ebuild b/x11-libs/libfm/libfm-0.1.15_pre20110614.ebuild index dd47c2eff850..d79077dab549 100644 --- a/x11-libs/libfm/libfm-0.1.15_pre20110614.ebuild +++ b/x11-libs/libfm/libfm-0.1.15_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-libs/libfm/libfm-0.1.15_pre20110614.ebuild,v 1.2 2011/06/25 18:11:18 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110614.ebuild,v 1.3 2011/08/06 07:11:01 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" S="${WORKDIR}" fi @@ -58,7 +58,7 @@ src_prepare() { src_configure() { econf \ - --sysconfdir=/etc \ + --sysconfdir="${EPREFIX}/etc" \ --disable-dependency-tracking \ --disable-static \ $(use_enable udev udisks) \ diff --git a/x11-libs/libfm/libfm-9999.ebuild b/x11-libs/libfm/libfm-9999.ebuild index 90291e09a5db..c4eac2e854bf 100644 --- a/x11-libs/libfm/libfm-9999.ebuild +++ b/x11-libs/libfm/libfm-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-libs/libfm/libfm-9999.ebuild,v 1.15 2011/06/25 18:11:18 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.16 2011/08/06 07:11:01 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="~amd64 ~arm ~ppc ~x86" + KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-linux" S="${WORKDIR}" fi @@ -58,7 +58,7 @@ src_prepare() { src_configure() { econf \ - --sysconfdir=/etc \ + --sysconfdir="${EPREFIX}/etc" \ --disable-dependency-tracking \ --disable-static \ $(use_enable udev udisks) \ |