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 | eac71b1824f71575e119ad65eead5024312984c1 (patch) | |
tree | 73492cac753b4378f60ce7a136bf5e8f327b10d9 | |
parent | amd64 (diff) | |
download | historical-eac71b1824f71575e119ad65eead5024312984c1.tar.gz historical-eac71b1824f71575e119ad65eead5024312984c1.tar.bz2 historical-eac71b1824f71575e119ad65eead5024312984c1.zip |
Initial import of 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..0b6496581be4 --- /dev/null +++ b/x11-plugins/wmdiskmon/Manifest @@ -0,0 +1,4 @@ +MD5 1e9b0f2c2072df91f75aa925ab21d5dc wmdiskmon-0.0.1.ebuild 624 +MD5 b2f04d3362262464d16c6e452a405b66 ChangeLog 372 +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 +} |