summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-04-08 07:24:51 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-04-08 07:24:51 +0000
commitff8221a2c77b2d03f9f35a861f1afbbb94b9d0c3 (patch)
tree14583b140f7787a2ff60764a39712f31073fd3f8 /x11-plugins
parentWiped out older version... (diff)
downloadgentoo-2-ff8221a2c77b2d03f9f35a861f1afbbb94b9d0c3.tar.gz
gentoo-2-ff8221a2c77b2d03f9f35a861f1afbbb94b9d0c3.tar.bz2
gentoo-2-ff8221a2c77b2d03f9f35a861f1afbbb94b9d0c3.zip
Wiped out older version.
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmSMPmon/ChangeLog5
-rw-r--r--x11-plugins/wmSMPmon/files/digest-wmSMPmon-2.21
-rw-r--r--x11-plugins/wmSMPmon/wmSMPmon-2.2.ebuild37
3 files changed, 4 insertions, 39 deletions
diff --git a/x11-plugins/wmSMPmon/ChangeLog b/x11-plugins/wmSMPmon/ChangeLog
index ed994c98b506..34880cc01397 100644
--- a/x11-plugins/wmSMPmon/ChangeLog
+++ b/x11-plugins/wmSMPmon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmSMPmon
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSMPmon/ChangeLog,v 1.7 2005/04/07 17:09:58 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSMPmon/ChangeLog,v 1.8 2005/04/08 07:24:51 s4t4n Exp $
+
+ 08 Apr 2005; Michele Noberasco <s4t4n@gentoo.org> wmSMPmon-2.2.ebuild:
+ Wiped out older version...
07 Apr 2005; Simon Stelling <blubb@gentoo.org> wmSMPmon-2.3.ebuild:
stable on amd64
diff --git a/x11-plugins/wmSMPmon/files/digest-wmSMPmon-2.2 b/x11-plugins/wmSMPmon/files/digest-wmSMPmon-2.2
deleted file mode 100644
index 76ef682798e6..000000000000
--- a/x11-plugins/wmSMPmon/files/digest-wmSMPmon-2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1c4c1729f87082002c2f196a96b9e7d1 wmSMPmon-2.2.tar.gz 25464
diff --git a/x11-plugins/wmSMPmon/wmSMPmon-2.2.ebuild b/x11-plugins/wmSMPmon/wmSMPmon-2.2.ebuild
deleted file mode 100644
index d72ca7ab31a4..000000000000
--- a/x11-plugins/wmSMPmon/wmSMPmon-2.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSMPmon/wmSMPmon-2.2.ebuild,v 1.10 2005/02/08 13:07:41 s4t4n Exp $
-
-S="${WORKDIR}/${PN}-2.x"
-
-IUSE=""
-DESCRIPTION="SMP system monitor dockapp"
-HOMEPAGE="http://goupilfr.org/?soft=wmsmpmon"
-SRC_URI="http://goupilfr.org/arch/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64"
-
-DEPEND="virtual/libc
- virtual/x11
- >=sys-apps/sed-4"
-
-S="${WORKDIR}/${PN}-2.x/${PN}"
-
-src_unpack()
-{
- unpack ${A}
- cd ${S}
- sed -i -e "s:-Wall -O3 -m486:${CFLAGS}:" Makefile
-}
-
-src_compile()
-{
- make || die "make failed"
-}
-
-src_install()
-{
- dobin wmSMPmon
-}