summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-06-19 03:45:16 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-06-19 03:45:16 +0000
commit4eafc62e665ca5dbc5232c7b94bc7d5aa1abb464 (patch)
tree8cfda7845acd5391138dfcdf28630ab00c9d5454 /x11-plugins/wmnd
parentadd missing IUSE; die instead of assert; tidy (Manifest recommit) (diff)
downloadgentoo-2-4eafc62e665ca5dbc5232c7b94bc7d5aa1abb464.tar.gz
gentoo-2-4eafc62e665ca5dbc5232c7b94bc7d5aa1abb464.tar.bz2
gentoo-2-4eafc62e665ca5dbc5232c7b94bc7d5aa1abb464.zip
QA - Add IUSE, don't assign default S, cleanup.
Diffstat (limited to 'x11-plugins/wmnd')
-rw-r--r--x11-plugins/wmnd/wmnd-0.4.3.ebuild11
-rw-r--r--x11-plugins/wmnd/wmnd-0.4.5-r1.ebuild10
-rw-r--r--x11-plugins/wmnd/wmnd-0.4.5.ebuild11
-rw-r--r--x11-plugins/wmnd/wmnd-0.4.7.ebuild7
4 files changed, 7 insertions, 32 deletions
diff --git a/x11-plugins/wmnd/wmnd-0.4.3.ebuild b/x11-plugins/wmnd/wmnd-0.4.3.ebuild
index 83de4c77acd7..34af5c8054f0 100644
--- a/x11-plugins/wmnd/wmnd-0.4.3.ebuild
+++ b/x11-plugins/wmnd/wmnd-0.4.3.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.3.ebuild,v 1.6 2003/10/16 16:10:23 drobbins Exp $
-
-S="${WORKDIR}/${P}"
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.3.ebuild,v 1.7 2004/06/19 03:45:16 kloeri Exp $
DESCRIPTION="WindowMaker Network Devices (dockapp)"
HOMEPAGE="http://www.hydra.ubiest.com/wmnd/"
@@ -10,21 +8,16 @@ SRC_URI="http://www.hydra.ubiest.com/wmnd/releases/wmnd-0.4.3.tar.gz"
LICENSE="GPL-2"
SLOT="0"
+IUSE=""
KEYWORDS="x86 sparc amd64"
DEPEND="virtual/x11"
-
src_compile() {
-
econf || die "configure failed"
-
emake || die "parallel make failed"
-
}
src_install() {
-
einstall || die "make install failed"
-
}
diff --git a/x11-plugins/wmnd/wmnd-0.4.5-r1.ebuild b/x11-plugins/wmnd/wmnd-0.4.5-r1.ebuild
index 08f6d64ef779..49fb6287a663 100644
--- a/x11-plugins/wmnd/wmnd-0.4.5-r1.ebuild
+++ b/x11-plugins/wmnd/wmnd-0.4.5-r1.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.5-r1.ebuild,v 1.2 2003/10/16 16:10:23 drobbins Exp $
-
-S="${WORKDIR}/${P}"
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.5-r1.ebuild,v 1.3 2004/06/19 03:45:16 kloeri Exp $
DESCRIPTION="WindowMaker Network Devices (dockapp)"
HOMEPAGE="http://www.yuv.info/wmnd/"
@@ -10,22 +8,18 @@ SRC_URI="http://www.yuv.info/wmnd/releases/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
+IUSE=""
KEYWORDS="x86 sparc amd64"
DEPEND="virtual/x11
x11-wm/windowmaker"
-
src_compile() {
-
econf || die "configure failed"
-
emake || die "parallel make failed"
-
}
src_install() {
-
einstall || die "make install failed"
dodoc README AUTHORS COPYING ChangeLog INSTALL NEWS TODO
diff --git a/x11-plugins/wmnd/wmnd-0.4.5.ebuild b/x11-plugins/wmnd/wmnd-0.4.5.ebuild
index 2dbb37ffca13..aa537394554c 100644
--- a/x11-plugins/wmnd/wmnd-0.4.5.ebuild
+++ b/x11-plugins/wmnd/wmnd-0.4.5.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.5.ebuild,v 1.2 2003/10/16 16:10:23 drobbins Exp $
-
-S="${WORKDIR}/${P}"
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.5.ebuild,v 1.3 2004/06/19 03:45:16 kloeri Exp $
DESCRIPTION="WindowMaker Network Devices (dockapp)"
HOMEPAGE="http://www.yuv.info/wmnd/"
@@ -10,22 +8,17 @@ SRC_URI="http://www.yuv.info/wmnd/releases/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
+IUSE=""
KEYWORDS="x86 sparc amd64"
DEPEND="virtual/x11
x11-wm/windowmaker"
-
src_compile() {
-
econf || die "configure failed"
-
emake || die "parallel make failed"
-
}
src_install() {
-
einstall || die "make install failed"
-
}
diff --git a/x11-plugins/wmnd/wmnd-0.4.7.ebuild b/x11-plugins/wmnd/wmnd-0.4.7.ebuild
index 559d320cfc95..f8f584dce8ff 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-2003 Gentoo Technologies, Inc.
# 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.5 2004/03/26 23:10:08 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.7.ebuild,v 1.6 2004/06/19 03:45:16 kloeri Exp $
IUSE=""
DESCRIPTION="WindowMaker Network Devices (dockapp)"
@@ -14,17 +14,12 @@ KEYWORDS="x86 ppc sparc amd64"
DEPEND="virtual/x11
x11-wm/windowmaker"
-
src_compile() {
-
econf || die "configure failed"
-
emake || die "parallel make failed"
-
}
src_install() {
-
einstall || die "make install failed"
dodoc README AUTHORS COPYING ChangeLog INSTALL NEWS TODO