diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-16 21:52:59 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-16 21:52:59 +0000 |
commit | 0297e42729f9adf211915c6d3f7c134a98ba0284 (patch) | |
tree | 89364d2842f533a535c3ae238480a0639c2feb7a /x11-plugins | |
parent | error check sed; report emake not parallel make; tidy (diff) | |
download | historical-0297e42729f9adf211915c6d3f7c134a98ba0284.tar.gz historical-0297e42729f9adf211915c6d3f7c134a98ba0284.tar.bz2 historical-0297e42729f9adf211915c6d3f7c134a98ba0284.zip |
x11-plugins/wmnd no longer depends upon x11-wm/windowmaker
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmnd/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmnd/Manifest | 6 | ||||
-rw-r--r-- | x11-plugins/wmnd/wmnd-0.4.7.ebuild | 5 | ||||
-rw-r--r-- | x11-plugins/wmnd/wmnd-0.4.9.ebuild | 5 |
4 files changed, 13 insertions, 10 deletions
diff --git a/x11-plugins/wmnd/ChangeLog b/x11-plugins/wmnd/ChangeLog index 20e6ecadbf31..a4a5e31ded7e 100644 --- a/x11-plugins/wmnd/ChangeLog +++ b/x11-plugins/wmnd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/wmnd # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v 1.14 2004/06/30 11:51:43 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v 1.15 2004/07/16 21:52:59 s4t4n Exp $ + + + 16 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> + wmnd-0.4.9.ebuild, wmnd-0.4.7.ebuild: + No longer depend on x11-wm/windowmaker. 30 Jun 2004; Michele Noberasco <s4t4n@gentoo.org> wmnd-0.4.9.ebuild: Stable on x86. diff --git a/x11-plugins/wmnd/Manifest b/x11-plugins/wmnd/Manifest index 9ea59b7a475f..a0ad7def3edc 100644 --- a/x11-plugins/wmnd/Manifest +++ b/x11-plugins/wmnd/Manifest @@ -1,6 +1,6 @@ -MD5 19febf072bab1746ddae4f730b0714ac wmnd-0.4.7.ebuild 777 -MD5 97866da00c5044e35f9c4ec8e6bd886f wmnd-0.4.9.ebuild 793 -MD5 a3d95aa4f8e16afe8bca25397287783a ChangeLog 1632 +MD5 44ca17e3f49dcb723efaf630f7bd9b58 wmnd-0.4.7.ebuild 754 +MD5 152489c9fea4a7fc70ac9f759479b6db wmnd-0.4.9.ebuild 773 +MD5 ac867269abc6219e10350ef47a07bd82 ChangeLog 1768 MD5 35b06c646b51979b2022449f31d7a7ee metadata.xml 448 MD5 dfc7ac1fd7b7eda761495bff23b23bf6 files/digest-wmnd-0.4.7 62 MD5 56841c10775892442b56de81c10828b1 files/digest-wmnd-0.4.9 62 diff --git a/x11-plugins/wmnd/wmnd-0.4.7.ebuild b/x11-plugins/wmnd/wmnd-0.4.7.ebuild index 3f76d462d788..c98da27fed52 100644 --- a/x11-plugins/wmnd/wmnd-0.4.7.ebuild +++ b/x11-plugins/wmnd/wmnd-0.4.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-plugins/wmnd/wmnd-0.4.7.ebuild,v 1.8 2004/06/24 23:14:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.7.ebuild,v 1.9 2004/07/16 21:52:59 s4t4n Exp $ IUSE="" DESCRIPTION="WindowMaker Network Devices (dockapp)" @@ -11,8 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc amd64" -DEPEND="virtual/x11 - x11-wm/windowmaker" +DEPEND="virtual/x11" src_compile() { econf || die "configure failed" diff --git a/x11-plugins/wmnd/wmnd-0.4.9.ebuild b/x11-plugins/wmnd/wmnd-0.4.9.ebuild index 2f1969ef11ef..09333dc0cf78 100644 --- a/x11-plugins/wmnd/wmnd-0.4.9.ebuild +++ b/x11-plugins/wmnd/wmnd-0.4.9.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-plugins/wmnd/wmnd-0.4.9.ebuild,v 1.3 2004/06/30 11:51:43 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.9.ebuild,v 1.4 2004/07/16 21:52:59 s4t4n Exp $ inherit eutils @@ -13,8 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~amd64" -DEPEND="virtual/x11 - x11-wm/windowmaker" +DEPEND="virtual/x11" src_compile() { econf || die "configure failed" |