summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-01-16 14:13:10 +0000
committerSamuli Suominen <drac@gentoo.org>2008-01-16 14:13:10 +0000
commitf819d0d6d48edfc20645da0f440b701961aaf82b (patch)
tree67ff3842eafb648bacf8db0d14abc8d2f934a78d /x11-plugins/wmmemmon
parentVersion bump. (diff)
downloadgentoo-2-f819d0d6d48edfc20645da0f440b701961aaf82b.tar.gz
gentoo-2-f819d0d6d48edfc20645da0f440b701961aaf82b.tar.bz2
gentoo-2-f819d0d6d48edfc20645da0f440b701961aaf82b.zip
Version bump.
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins/wmmemmon')
-rw-r--r--x11-plugins/wmmemmon/ChangeLog10
-rw-r--r--x11-plugins/wmmemmon/files/digest-wmmemmon-1.0.2_pre23
-rw-r--r--x11-plugins/wmmemmon/wmmemmon-1.0.2_pre2.ebuild26
3 files changed, 37 insertions, 2 deletions
diff --git a/x11-plugins/wmmemmon/ChangeLog b/x11-plugins/wmmemmon/ChangeLog
index 81f1851562b4..0059fd24411c 100644
--- a/x11-plugins/wmmemmon/ChangeLog
+++ b/x11-plugins/wmmemmon/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/wmmemmon
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/ChangeLog,v 1.17 2007/07/22 04:52:21 dberkholz Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/ChangeLog,v 1.18 2008/01/16 14:13:09 drac Exp $
+
+*wmmemmon-1.0.2_pre2 (16 Jan 2008)
+
+ 16 Jan 2008; Samuli Suominen <drac@gentoo.org>
+ +wmmemmon-1.0.2_pre2.ebuild:
+ Version bump.
22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
wmmemmon-1.0.1.ebuild:
diff --git a/x11-plugins/wmmemmon/files/digest-wmmemmon-1.0.2_pre2 b/x11-plugins/wmmemmon/files/digest-wmmemmon-1.0.2_pre2
new file mode 100644
index 000000000000..ff085bd76069
--- /dev/null
+++ b/x11-plugins/wmmemmon/files/digest-wmmemmon-1.0.2_pre2
@@ -0,0 +1,3 @@
+MD5 ea788dcef28a58022e250d2aeecc813b wmmemmon-1.0.2pre2.tar.gz 147486
+RMD160 5bb86df44011f93f20187ee448f82f63113bbd0d wmmemmon-1.0.2pre2.tar.gz 147486
+SHA256 7d4095f0e08884600f90de8e0ee82632cec7b934b617f33f34b33d122d9056eb wmmemmon-1.0.2pre2.tar.gz 147486
diff --git a/x11-plugins/wmmemmon/wmmemmon-1.0.2_pre2.ebuild b/x11-plugins/wmmemmon/wmmemmon-1.0.2_pre2.ebuild
new file mode 100644
index 000000000000..bfe21ccdefc2
--- /dev/null
+++ b/x11-plugins/wmmemmon/wmmemmon-1.0.2_pre2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/wmmemmon-1.0.2_pre2.ebuild,v 1.1 2008/01/16 14:13:09 drac Exp $
+
+DESCRIPTION="a dockapp for monitoring memory and swap."
+HOMEPAGE="http://seiichisato.jp/dockapps"
+SRC_URI="http://seiichisato.jp/dockapps/src/${P/_/}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}
+ x11-proto/xextproto
+ x11-libs/libICE"
+
+S=${WORKDIR}/${P/_/}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc AUTHORS ChangeLog NEWS README THANKS TODO
+}