diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-04-08 07:24:51 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-04-08 07:24:51 +0000 |
commit | 3467a2b2bd3e95fc69077629079081482693ee89 (patch) | |
tree | d8ab8a596f73ecfbe3c64f3d24bfa56d46edcd35 | |
parent | Wiped out older version... (diff) | |
download | historical-3467a2b2bd3e95fc69077629079081482693ee89.tar.gz historical-3467a2b2bd3e95fc69077629079081482693ee89.tar.bz2 historical-3467a2b2bd3e95fc69077629079081482693ee89.zip |
Wiped out older version.
Package-Manager: portage-2.0.51.19
-rw-r--r-- | x11-plugins/wmSMPmon/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmSMPmon/files/digest-wmSMPmon-2.2 | 1 | ||||
-rw-r--r-- | x11-plugins/wmSMPmon/wmSMPmon-2.2.ebuild | 37 |
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 -} |