summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2012-10-02 12:42:15 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2012-10-02 12:42:15 +0000
commite70370b8bead4d3a5bf54c18c5f3397219657feb (patch)
tree06a686063fcbcad4aad10bfa99118ce3970ca5d3 /x11-plugins/wmdiskmon
parentTypo. (diff)
downloadgentoo-2-e70370b8bead4d3a5bf54c18c5f3397219657feb.tar.gz
gentoo-2-e70370b8bead4d3a5bf54c18c5f3397219657feb.tar.bz2
gentoo-2-e70370b8bead4d3a5bf54c18c5f3397219657feb.zip
Version bump
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmdiskmon')
-rw-r--r--x11-plugins/wmdiskmon/ChangeLog10
-rw-r--r--x11-plugins/wmdiskmon/wmdiskmon-0.0.2.ebuild25
2 files changed, 32 insertions, 3 deletions
diff --git a/x11-plugins/wmdiskmon/ChangeLog b/x11-plugins/wmdiskmon/ChangeLog
index 3fc6cff7e495..b4bc144c254b 100644
--- a/x11-plugins/wmdiskmon/ChangeLog
+++ b/x11-plugins/wmdiskmon/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/wmdiskmon
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/ChangeLog,v 1.13 2009/06/04 00:11:31 tcunha Exp $
+# Copyright 2000-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/ChangeLog,v 1.14 2012/10/02 12:42:15 voyageur Exp $
+
+*wmdiskmon-0.0.2 (02 Oct 2012)
+
+ 02 Oct 2012; Bernard Cafarelli <voyageur@gentoo.org> +wmdiskmon-0.0.2.ebuild:
+ Version bump
04 Jun 2009; Tiago Cunha <tcunha@gentoo.org> wmdiskmon-0.0.1.ebuild:
stable sparc, bug 215651
@@ -38,4 +43,3 @@
22 Jun 2004; Michele Noberasco <s4t4n@gentoo.org> wmdiskmon-0.0.1.ebuild:
Initial import. Closes bug #44612.
-
diff --git a/x11-plugins/wmdiskmon/wmdiskmon-0.0.2.ebuild b/x11-plugins/wmdiskmon/wmdiskmon-0.0.2.ebuild
new file mode 100644
index 000000000000..6d4149e15dd5
--- /dev/null
+++ b/x11-plugins/wmdiskmon/wmdiskmon-0.0.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/wmdiskmon-0.0.2.ebuild,v 1.1 2012/10/02 12:42:15 voyageur Exp $
+
+EAPI=4
+DESCRIPTION="a dockapp to display disk space usage."
+HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html"
+SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}
+ x11-proto/xextproto
+ x11-libs/libXt"
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog THANKS TODO
+}