summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2008-02-25 15:31:13 +0000
committerMatti Bickel <mabi@gentoo.org>2008-02-25 15:31:13 +0000
commit14c40362887e498283b22bd39a43017137db1ddb (patch)
tree881fd6a437d1ba96a71e5c0546554f730ce3c935 /x11-misc/pathfinder
parentold (diff)
downloadgentoo-2-14c40362887e498283b22bd39a43017137db1ddb.tar.gz
gentoo-2-14c40362887e498283b22bd39a43017137db1ddb.tar.bz2
gentoo-2-14c40362887e498283b22bd39a43017137db1ddb.zip
cleanup, revbump
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc/pathfinder')
-rw-r--r--x11-misc/pathfinder/ChangeLog8
-rw-r--r--x11-misc/pathfinder/pathfinder-1.6.27.ebuild23
-rw-r--r--x11-misc/pathfinder/pathfinder-1.6.31.ebuild (renamed from x11-misc/pathfinder/pathfinder-1.6.29.ebuild)6
3 files changed, 10 insertions, 27 deletions
diff --git a/x11-misc/pathfinder/ChangeLog b/x11-misc/pathfinder/ChangeLog
index b1f509c3ca76..0853c460c3ef 100644
--- a/x11-misc/pathfinder/ChangeLog
+++ b/x11-misc/pathfinder/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/pathfinder
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.15 2008/02/25 12:54:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.16 2008/02/25 15:31:13 mabi Exp $
+
+*pathfinder-1.6.31 (25 Feb 2008)
+
+ 25 Feb 2008; Matti Bickel <mabi@gentoo.org> -pathfinder-1.6.27.ebuild,
+ -pathfinder-1.6.29.ebuild, +pathfinder-1.6.31.ebuild:
+ added new version, cleanup
25 Feb 2008; Jeroen Roovers <jer@gentoo.org> pathfinder-1.6.30.ebuild:
Stable for HPPA (bug #210543).
diff --git a/x11-misc/pathfinder/pathfinder-1.6.27.ebuild b/x11-misc/pathfinder/pathfinder-1.6.27.ebuild
deleted file mode 100644
index 35a0c4ae7212..000000000000
--- a/x11-misc/pathfinder/pathfinder-1.6.27.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.27.ebuild,v 1.2 2007/10/09 05:40:27 jer Exp $
-
-inherit fox
-
-DESCRIPTION="File manager based on the FOX Toolkit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~x86"
-IUSE="jpeg png tiff"
-
-DEPEND="~x11-libs/fox-${PV}
- 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)"
diff --git a/x11-misc/pathfinder/pathfinder-1.6.29.ebuild b/x11-misc/pathfinder/pathfinder-1.6.31.ebuild
index 492266e54bd7..9378a4036003 100644
--- a/x11-misc/pathfinder/pathfinder-1.6.29.ebuild
+++ b/x11-misc/pathfinder/pathfinder-1.6.31.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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.29.ebuild,v 1.1 2007/10/09 10:05:15 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.31.ebuild,v 1.1 2008/02/25 15:31:13 mabi Exp $
inherit fox
@@ -8,7 +8,7 @@ DESCRIPTION="File manager based on the FOX Toolkit"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="jpeg png tiff"
DEPEND="=x11-libs/fox-1.6*