summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <smithj@gentoo.org>2005-07-05 21:55:45 +0000
committerJonathan Smith <smithj@gentoo.org>2005-07-05 21:55:45 +0000
commitb3807e49e5a6d7baf88709587b33dacb598562c0 (patch)
tree8b2d4166c0e6b0b5cb6fb1f77fb9b2310cd4f3e6
parentRevision bump; -r0 did not install headers properly. (diff)
downloadgentoo-2-b3807e49e5a6d7baf88709587b33dacb598562c0.tar.gz
gentoo-2-b3807e49e5a6d7baf88709587b33dacb598562c0.tar.bz2
gentoo-2-b3807e49e5a6d7baf88709587b33dacb598562c0.zip
#97984: version bump
(Portage version: 2.0.51.22-r1)
-rw-r--r--x11-misc/xfe/ChangeLog7
-rw-r--r--x11-misc/xfe/Manifest10
-rw-r--r--x11-misc/xfe/files/digest-xfe-0.841
-rw-r--r--x11-misc/xfe/xfe-0.84.ebuild37
4 files changed, 50 insertions, 5 deletions
diff --git a/x11-misc/xfe/ChangeLog b/x11-misc/xfe/ChangeLog
index 527c36d8eecf..aae0b686d3b8 100644
--- a/x11-misc/xfe/ChangeLog
+++ b/x11-misc/xfe/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xfe
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.23 2005/05/11 08:28:00 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.24 2005/07/05 21:55:45 smithj Exp $
+
+*xfe-0.84 (05 Jul 2005)
+
+ 05 Jul 2005; Jonathan Smith <smithj@gentoo.org> +xfe-0.84.ebuild:
+ #97984: version bump
*xfe-0.80 (11 May 2005)
diff --git a/x11-misc/xfe/Manifest b/x11-misc/xfe/Manifest
index 46ef121d853a..19aacc798999 100644
--- a/x11-misc/xfe/Manifest
+++ b/x11-misc/xfe/Manifest
@@ -1,7 +1,9 @@
-MD5 75bec72fdc4d3c82106a96ecd55eb2e9 xfe-0.80.ebuild 860
-MD5 2e00545bce14462bccccf6fa3b35ed53 xfe-0.72.ebuild 1034
-MD5 3797a5a9d037b7fab89f327aefc91ce1 ChangeLog 2823
+MD5 07bd4d632e7788462e9d63da28b2764a ChangeLog 2940
MD5 a22298bb40896990d55b5d48b54e5d26 metadata.xml 262
-MD5 2e471d0d64c75be23f9e68537cf1f6bb files/xfe-0.70-file-association.patch 753
+MD5 2e00545bce14462bccccf6fa3b35ed53 xfe-0.72.ebuild 1034
+MD5 75bec72fdc4d3c82106a96ecd55eb2e9 xfe-0.80.ebuild 860
+MD5 160bb3c720f7a1772d3f8f4fe65cea6f xfe-0.84.ebuild 932
MD5 322d8f7e8c091743501a044efcd8dfe6 files/digest-xfe-0.72 60
MD5 f515eee36f5eafa1084a91e653ba0962 files/digest-xfe-0.80 60
+MD5 2e471d0d64c75be23f9e68537cf1f6bb files/xfe-0.70-file-association.patch 753
+MD5 0802e60651e2befc91d7b7e42cb034ef files/digest-xfe-0.84 60
diff --git a/x11-misc/xfe/files/digest-xfe-0.84 b/x11-misc/xfe/files/digest-xfe-0.84
new file mode 100644
index 000000000000..315aff660c9e
--- /dev/null
+++ b/x11-misc/xfe/files/digest-xfe-0.84
@@ -0,0 +1 @@
+MD5 8251a0c1545d3cbbb909beb8027414a6 xfe-0.84.tar.gz 847390
diff --git a/x11-misc/xfe/xfe-0.84.ebuild b/x11-misc/xfe/xfe-0.84.ebuild
new file mode 100644
index 000000000000..d881e0b63d7b
--- /dev/null
+++ b/x11-misc/xfe/xfe-0.84.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-0.84.ebuild,v 1.1 2005/07/05 21:55:45 smithj Exp $
+
+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="~x86 ~sparc ~amd64 ~ppc ~ppc64"
+IUSE="nls"
+
+# only fox-1.4.x is compatible with this version of xfe...
+DEPEND="virtual/x11
+ =x11-libs/fox-1.4*"
+
+src_compile()
+{
+ econf $(use_enable nls) || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install()
+{
+ make DESTDIR=${D} install || die "make install failed"
+ dodoc AUTHORS BUGS FAQ README TODO NEWS
+}
+
+pkg_postinst()
+{
+ einfo
+ einfo "Please delete your old Xfe registry files"
+ einfo " (~/.foxrc/Xfe ~/.foxrc/Xfv and ~/.foxrc/Xfq)"
+ einfo "before using this XFE release"
+ einfo
+}