summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-29 13:31:36 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-29 13:31:36 +0000
commit2246faa4460f1b7afc7ce0f17b9adb5c41ba008f (patch)
tree353fa75d8a7c4c9a977d44ad9184c514c5673a1c /x11-plugins/wmupmon
parentversion bump, bug #219531 (diff)
downloadgentoo-2-2246faa4460f1b7afc7ce0f17b9adb5c41ba008f.tar.gz
gentoo-2-2246faa4460f1b7afc7ce0f17b9adb5c41ba008f.tar.bz2
gentoo-2-2246faa4460f1b7afc7ce0f17b9adb5c41ba008f.zip
old, quoting
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'x11-plugins/wmupmon')
-rw-r--r--x11-plugins/wmupmon/wmupmon-0.1.2.ebuild30
-rw-r--r--x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild17
-rw-r--r--x11-plugins/wmupmon/wmupmon-0.1.3.ebuild30
3 files changed, 5 insertions, 72 deletions
diff --git a/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild b/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild
deleted file mode 100644
index f21e7de52d09..000000000000
--- a/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild,v 1.9 2007/07/22 04:23:35 dberkholz Exp $
-
-DESCRIPTION="wmUpMon is a program to monitor your Uptime"
-HOMEPAGE="http://j-z-s.com/projects/index.php?project=wmupmon"
-SRC_URI="http://j-z-s.com/projects/downloads/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~sparc amd64 ppc ppc64"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXt
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-src_compile()
-{
- econf || die "configure failed"
- emake || die "parallel make failed"
-}
-
-src_install()
-{
- einstall || die "make install failed"
- dodoc AUTHORS README THANKS ChangeLog
-}
diff --git a/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild b/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild
index d7f1b647973e..e7271ca55b39 100644
--- a/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild
+++ b/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild,v 1.6 2008/06/26 17:06:17 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild,v 1.7 2008/06/29 13:31:36 drac Exp $
inherit eutils
DESCRIPTION="wmUpMon is a program to monitor your Uptime"
HOMEPAGE="http://j-z-s.com/projects/index.php?project=wmupmon"
SRC_URI="http://j-z-s.com/projects/downloads/${P}.tar.bz2"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 ~sparc x86"
@@ -21,19 +22,11 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
- cd ${S}
-
+ cd "${S}"
epatch "${FILESDIR}"/${P}-arraysize.patch
}
-src_compile()
-{
- econf || die "configure failed"
- emake || die "parallel make failed"
-}
-
-src_install()
-{
- einstall || die "make install failed"
+src_install() {
+ einstall || die "einstall failed."
dodoc AUTHORS README THANKS ChangeLog
}
diff --git a/x11-plugins/wmupmon/wmupmon-0.1.3.ebuild b/x11-plugins/wmupmon/wmupmon-0.1.3.ebuild
deleted file mode 100644
index 563f0c6c8abc..000000000000
--- a/x11-plugins/wmupmon/wmupmon-0.1.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3.ebuild,v 1.6 2007/07/22 04:23:35 dberkholz Exp $
-
-DESCRIPTION="wmUpMon is a program to monitor your Uptime"
-HOMEPAGE="http://j-z-s.com/projects/index.php?project=wmupmon"
-SRC_URI="http://j-z-s.com/projects/downloads/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXt
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-src_compile()
-{
- econf || die "configure failed"
- emake || die "parallel make failed"
-}
-
-src_install()
-{
- einstall || die "make install failed"
- dodoc AUTHORS README THANKS ChangeLog
-}