summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2008-02-12 16:13:13 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2008-02-12 16:13:13 +0000
commitacef9dd91811f1f760f87fbfc4fec589a52dc9b6 (patch)
tree5fe1b37b1bf6852a2ef10d9cf35ae794192716af /x11-plugins
parentRevision bump, see bug #207804. (diff)
downloadgentoo-2-acef9dd91811f1f760f87fbfc4fec589a52dc9b6.tar.gz
gentoo-2-acef9dd91811f1f760f87fbfc4fec589a52dc9b6.tar.bz2
gentoo-2-acef9dd91811f1f760f87fbfc4fec589a52dc9b6.zip
Wiped out oldest version.
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmSMPmon/ChangeLog6
-rw-r--r--x11-plugins/wmSMPmon/wmSMPmon-2.3.ebuild37
2 files changed, 4 insertions, 39 deletions
diff --git a/x11-plugins/wmSMPmon/ChangeLog b/x11-plugins/wmSMPmon/ChangeLog
index 776bfbc024cf..d11b55f4080c 100644
--- a/x11-plugins/wmSMPmon/ChangeLog
+++ b/x11-plugins/wmSMPmon/ChangeLog
@@ -1,11 +1,13 @@
# ChangeLog for x11-plugins/wmSMPmon
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSMPmon/ChangeLog,v 1.16 2008/02/12 16:10:43 s4t4n Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSMPmon/ChangeLog,v 1.17 2008/02/12 16:13:13 s4t4n Exp $
*wmSMPmon-3.1-r1 (12 Feb 2008)
12 Feb 2008; Michele Noberasco <s4t4n@gentoo.org> +wmSMPmon-3.1-r1.ebuild:
Revision bump, see bug #207804.
+ -wmSMPmon-2.3.ebuild:
+ Wiped out older version.
22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; wmSMPmon-2.3.ebuild,
wmSMPmon-3.1.ebuild:
diff --git a/x11-plugins/wmSMPmon/wmSMPmon-2.3.ebuild b/x11-plugins/wmSMPmon/wmSMPmon-2.3.ebuild
deleted file mode 100644
index 985ad1e9521a..000000000000
--- a/x11-plugins/wmSMPmon/wmSMPmon-2.3.ebuild
+++ /dev/null
@@ -1,37 +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/wmSMPmon/wmSMPmon-2.3.ebuild,v 1.6 2007/07/22 05:33:14 dberkholz Exp $
-
-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"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-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
-}