summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2007-01-26 17:16:00 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2007-01-26 17:16:00 +0000
commit8e82d0c7844e47fc8d5950e0fa026c8d491c2ea4 (patch)
tree9326069dd1f1bc5a79666c0ed1d035563e46e15d /x11-plugins/fsviewer
parentinitial import (diff)
downloadhistorical-8e82d0c7844e47fc8d5950e0fa026c8d491c2ea4.tar.gz
historical-8e82d0c7844e47fc8d5950e0fa026c8d491c2ea4.tar.bz2
historical-8e82d0c7844e47fc8d5950e0fa026c8d491c2ea4.zip
Fixed DEPEND, closing bug #150634. Wiped out previous release.
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'x11-plugins/fsviewer')
-rw-r--r--x11-plugins/fsviewer/ChangeLog7
-rw-r--r--x11-plugins/fsviewer/fsviewer-0.2.5.ebuild31
2 files changed, 34 insertions, 4 deletions
diff --git a/x11-plugins/fsviewer/ChangeLog b/x11-plugins/fsviewer/ChangeLog
index 802d49346230..d5291d611420 100644
--- a/x11-plugins/fsviewer/ChangeLog
+++ b/x11-plugins/fsviewer/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/fsviewer
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/ChangeLog,v 1.13 2006/09/03 22:28:37 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/ChangeLog,v 1.14 2007/01/26 17:16:00 s4t4n Exp $
+
+ 26 Jan 2006; Michele Noberasco <s4t4n@gentoo.org> fsviewer-0.2.5.ebuild:
+ Fixed DEPEND. Closes bug #150634.
+ -fsviewer-0.2.3e-r1.ebuild:
+ Wiped out previous release.
03 Sep 2006; Joshua Jackson <tsunam@gentoo.org> fsviewer-0.2.5.ebuild:
Stable x86; bug #144835
diff --git a/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild b/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild
index 2d1a8a91aefa..25ca22af4e9b 100644
--- a/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild
+++ b/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild,v 1.5 2006/09/03 22:28:37 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild,v 1.6 2007/01/26 17:16:00 s4t4n Exp $
inherit eutils
@@ -16,7 +16,32 @@ KEYWORDS="amd64 ppc x86"
IUSE=""
-DEPEND="x11-wm/windowmaker"
+DEPEND=">=x11-wm/windowmaker-0.92.0-r3
+ || ( (
+ x11-libs/libX11
+ x11-libs/libXft
+ x11-libs/libXmu
+ x11-libs/libPropList
+ x11-libs/libXpm
+ x11-libs/libXext
+ x11-libs/libXrender
+ x11-libs/libXt
+ x11-libs/libSM
+ x11-libs/libICE
+ x11-libs/libXau
+ x11-libs/libXdmcp
+ x11-proto/xproto
+ x11-proto/xextproto )
+ virtual/x11 )
+ media-libs/tiff
+ media-libs/libpng
+ media-libs/jpeg
+ media-libs/giflib
+ media-libs/libpng
+ media-libs/fontconfig
+ media-libs/freetype
+ dev-libs/expat
+ sys-libs/zlib"
S="${WORKDIR}/${MY_PN}.app-${PV}"