diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-01-18 08:28:49 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-01-18 08:28:49 +0000 |
commit | a724ebd4b35d87a1f8d0f33afee3be5022954e63 (patch) | |
tree | 3e030cbcb7f28adcdf120a39bf7169e37e52f466 /x11-plugins | |
parent | cleaned up (diff) | |
download | historical-a724ebd4b35d87a1f8d0f33afee3be5022954e63.tar.gz historical-a724ebd4b35d87a1f8d0f33afee3be5022954e63.tar.bz2 historical-a724ebd4b35d87a1f8d0f33afee3be5022954e63.zip |
removed windowmaker dependency
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmSpaceWeather/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild | 17 | ||||
-rw-r--r-- | x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild | 12 | ||||
-rw-r--r-- | x11-plugins/wmmon/ChangeLog | 11 | ||||
-rw-r--r-- | x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-plugins/wmpop3lb/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild | 22 |
7 files changed, 39 insertions, 42 deletions
diff --git a/x11-plugins/wmSpaceWeather/ChangeLog b/x11-plugins/wmSpaceWeather/ChangeLog index e6f2b3982fe4..9144287ffdf5 100644 --- a/x11-plugins/wmSpaceWeather/ChangeLog +++ b/x11-plugins/wmSpaceWeather/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for x11-plugins/wmSpaceWeather # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSpaceWeather/ChangeLog,v 1.1 2002/10/08 14:30:47 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSpaceWeather/ChangeLog,v 1.2 2003/01/18 08:22:20 seemant Exp $ *wmSpaceWeather-1.04 (08 Oct 2002) + 18 Jan 2003; Seemant Kulleen <seemant@gentoo.org> + wmSpaceWeather-1.04.ebuild : + + Removed spurious dependency on WindowMaker. + 08 Oct 2002; Nick Hadaway <raker@gentoo.org> wmSpaceWeather-1.04.ebuild, files/digest-wmSpaceWeather-1.04 : New ebuild. See bug #5037 diff --git a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild index 9903149fc86f..b7f9240a9cad 100644 --- a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild +++ b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild @@ -1,37 +1,30 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild,v 1.2 2002/10/20 18:55:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild,v 1.3 2003/01/18 08:22:20 seemant Exp $ IUSE="" -S="${WORKDIR}/${P}" - +S=${WORKDIR}/${P} DESCRIPTION="dockapp showing weather at geosynchronous orbit." HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz" -LICENSE="GPL-2" SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86" -DEPEND="virtual/glibc - sys-devel/perl - virtual/x11 - x11-wm/WindowMaker" +DEPEND="sys-devel/perl + virtual/x11" src_compile() { - emake -C wmSpaceWeather clean || die "make clean failed" COPTS=${CFLAGS} emake -C wmSpaceWeather \ || die "parallel make failed" - } src_install() { - dobin wmSpaceWeather/wmSpaceWeather wmSpaceWeather/GetKp doman wmSpaceWeather/wmSpaceWeather.1 dodoc BUGS CHANGES HINTS README - } diff --git a/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild b/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild index 2be46dfd42d6..cbc362bcbf24 100644 --- a/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild +++ b/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild @@ -1,22 +1,22 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild,v 1.1 2002/10/24 19:19:06 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild,v 1.2 2003/01/18 08:28:49 seemant Exp $ + +IUSE="" MY_P="${P/_/}" -S="${WORKDIR}/${MY_P}" +S=${WORKDIR}/${MY_P} DESCRIPTION="WindowMaker dockapp that displays cpu usage as a dancing flame" SRC_URI="http://staff.xmms.org/zinx/misc/${MY_P}.tar.gz" HOMEPAGE="http://staff.xmms.org/zinx/misc" -DEPEND="virtual/x11 x11-wm/WindowMaker virtual/glibc" +DEPEND="virtual/x11" -LICENSE="GPL-2" SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86" -IUSE="" - src_compile() { local myconf="--with-x"; diff --git a/x11-plugins/wmmon/ChangeLog b/x11-plugins/wmmon/ChangeLog index 22e09be91af2..ef812f8a0c08 100644 --- a/x11-plugins/wmmon/ChangeLog +++ b/x11-plugins/wmmon/ChangeLog @@ -1,11 +1,16 @@ # ChangeLog for x11-plugins/wmmon # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/ChangeLog,v 1.3 2002/12/13 11:00:58 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/ChangeLog,v 1.4 2003/01/18 08:24:25 seemant Exp $ - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - *wmmon-1.0_beta2-r1 (9-Feb-2002) + 18 Jan 2003; Seemant Kulleen <seemant@gentoo.org> + wmmon-1.0_beta2-r1.ebuild : + + Removed spurious dependency on WindowMaker + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : Relocated to x11-plugins diff --git a/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild b/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild index 5e8b06749295..db556698b193 100644 --- a/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild +++ b/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild,v 1.3 2002/12/09 04:41:59 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild,v 1.4 2003/01/18 08:24:25 seemant Exp $ S="${WORKDIR}/wmmon.app" DESCRIPTION="Dockable system resources monitor applette for WindowMaker" @@ -8,11 +8,11 @@ WMMON_VERSION=1_0b2 SRC_URI="http://rpig.dyndns.org/~anstinus/Linux/wmmon-${WMMON_VERSION}.tar.gz" HOMEPAGE="http://www.bensinclair.com/dockapp/" -DEPEND="x11-wm/WindowMaker" +DEPEND="virtual/x11" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" src_unpack() { unpack "${A}" diff --git a/x11-plugins/wmpop3lb/ChangeLog b/x11-plugins/wmpop3lb/ChangeLog index 0f23c0d0931a..7b53f3c4f9f7 100644 --- a/x11-plugins/wmpop3lb/ChangeLog +++ b/x11-plugins/wmpop3lb/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for x11-plugins/wmpop3lb # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3lb/ChangeLog,v 1.1 2002/10/08 14:43:18 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3lb/ChangeLog,v 1.2 2003/01/18 08:27:31 seemant Exp $ wmpop3lb-2.4.2 (08 Oct 2002) + 18 Jan 2003; Seeemant Kulleen <seemant@gentoo.org> wmpop3lb-2.4.2.ebuild : + + Removed spurious dependency on WindowMaker. + 08 Oct 2002; Nick Hadaway <raker@gentoo.org> wmpop3lb-2.4.2.ebuild, files/digest-wmpop3lbp-2.4.2 : New ebuild. See bug #5044 diff --git a/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild b/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild index af500ceffeb5..df1da7bb08a5 100644 --- a/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild +++ b/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild @@ -1,44 +1,34 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild,v 1.2 2002/10/20 18:55:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild,v 1.3 2003/01/18 08:27:31 seemant Exp $ IUSE="" -VERSION=2.4.2 -S=${WORKDIR}/wmpop3lb${VERSION} - +MY_P=${PN}${PV} +S=${WORKDIR}/${MY_P} DESCRIPTION="dockapp for checking up to 7 pop3 accounts" HOMEPAGE="http://wmpop3lb.jourdain.org" -SRC_URI="http://lbj.free.fr/wmpop3/wmpop3lb${VERSION}.tar.gz" +SRC_URI="http://lbj.free.fr/wmpop3/${MY_P}.tar.gz" -LICENSE="GPL-2" SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86" -DEPEND="virtual/glibc - virtual/x11 - x11-wm/WindowMaker" +DEPEND="virtual/x11" src_unpack() { - unpack ${A} cd ${S}/wmpop3 mv Makefile Makefile.orig sed -e "s:-g2 -D_DEBUG:${CFLAGS}:" Makefile.orig > Makefile - } src_compile() { - emake -C wmpop3 || die "parallel make failed" - } src_install() { - dobin wmpop3/wmpop3lb - dodoc CHANGE_LOG README - } |