diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-02-02 22:17:41 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-02-02 22:17:41 +0000 |
commit | b8bee9a72d14bac9b9f5c089b88a3789e47f9ed4 (patch) | |
tree | 9a9378e1180245b5ff58695f686b5f9e539055aa /x11-libs | |
parent | Cleanup (diff) | |
download | gentoo-2-b8bee9a72d14bac9b9f5c089b88a3789e47f9ed4.tar.gz gentoo-2-b8bee9a72d14bac9b9f5c089b88a3789e47f9ed4.tar.bz2 gentoo-2-b8bee9a72d14bac9b9f5c089b88a3789e47f9ed4.zip |
Introduce snapshot. Remove old broken version
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libfm/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-0.1.15_pre20110202.ebuild (renamed from x11-libs/libfm/libfm-0.1.14.ebuild) | 18 |
2 files changed, 16 insertions, 10 deletions
diff --git a/x11-libs/libfm/ChangeLog b/x11-libs/libfm/ChangeLog index df1b30073ff1..c77ee8715bef 100644 --- a/x11-libs/libfm/ChangeLog +++ b/x11-libs/libfm/ChangeLog @@ -1,6 +1,12 @@ # 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.26 2011/01/22 14:26:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.27 2011/02/02 22:17:40 hwoarang Exp $ + +*libfm-0.1.15_pre20110202 (02 Feb 2011) + + 02 Feb 2011; Markos Chandras <hwoarang@gentoo.org> -libfm-0.1.14.ebuild, + +libfm-0.1.15_pre20110202.ebuild: + Introduce snapshot. Remove old broken version 22 Jan 2011; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild: Add gtk-doc to EXTRA_DEPEND diff --git a/x11-libs/libfm/libfm-0.1.14.ebuild b/x11-libs/libfm/libfm-0.1.15_pre20110202.ebuild index 49113a9f2786..7f1a8b8a484a 100644 --- a/x11-libs/libfm/libfm-0.1.14.ebuild +++ b/x11-libs/libfm/libfm-0.1.15_pre20110202.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.14.ebuild,v 1.4 2010/12/26 04:43:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110202.ebuild,v 1.1 2011/02/02 22:17:41 hwoarang Exp $ EAPI=2 @@ -8,9 +8,11 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}" inherit autotools git SRC_URI="" - EXTRA_DEPEND="dev-util/gtk-doc-am" + EXTRA_DEPEND="dev-util/gtk-doc + dev-util/gtk-doc-am" else - SRC_URI="mirror://sourceforge/pcmanfm/${P}.tar.gz" + inherit autotools + SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~ppc ~x86" fi @@ -37,11 +39,9 @@ DEPEND="${COMMON_DEPEND} ${EXTRA_DEPEND}" src_prepare() { - if [[ ${PV} == 9999 ]]; then - gtkdocize --copy || die - intltoolize --force --copy --automake || die - eautoreconf - fi + gtkdocize --copy || die + intltoolize --force --copy --automake || die + eautoreconf } src_configure() { |