diff options
author | 2009-04-17 16:59:26 +0000 | |
---|---|---|
committer | 2009-04-17 16:59:26 +0000 | |
commit | 583f9c29c4340a225e236269396fb1ebbf4c3179 (patch) | |
tree | f90799dd7277927b408cc1bb1183efe4b857cb87 /x11-misc/pathfinder | |
parent | cleanup (diff) | |
download | gentoo-2-583f9c29c4340a225e236269396fb1ebbf4c3179.tar.gz gentoo-2-583f9c29c4340a225e236269396fb1ebbf4c3179.tar.bz2 gentoo-2-583f9c29c4340a225e236269396fb1ebbf4c3179.zip |
cleanup
(Portage version: 2.1.6.11/cvs/Linux ppc)
Diffstat (limited to 'x11-misc/pathfinder')
-rw-r--r-- | x11-misc/pathfinder/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/pathfinder/pathfinder-1.6.34.ebuild | 23 |
2 files changed, 4 insertions, 24 deletions
diff --git a/x11-misc/pathfinder/ChangeLog b/x11-misc/pathfinder/ChangeLog index 90621b6b068b..61ceacb5f23d 100644 --- a/x11-misc/pathfinder/ChangeLog +++ b/x11-misc/pathfinder/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/pathfinder # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.24 2009/04/10 15:09:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.25 2009/04/17 16:59:26 mabi Exp $ + + 17 Apr 2009; Matti Bickel <mabi@gentoo.org> -pathfinder-1.6.34.ebuild: + cleanup 10 Apr 2009; Raúl Porcel <armin76@gentoo.org> pathfinder-1.6.35.ebuild: x86 stable wrt #263795 diff --git a/x11-misc/pathfinder/pathfinder-1.6.34.ebuild b/x11-misc/pathfinder/pathfinder-1.6.34.ebuild deleted file mode 100644 index abb0ea37ebd0..000000000000 --- a/x11-misc/pathfinder/pathfinder-1.6.34.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.34.ebuild,v 1.2 2008/12/02 06:12:23 jer Exp $ - -inherit fox - -DESCRIPTION="File manager based on the FOX Toolkit" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="jpeg png tiff" - -DEPEND="=x11-libs/fox-1.6* - jpeg? ( >=media-libs/jpeg-6b ) - png? ( >=media-libs/libpng-1.2.5 ) - tiff? ( >=media-libs/tiff-3.5.7 )" - -RDEPEND="${DEPEND}" - -FOXCONF="$(use_enable jpeg) \ - $(use_enable png) \ - $(use_enable tiff)" |