summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-24 23:02:45 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-24 23:02:45 +0000
commita6a055c3d4f420368d7acedef1de200b2c725152 (patch)
treed1172ee058f6338117c8ff250f301506f94ab433 /x11-plugins/wmdeskguide
parentFixed DEPEND for modular X. (diff)
downloadgentoo-2-a6a055c3d4f420368d7acedef1de200b2c725152.tar.gz
gentoo-2-a6a055c3d4f420368d7acedef1de200b2c725152.tar.bz2
gentoo-2-a6a055c3d4f420368d7acedef1de200b2c725152.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmdeskguide')
-rw-r--r--x11-plugins/wmdeskguide/ChangeLog7
-rw-r--r--x11-plugins/wmdeskguide/wmdeskguide-0.2.ebuild11
2 files changed, 8 insertions, 10 deletions
diff --git a/x11-plugins/wmdeskguide/ChangeLog b/x11-plugins/wmdeskguide/ChangeLog
index a417328fa1a4..cbf7e57b58f4 100644
--- a/x11-plugins/wmdeskguide/ChangeLog
+++ b/x11-plugins/wmdeskguide/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmdeskguide
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdeskguide/ChangeLog,v 1.4 2004/11/24 05:23:30 weeve Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdeskguide/ChangeLog,v 1.5 2006/01/24 23:00:34 nelchael Exp $
+
+ 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmdeskguide-0.2.ebuild:
+ Fixed DEPEND for modular X.
23 Nov 2004; Jason Wever <weeve@gentoo.org> wmdeskguide-0.2.ebuild:
Added ~sparc keyword.
diff --git a/x11-plugins/wmdeskguide/wmdeskguide-0.2.ebuild b/x11-plugins/wmdeskguide/wmdeskguide-0.2.ebuild
index f9a83a388e57..7babdfe24b03 100644
--- a/x11-plugins/wmdeskguide/wmdeskguide-0.2.ebuild
+++ b/x11-plugins/wmdeskguide/wmdeskguide-0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdeskguide/wmdeskguide-0.2.ebuild,v 1.10 2004/11/24 05:23:30 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdeskguide/wmdeskguide-0.2.ebuild,v 1.11 2006/01/24 23:00:34 nelchael Exp $
MY_P=${P/deskg/DeskG}
S=${WORKDIR}/${MY_P}
@@ -9,8 +9,7 @@ DESCRIPTION="WMaker DockApp: GNOME 1.4 DeskGuide port for the Window Maker envir
SRC_URI="http://charybda.icm.edu.pl/~jarwyp/download/${MY_P}.tar.gz"
HOMEPAGE="http://charybda.icm.edu.pl/~jarwyp/"
-DEPEND="virtual/x11
- >=gnome-base/gnome-libs-1.4
+DEPEND=">=gnome-base/gnome-libs-1.4
>=media-libs/gdk-pixbuf-0.22.0
=x11-libs/gtk+-1.2*"
@@ -18,10 +17,6 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 amd64 ppc ~sparc"
-src_compile() {
- make
-}
-
src_install () {
dobin wmDeskGuide
}