diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-09-27 02:55:40 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-09-27 02:55:40 +0000 |
commit | 8b2c01f2e299f427d09ee1456d75380c0c209fbb (patch) | |
tree | 615ab2b5ff35dadcd85d7ac32cd5bf1639355a01 /x11-wm | |
parent | fixing invalid atoms (diff) | |
download | gentoo-2-8b2c01f2e299f427d09ee1456d75380c0c209fbb.tar.gz gentoo-2-8b2c01f2e299f427d09ee1456d75380c0c209fbb.tar.bz2 gentoo-2-8b2c01f2e299f427d09ee1456d75380c0c209fbb.zip |
Removed STLport of DEPEND. This closes bug #65111.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wmi/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/wmi/wmi-7.ebuild | 5 | ||||
-rw-r--r-- | x11-wm/wmi/wmi-8.ebuild | 5 | ||||
-rw-r--r-- | x11-wm/wmi/wmi-9.ebuild | 5 |
4 files changed, 11 insertions, 10 deletions
diff --git a/x11-wm/wmi/ChangeLog b/x11-wm/wmi/ChangeLog index d0742a45f10f..8646967a9001 100644 --- a/x11-wm/wmi/ChangeLog +++ b/x11-wm/wmi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/wmi # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmi/ChangeLog,v 1.7 2004/08/30 19:19:31 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmi/ChangeLog,v 1.8 2004/09/27 02:55:40 usata Exp $ + + 27 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> wmi-7.ebuild, wmi-8.ebuild, + wmi-9.ebuild: + Removed STLport of DEPEND. This closes bug #65111. 30 Aug 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> wmi-7.ebuild, wmi-8.ebuild, wmi-9.ebuild: diff --git a/x11-wm/wmi/wmi-7.ebuild b/x11-wm/wmi/wmi-7.ebuild index 3c261b915cd8..31e017feb9d8 100644 --- a/x11-wm/wmi/wmi-7.ebuild +++ b/x11-wm/wmi/wmi-7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmi/wmi-7.ebuild,v 1.6 2004/08/30 19:19:31 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmi/wmi-7.ebuild,v 1.7 2004/09/27 02:55:40 usata Exp $ DESCRIPTION="WMI is a new window manager for X11, which combines the best features of larswm, ion, evilwm and ratpoison into one window manager." HOMEPAGE="http://wmi.berlios.de/" @@ -11,8 +11,7 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="" -DEPEND="virtual/x11 - dev-libs/STLport" +DEPEND="virtual/x11" src_install () { make DESTDIR=${D} install || die diff --git a/x11-wm/wmi/wmi-8.ebuild b/x11-wm/wmi/wmi-8.ebuild index bca3e3cfb703..feafb9001378 100644 --- a/x11-wm/wmi/wmi-8.ebuild +++ b/x11-wm/wmi/wmi-8.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmi/wmi-8.ebuild,v 1.3 2004/08/30 19:19:31 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmi/wmi-8.ebuild,v 1.4 2004/09/27 02:55:40 usata Exp $ DESCRIPTION="WMI is a new window manager for X11, which combines the best features of larswm, ion, evilwm and ratpoison into one window manager." SRC_URI="http://download.berlios.de/wmi/${P}.tar.gz" HOMEPAGE="http://wmi.berlios.de/" LICENSE="as-is" -DEPEND="virtual/x11 - dev-libs/STLport" +DEPEND="virtual/x11" KEYWORDS="x86 ppc" SLOT="0" IUSE="" diff --git a/x11-wm/wmi/wmi-9.ebuild b/x11-wm/wmi/wmi-9.ebuild index 01bfe74012bc..962ec6fe7915 100644 --- a/x11-wm/wmi/wmi-9.ebuild +++ b/x11-wm/wmi/wmi-9.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmi/wmi-9.ebuild,v 1.2 2004/08/30 19:19:31 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmi/wmi-9.ebuild,v 1.3 2004/09/27 02:55:40 usata Exp $ DESCRIPTION="WMI is a new window manager for X11, which combines the best features of larswm, ion, evilwm and ratpoison into one window manager." SRC_URI="http://download.berlios.de/wmi/${P}.tar.gz" HOMEPAGE="http://wmi.berlios.de/" LICENSE="as-is" DEPEND="virtual/x11 - dev-libs/STLport dev-libs/expat media-libs/fontconfig media-libs/freetype" -KEYWORDS="~x86 ppc" +KEYWORDS="x86 ppc" SLOT="0" IUSE="" |