summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-02-08 11:49:04 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-02-08 11:49:04 +0000
commit442bff4c87fd7090b44654870eae1fe7582e70f8 (patch)
treea3fe2b0cb9ab3d87ba97b0a74b8a542936ef4650 /x11-misc/xfe
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-442bff4c87fd7090b44654870eae1fe7582e70f8.tar.gz
gentoo-2-442bff4c87fd7090b44654870eae1fe7582e70f8.tar.bz2
gentoo-2-442bff4c87fd7090b44654870eae1fe7582e70f8.zip
Version bump wrt #291310 by Arseny Solokha.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xfe')
-rw-r--r--x11-misc/xfe/ChangeLog9
-rw-r--r--x11-misc/xfe/xfe-1.32.1.ebuild34
2 files changed, 41 insertions, 2 deletions
diff --git a/x11-misc/xfe/ChangeLog b/x11-misc/xfe/ChangeLog
index 17e9a25af17a..b4a905082543 100644
--- a/x11-misc/xfe/ChangeLog
+++ b/x11-misc/xfe/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xfe
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.54 2009/10/31 14:23:25 ranger Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.55 2010/02/08 11:49:04 ssuominen Exp $
+
+*xfe-1.32.1 (08 Feb 2010)
+
+ 08 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> +xfe-1.32.1.ebuild:
+ Version bump wrt #291310 by Arseny Solokha.
31 Oct 2009; Brent Baude <ranger@gentoo.org> xfe-1.19.2.ebuild:
Marking xfe-1.19.2 ppc64 for bug 281650
diff --git a/x11-misc/xfe/xfe-1.32.1.ebuild b/x11-misc/xfe/xfe-1.32.1.ebuild
new file mode 100644
index 000000000000..d681518f9347
--- /dev/null
+++ b/x11-misc/xfe/xfe-1.32.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v 1.1 2010/02/08 11:49:04 ssuominen Exp $
+
+EAPI=2
+
+DESCRIPTION="MS-Explorer-like minimalist file manager for X"
+HOMEPAGE="http://roland65.free.fr/xfe"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug nls startup-notification"
+
+RDEPEND="x11-libs/libX11
+ media-libs/libpng
+ =x11-libs/fox-1.6*[truetype,png]
+ startup-notification? ( x11-libs/startup-notification )"
+DEPEND="${RDEPEND}
+ nls? ( sys-devel/gettext )"
+
+src_configure() {
+ econf \
+ --disable-dependency-tracking \
+ $(use_enable nls) \
+ $(use_enable startup-notification sn) \
+ $(use_enable debug)
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS BUGS ChangeLog NEWS README TODO
+}