diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-06-22 20:08:27 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-06-22 20:08:27 +0000 |
commit | 05b58bd6366767f2263b10a098b9a84fda544e52 (patch) | |
tree | b8af299cf49f16953d1ccf93dd2f7859b861106c /x11-plugins/wmdiskmon | |
parent | amd64 (Manifest recommit) (diff) | |
download | gentoo-2-05b58bd6366767f2263b10a098b9a84fda544e52.tar.gz gentoo-2-05b58bd6366767f2263b10a098b9a84fda544e52.tar.bz2 gentoo-2-05b58bd6366767f2263b10a098b9a84fda544e52.zip |
Initial import of x11-plugins/wmdiskmon
Diffstat (limited to 'x11-plugins/wmdiskmon')
-rw-r--r-- | x11-plugins/wmdiskmon/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/wmdiskmon/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmdiskmon/files/digest-wmdiskmon-0.0.1 | 1 | ||||
-rw-r--r-- | x11-plugins/wmdiskmon/metadata.xml | 8 | ||||
-rw-r--r-- | x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild | 23 |
5 files changed, 45 insertions, 0 deletions
diff --git a/x11-plugins/wmdiskmon/ChangeLog b/x11-plugins/wmdiskmon/ChangeLog new file mode 100644 index 000000000000..24f7643617f0 --- /dev/null +++ b/x11-plugins/wmdiskmon/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/ChangeLog,v 1.1 2004/06/22 20:08:27 s4t4n Exp $ + +*wmdiskmon-0.0.1 (22 Jun 2004) + + 02 Jun 2004; Michele Noberasco <s4t4n@gentoo.org> wmdiskmon-0.0.1.ebuild: + Initial import. Closes bug #44612. + diff --git a/x11-plugins/wmdiskmon/Manifest b/x11-plugins/wmdiskmon/Manifest new file mode 100644 index 000000000000..5dacad50dabb --- /dev/null +++ b/x11-plugins/wmdiskmon/Manifest @@ -0,0 +1,4 @@ +MD5 9223da12ff2818388d2f371d19b7abbc wmdiskmon-0.0.1.ebuild 519 +MD5 608fdd2f0f6696494bba8c56640f4625 ChangeLog 280 +MD5 5a911acf5f3d1a8e9877487700a830de metadata.xml 251 +MD5 630236cddf69bb537e5b04c4cc34406c files/digest-wmdiskmon-0.0.1 66 diff --git a/x11-plugins/wmdiskmon/files/digest-wmdiskmon-0.0.1 b/x11-plugins/wmdiskmon/files/digest-wmdiskmon-0.0.1 new file mode 100644 index 000000000000..95c9195a3b01 --- /dev/null +++ b/x11-plugins/wmdiskmon/files/digest-wmdiskmon-0.0.1 @@ -0,0 +1 @@ +MD5 811ce73b8c562dfddc2cff1b014cceb2 wmdiskmon-0.0.1.tar.gz 91956 diff --git a/x11-plugins/wmdiskmon/metadata.xml b/x11-plugins/wmdiskmon/metadata.xml new file mode 100644 index 000000000000..fa688230c4e8 --- /dev/null +++ b/x11-plugins/wmdiskmon/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>desktop-dock</herd> +<longdescription> +Window Maker dockapp to display disk space usage +</longdescription> +</pkgmetadata> diff --git a/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild b/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild new file mode 100644 index 000000000000..35a6e7426ab7 --- /dev/null +++ b/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild,v 1.1 2004/06/22 20:08:27 s4t4n Exp $ + +inherit eutils + +IUSE="" + +DESCRIPTION="Window Maker dockapp to display disk space usage." +SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz" +HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html" + +SLOT="0" +KEYWORDS="~x86" +LICENSE="GPL-2" + +DEPEND="virtual/x11" + +src_install () { + einstall || die "Installation failed" + + dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO +} |