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 | 930e9c2a80eefd2456046e0978249bac8fead9ad (patch) | |
tree | 387b3e40d85641b25129f80c5463d1c89d220127 /x11-wm | |
parent | fixing invalid atoms (diff) | |
download | historical-930e9c2a80eefd2456046e0978249bac8fead9ad.tar.gz historical-930e9c2a80eefd2456046e0978249bac8fead9ad.tar.bz2 historical-930e9c2a80eefd2456046e0978249bac8fead9ad.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/Manifest | 10 | ||||
-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 |
5 files changed, 16 insertions, 15 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/Manifest b/x11-wm/wmi/Manifest index 1a9a8959dde4..86568a1a9387 100644 --- a/x11-wm/wmi/Manifest +++ b/x11-wm/wmi/Manifest @@ -1,9 +1,9 @@ -MD5 67115f1d7f65195cd702790c2b10a3de ChangeLog 1356 +MD5 4bbd087d168384d974ecab290885fb46 ChangeLog 1500 MD5 3113eb62900633d059d2bcbad0ef8f7e metadata.xml 343 -MD5 674be4920a94a4f1f186cbb486253a2d wmi-7.ebuild 805 -MD5 c4f53815663329c3d4b7aec9a6828c99 wmi-8.ebuild 920 -MD5 60501394b8f7c75413d9601f42e02555 wmi-9.ebuild 1067 +MD5 d2d9fe1afa78aacf3ae6ec8442d024c2 wmi-7.ebuild 784 +MD5 83f6c87f2f00d47ac6328c805c15b9a5 wmi-8.ebuild 899 +MD5 52dfd2f30501eecf59fb99dac167c5db wmi-9.ebuild 1045 +MD5 f7f19525d1f04d7c2f698e824bca26b8 files/digest-wmi-9 57 MD5 7e7e0f0cf7b852e02aad5dfe5dbc5946 files/digest-wmi-7 57 MD5 e2f23f9622809956fd3bab1ca3ab5464 files/digest-wmi-8 57 -MD5 f7f19525d1f04d7c2f698e824bca26b8 files/digest-wmi-9 57 MD5 607f0418f6681898ac8da1fbe4e8b6e7 files/wmi.desktop 112 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="" |