diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-10-01 00:30:03 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-10-01 00:30:03 +0000 |
commit | 512adc16c270cc72b4aee736bb5ae0a95ff1b7e8 (patch) | |
tree | 7383097a61d4eeabc041702123239cb70c2d5a8b /x11-misc/xfm | |
parent | Will be readded as soon as license has been clarified. (diff) | |
download | gentoo-2-512adc16c270cc72b4aee736bb5ae0a95ff1b7e8.tar.gz gentoo-2-512adc16c270cc72b4aee736bb5ae0a95ff1b7e8.tar.bz2 gentoo-2-512adc16c270cc72b4aee736bb5ae0a95ff1b7e8.zip |
Fix bug 66133 (add missing inherit).
(Portage version: 2.0.52-r1)
Diffstat (limited to 'x11-misc/xfm')
-rw-r--r-- | x11-misc/xfm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xfm/Manifest | 14 | ||||
-rw-r--r-- | x11-misc/xfm/xfm-1.4.3.ebuild | 4 |
3 files changed, 9 insertions, 14 deletions
diff --git a/x11-misc/xfm/ChangeLog b/x11-misc/xfm/ChangeLog index d9b0c9aae517..8bc87f54c4fd 100644 --- a/x11-misc/xfm/ChangeLog +++ b/x11-misc/xfm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xfm # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfm/ChangeLog,v 1.5 2005/06/14 14:44:11 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfm/ChangeLog,v 1.6 2005/10/01 00:30:03 nelchael Exp $ + + 01 Oct 2005; Krzysiek Pawlik <nelchael@gentoo.org> xfm-1.4.3.ebuild: + Fix bug 66133 (add missing inherit). 14 Jun 2005; Jonathan Smith <smithj@gentoo.org> +files/xfm-1.4.3-malloc.patch, xfm-1.4.3.ebuild: diff --git a/x11-misc/xfm/Manifest b/x11-misc/xfm/Manifest index 27244e4b4d88..0a23fcaa9840 100644 --- a/x11-misc/xfm/Manifest +++ b/x11-misc/xfm/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 9b9aaf485773b648131a7342f17a30d9 xfm-1.4.3.ebuild 1114 MD5 15e07e299a96234dfff0e9effdb1c740 ChangeLog 976 MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173 -MD5 7e98a1e662f5ec3968667bb05a60b5f6 xfm-1.4.3.ebuild 1098 -MD5 bcfae9591c9931439f5bcb29d8c93a94 files/digest-xfm-1.4.3 61 MD5 0f75a007428c6d3d50de93fcdbb67a6f files/xfm-1.4.3-malloc.patch 413 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCru1Xl5AvwDPiUowRAi77AKCm1B5GfV5n3Dyc2HG1NaBOhwFMtACeLKIQ -GePMx/eqvIctyDBwXtjJ/m8= -=5qpm ------END PGP SIGNATURE----- +MD5 bcfae9591c9931439f5bcb29d8c93a94 files/digest-xfm-1.4.3 61 diff --git a/x11-misc/xfm/xfm-1.4.3.ebuild b/x11-misc/xfm/xfm-1.4.3.ebuild index dd1edade1162..de72b3ce29f2 100644 --- a/x11-misc/xfm/xfm-1.4.3.ebuild +++ b/x11-misc/xfm/xfm-1.4.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfm/xfm-1.4.3.ebuild,v 1.4 2005/06/14 14:44:11 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfm/xfm-1.4.3.ebuild,v 1.5 2005/10/01 00:30:03 nelchael Exp $ + +inherit eutils DESCRIPTION="A classic X11 file manager" HOMEPAGE="http://www.musikwissenschaft.uni-mainz.de/~ag/xfm/" |