diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-12-08 08:28:56 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-12-08 08:28:56 +0000 |
commit | cd86d634a199e34be301edc9bc95f6a196418850 (patch) | |
tree | 28e48b9e60fa5fe80540b2ac07962c3c060c9df2 /x11-misc | |
parent | stable on ppc gsla: 72461 (diff) | |
download | historical-cd86d634a199e34be301edc9bc95f6a196418850.tar.gz historical-cd86d634a199e34be301edc9bc95f6a196418850.tar.bz2 historical-cd86d634a199e34be301edc9bc95f6a196418850.zip |
Wipe out older version.
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xfe/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xfe/Manifest | 14 | ||||
-rw-r--r-- | x11-misc/xfe/files/digest-xfe-0.70-r1 | 1 | ||||
-rw-r--r-- | x11-misc/xfe/xfe-0.70-r1.ebuild | 47 |
4 files changed, 5 insertions, 62 deletions
diff --git a/x11-misc/xfe/ChangeLog b/x11-misc/xfe/ChangeLog index 9d0230b193db..65b4b2e8137d 100644 --- a/x11-misc/xfe/ChangeLog +++ b/x11-misc/xfe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xfe # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.19 2004/10/23 16:48:02 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.20 2004/12/08 08:28:55 s4t4n Exp $ + + 08 Dec 2004; Michele Noberasco <s4t4n@gentoo.org> xfe-0.70-r1.ebuild: + Remove older ebuild. 23 Oct 2004; Tom Martin <slarti@gentoo.org> xfe-0.72.ebuild: Stable on amd64. diff --git a/x11-misc/xfe/Manifest b/x11-misc/xfe/Manifest index 696ef8b1dacc..3a3ce290cea5 100644 --- a/x11-misc/xfe/Manifest +++ b/x11-misc/xfe/Manifest @@ -1,19 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 0d7ea5665dab001d7b9f173703d2173e xfe-0.70-r1.ebuild 973 MD5 45afed04aa773719b3f16befc321e9e0 xfe-0.66.ebuild 643 MD5 e876ab71b8f9746210242a9e760d3257 xfe-0.72.ebuild 1027 -MD5 13e102a6346b6c5cc388e0057b4e0043 ChangeLog 2342 +MD5 6f83345af92b56473c8a77279ebabbb8 ChangeLog 2437 MD5 a22298bb40896990d55b5d48b54e5d26 metadata.xml 262 MD5 2e471d0d64c75be23f9e68537cf1f6bb files/xfe-0.70-file-association.patch 753 -MD5 a0d27671deda8d1d90e4d14e7f473ce5 files/digest-xfe-0.70-r1 60 MD5 534a237bed017d0c5e6bfd73d9760e87 files/digest-xfe-0.66 60 MD5 322d8f7e8c091743501a044efcd8dfe6 files/digest-xfe-0.72 60 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBeotPCHk4+ZoBpvsRAu4IAKDFnMwlY5KJa8joIpBHP1K4O0AOaACfapp2 -f9xtFSUUiESLj4CLmQLhmJg= -=Bm27 ------END PGP SIGNATURE----- diff --git a/x11-misc/xfe/files/digest-xfe-0.70-r1 b/x11-misc/xfe/files/digest-xfe-0.70-r1 deleted file mode 100644 index c50238046ab0..000000000000 --- a/x11-misc/xfe/files/digest-xfe-0.70-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ae8ba8af8aafee053f70e909e6e22920 xfe-0.70.tar.gz 805921 diff --git a/x11-misc/xfe/xfe-0.70-r1.ebuild b/x11-misc/xfe/xfe-0.70-r1.ebuild deleted file mode 100644 index 31b9f5bd65c5..000000000000 --- a/x11-misc/xfe/xfe-0.70-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-0.70-r1.ebuild,v 1.3 2004/10/11 00:56:23 weeve Exp $ - -inherit eutils - -DESCRIPTION="MS-Explorer like 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" -IUSE="nls" - -# fox-1.0.x, fox-1.1.x and fox-1.3.x are inkompatible. -DEPEND="=x11-libs/fox-1.2*" - -src_unpack() -{ - unpack ${A} - cd ${S} - - # Fix #62428 - epatch ${FILESDIR}/xfe-0.70-file-association.patch -} - -src_compile() -{ - econf `use_enable nls` || die - emake || die -} - -src_install() -{ - make DESTDIR=${D} install || die - 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 0.70 release" - einfo -} |