summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2009-03-01 12:22:41 +0000
committerMatti Bickel <mabi@gentoo.org>2009-03-01 12:22:41 +0000
commitaba30c98c5cb324dbf243adc2487a453368f303f (patch)
treea8fd50ded5f51bc62265522bcc811c6b4142e140 /x11-misc/pathfinder
parentVersion bump, change slot to :2 (diff)
downloadgentoo-2-aba30c98c5cb324dbf243adc2487a453368f303f.tar.gz
gentoo-2-aba30c98c5cb324dbf243adc2487a453368f303f.tar.bz2
gentoo-2-aba30c98c5cb324dbf243adc2487a453368f303f.zip
bump, uses eapi=1 now
(Portage version: 2.1.6.7/cvs/Linux ppc)
Diffstat (limited to 'x11-misc/pathfinder')
-rw-r--r--x11-misc/pathfinder/ChangeLog12
-rw-r--r--x11-misc/pathfinder/pathfinder-1.6.30.ebuild23
-rw-r--r--x11-misc/pathfinder/pathfinder-1.6.35.ebuild (renamed from x11-misc/pathfinder/pathfinder-1.6.31.ebuild)8
3 files changed, 15 insertions, 28 deletions
diff --git a/x11-misc/pathfinder/ChangeLog b/x11-misc/pathfinder/ChangeLog
index d332b03a75ab..de255d2feb2d 100644
--- a/x11-misc/pathfinder/ChangeLog
+++ b/x11-misc/pathfinder/ChangeLog
@@ -1,6 +1,14 @@
# 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.19 2008/12/02 06:12:23 jer Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.20 2009/03/01 12:22:41 mabi Exp $
+
+*pathfinder-1.6.35 (01 Mar 2009)
+
+ 01 Mar 2009; Matti Bickel <mabi@gentoo.org> -pathfinder-1.6.30.ebuild,
+ -pathfinder-1.6.31.ebuild, +pathfinder-1.6.35.ebuild:
+ removed old builds, added new version using EAPI 1 slot deps, to avoid
+ bumping when nothing really changed in the fox stable api. This will be the
+ last bump for pathfinder-1.6
02 Dec 2008; Jeroen Roovers <jer@gentoo.org> pathfinder-1.6.34.ebuild:
Stable for HPPA (bug #249286).
diff --git a/x11-misc/pathfinder/pathfinder-1.6.30.ebuild b/x11-misc/pathfinder/pathfinder-1.6.30.ebuild
deleted file mode 100644
index 2577e8f3ed17..000000000000
--- a/x11-misc/pathfinder/pathfinder-1.6.30.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.30.ebuild,v 1.3 2008/02/25 12:54:07 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)"
diff --git a/x11-misc/pathfinder/pathfinder-1.6.31.ebuild b/x11-misc/pathfinder/pathfinder-1.6.35.ebuild
index 9378a4036003..aa16903e14c9 100644
--- a/x11-misc/pathfinder/pathfinder-1.6.31.ebuild
+++ b/x11-misc/pathfinder/pathfinder-1.6.35.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.31.ebuild,v 1.1 2008/02/25 15:31:13 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.35.ebuild,v 1.1 2009/03/01 12:22:41 mabi Exp $
+
+EAPI="1"
inherit fox
@@ -11,7 +13,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="jpeg png tiff"
-DEPEND="=x11-libs/fox-1.6*
+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 )"