diff options
author | 2011-02-19 23:23:44 +0000 | |
---|---|---|
committer | 2011-02-19 23:23:44 +0000 | |
commit | 3a00c51b3e9cffc1a751d0fa1c9c0011b4fada73 (patch) | |
tree | 8f198626dc5eeff06aa1b97caeee105b58926c18 /x11-libs/libfm | |
parent | Version bump (bug #355479). (diff) | |
download | gentoo-2-3a00c51b3e9cffc1a751d0fa1c9c0011b4fada73.tar.gz gentoo-2-3a00c51b3e9cffc1a751d0fa1c9c0011b4fada73.tar.bz2 gentoo-2-3a00c51b3e9cffc1a751d0fa1c9c0011b4fada73.zip |
Adjust pathes for snapshots and live ebuild. Bug #355531
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libfm')
-rw-r--r-- | x11-libs/libfm/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild | 5 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-9999.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-libs/libfm/ChangeLog b/x11-libs/libfm/ChangeLog index 955cfb09b941..cbc02e862c20 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.31 2011/02/16 19:14:19 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.32 2011/02/19 23:23:44 hwoarang Exp $ + + 19 Feb 2011; Markos Chandras <hwoarang@gentoo.org> + libfm-0.1.15_pre20110216.ebuild, libfm-9999.ebuild: + Adjust pathes for snapshots and live ebuild. Bug #355531 *libfm-0.1.15_pre20110216 (16 Feb 2011) diff --git a/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild b/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild index 2031965a3d0e..41096c867609 100644 --- a/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild +++ b/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild @@ -1,6 +1,6 @@ # 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_pre20110216.ebuild,v 1.1 2011/02/16 19:14:19 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild,v 1.2 2011/02/19 23:23:44 hwoarang Exp $ EAPI=2 @@ -12,6 +12,7 @@ else inherit autotools SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~ppc ~x86" + S="${WORKDIR}" fi inherit fdo-mime @@ -41,7 +42,7 @@ DEPEND="${COMMON_DEPEND} src_prepare() { if ! use doc; then - sed -ie '/SUBDIRS=/s#docs##' "${WORKDIR}"/Makefile.am || die "sed failed" + sed -ie '/SUBDIRS=/s#docs##' "${S}"/Makefile.am || die "sed failed" sed -ie '/^[[:space:]]*docs/d' configure.ac || die "sed failed" else gtkdocize --copy || die diff --git a/x11-libs/libfm/libfm-9999.ebuild b/x11-libs/libfm/libfm-9999.ebuild index f5bbbc16e0ca..19fe0e36d3d3 100644 --- a/x11-libs/libfm/libfm-9999.ebuild +++ b/x11-libs/libfm/libfm-9999.ebuild @@ -1,6 +1,6 @@ # 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.10 2011/02/16 16:16:42 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.11 2011/02/19 23:23:44 hwoarang Exp $ EAPI=2 @@ -12,6 +12,7 @@ else inherit autotools SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~ppc ~x86" + S="${WORKDIR}" fi inherit fdo-mime @@ -41,7 +42,7 @@ DEPEND="${COMMON_DEPEND} src_prepare() { if ! use doc; then - sed -ie '/SUBDIRS=/s#docs##' "${WORKDIR}"/Makefile.am || die "sed failed" + sed -ie '/SUBDIRS=/s#docs##' "${S}"/Makefile.am || die "sed failed" sed -ie '/^[[:space:]]*docs/d' configure.ac || die "sed failed" else gtkdocize --copy || die |