diff options
author | Ben de Groot <yngwin@gentoo.org> | 2010-03-13 16:30:05 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2010-03-13 16:30:05 +0000 |
commit | 665933da45af2355ef4512352ce492df22e5f351 (patch) | |
tree | dae5eb4eb9bdb1b8ecea0e53695acfa9e67a6e77 /x11-libs | |
parent | Version bump (diff) | |
download | gentoo-2-665933da45af2355ef4512352ce492df22e5f351.tar.gz gentoo-2-665933da45af2355ef4512352ce492df22e5f351.tar.bz2 gentoo-2-665933da45af2355ef4512352ce492df22e5f351.zip |
Remove obsolete versions. Add needed intltool dep.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libfm/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-0.1.1.ebuild | 32 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-0.1.5.ebuild | 3 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-0.1.ebuild | 32 |
4 files changed, 6 insertions, 68 deletions
diff --git a/x11-libs/libfm/ChangeLog b/x11-libs/libfm/ChangeLog index 35923a181861..979a2ab1a03a 100644 --- a/x11-libs/libfm/ChangeLog +++ b/x11-libs/libfm/ChangeLog @@ -1,11 +1,12 @@ # ChangeLog for x11-libs/libfm # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.3 2010/03/13 16:19:18 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.4 2010/03/13 16:30:05 yngwin Exp $ *libfm-0.1.5 (13 Mar 2010) - 13 Mar 2010; Ben de Groot <yngwin@gentoo.org> +libfm-0.1.5.ebuild: - Version bump + 13 Mar 2010; Ben de Groot <yngwin@gentoo.org> -libfm-0.1.ebuild, + -libfm-0.1.1.ebuild, +libfm-0.1.5.ebuild: + Remove obsolete versions. Version bump. Add needed intltool dep. *libfm-0.1.1 (07 Mar 2010) diff --git a/x11-libs/libfm/libfm-0.1.1.ebuild b/x11-libs/libfm/libfm-0.1.1.ebuild deleted file mode 100644 index c180d2aebad6..000000000000 --- a/x11-libs/libfm/libfm-0.1.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.1.ebuild,v 1.1 2010/03/07 12:57:19 yngwin Exp $ - -EAPI="2" -inherit eutils - -DESCRIPTION="Library for file management" -HOMEPAGE="http://pcmanfm.sourceforge.net/" -SRC_URI="mirror://sourceforge/pcmanfm/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="debug demo" - -RDEPEND="dev-libs/glib:2 - x11-libs/gtk+:2 - >=lxde-base/menu-cache-0.3.2" -DEPEND="${RDEPEND} - dev-util/pkgconfig - sys-devel/gettext" - -src_configure() { - strip-linguas -i "${S}/po" - econf --sysconfdir=/etc $(use_enable debug) $(use_enable demo) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS TODO || die -} diff --git a/x11-libs/libfm/libfm-0.1.5.ebuild b/x11-libs/libfm/libfm-0.1.5.ebuild index 87dd29858fa1..e130b266e68e 100644 --- a/x11-libs/libfm/libfm-0.1.5.ebuild +++ b/x11-libs/libfm/libfm-0.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.5.ebuild,v 1.1 2010/03/13 16:19:18 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.5.ebuild,v 1.2 2010/03/13 16:30:05 yngwin Exp $ EAPI="2" inherit eutils @@ -18,6 +18,7 @@ RDEPEND="dev-libs/glib:2 x11-libs/gtk+:2 >=lxde-base/menu-cache-0.3.2" DEPEND="${RDEPEND} + >=dev-util/intltool-0.40 dev-util/pkgconfig sys-devel/gettext" diff --git a/x11-libs/libfm/libfm-0.1.ebuild b/x11-libs/libfm/libfm-0.1.ebuild deleted file mode 100644 index 97d09660f2b5..000000000000 --- a/x11-libs/libfm/libfm-0.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.ebuild,v 1.1 2010/02/22 21:38:46 yngwin Exp $ - -EAPI="2" -inherit eutils - -DESCRIPTION="Library for file management" -HOMEPAGE="http://pcmanfm.sourceforge.net/" -SRC_URI="mirror://sourceforge/pcmanfm/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="demo" - -RDEPEND="dev-libs/glib:2 - x11-libs/gtk+:2 - lxde-base/menu-cache" -DEPEND="${RDEPEND} - dev-util/pkgconfig - sys-devel/gettext" - -src_configure() { - strip-linguas -i "${S}/po" - econf --sysconfdir=/etc $(use_enable demo) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS TODO || die -} |