summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-08-02 11:04:39 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-08-02 11:04:39 +0000
commitf4971a7a429e2add4b9022634e7a7156404e3134 (patch)
tree3f749698032d5cb3e223c698540b79df8eed8355 /x11-plugins
parentFixing bug 59072 typo in description (Manifest recommit) (diff)
downloadgentoo-2-f4971a7a429e2add4b9022634e7a7156404e3134.tar.gz
gentoo-2-f4971a7a429e2add4b9022634e7a7156404e3134.tar.bz2
gentoo-2-f4971a7a429e2add4b9022634e7a7156404e3134.zip
x11-plugins/wmupmon-0.1.2 stable for x86. Wipe out old ebuilds.
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmupmon/ChangeLog7
-rw-r--r--x11-plugins/wmupmon/files/digest-wmupmon-0.1.1a1
-rw-r--r--x11-plugins/wmupmon/wmupmon-0.1.1a.ebuild32
-rw-r--r--x11-plugins/wmupmon/wmupmon-0.1.2.ebuild20
4 files changed, 13 insertions, 47 deletions
diff --git a/x11-plugins/wmupmon/ChangeLog b/x11-plugins/wmupmon/ChangeLog
index 7f1eb9c91c0a..bc8166590a03 100644
--- a/x11-plugins/wmupmon/ChangeLog
+++ b/x11-plugins/wmupmon/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/wmupmon
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/ChangeLog,v 1.6 2004/06/24 23:19:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/ChangeLog,v 1.7 2004/08/02 11:04:39 s4t4n Exp $
+
+ 02 Aug 2004; Michele Noberasco <s4t4n@gentoo.org> wmupmon-0.1.2.ebuild:
+ Ebuild clean up, stable on x86.
+ wmupmon-0.1.1a.ebuild:
+ Wipe out older version.
12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> wmupmon-0.1.2.ebuild:
Stable on amd64, remvoving S=.
diff --git a/x11-plugins/wmupmon/files/digest-wmupmon-0.1.1a b/x11-plugins/wmupmon/files/digest-wmupmon-0.1.1a
deleted file mode 100644
index 62f088f3a1c5..000000000000
--- a/x11-plugins/wmupmon/files/digest-wmupmon-0.1.1a
+++ /dev/null
@@ -1 +0,0 @@
-MD5 73b420353b2055947839e90228e83a5f wmupmon-0.1.1a.tar.bz2 110788
diff --git a/x11-plugins/wmupmon/wmupmon-0.1.1a.ebuild b/x11-plugins/wmupmon/wmupmon-0.1.1a.ebuild
deleted file mode 100644
index 95c58f37fdd7..000000000000
--- a/x11-plugins/wmupmon/wmupmon-0.1.1a.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.1a.ebuild,v 1.8 2004/06/24 23:19:11 agriffis Exp $
-
-DESCRIPTION="wmUpMon is a program to monitor your Uptime"
-HOMEPAGE="http://http://j-z-s.com/projects/index.php?project=wmupmon"
-SRC_URI="http://http://j-z-s.com/projects/downloads/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~sparc amd64"
-
-IUSE=""
-
-DEPEND="sys-devel/automake
- sys-devel/autoconf
- virtual/x11"
-
-
-src_compile() {
-
- # This is needed specifically for depcomp, which is necessary for
- # building wmupmon, but isn't included -- Is there a better way?
- #cp ${FILESDIR}/depcomp .
- econf || die "configure failed"
-
- emake || die "parallel make failed"
-}
-
-src_install() {
- einstall || die "make install failed"
- dodoc AUTHORS COPYING INSTALL README THANKS ChangeLog
-}
diff --git a/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild b/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild
index 335939a2e9cd..6d758fa258be 100644
--- a/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild
+++ b/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild
@@ -1,32 +1,26 @@
# Copyright 1999-2004 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.3 2004/06/24 23:19:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild,v 1.4 2004/08/02 11:04:39 s4t4n 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"
-
+KEYWORDS="x86 ~sparc amd64"
IUSE=""
-
DEPEND="sys-devel/automake
sys-devel/autoconf
virtual/x11"
-
-src_compile() {
-
- # This is needed specifically for depcomp, which is necessary for
- # building wmupmon, but isn't included -- Is there a better way?
- #cp ${FILESDIR}/depcomp .
+src_compile()
+{
econf || die "configure failed"
-
- emake || die "parallel make failed"
+ emake || die "parallel make failed"
}
-src_install() {
+src_install()
+{
einstall || die "make install failed"
dodoc AUTHORS COPYING INSTALL README THANKS ChangeLog
}