diff options
author | Ian Leitch <port001@gentoo.org> | 2004-02-07 04:23:28 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2004-02-07 04:23:28 +0000 |
commit | e1ff0917296a83a6bfd5c2abdea10a491a9a859b (patch) | |
tree | 6e393903ed03a7ad4213fa3f6494dd319d5eada1 /x11-plugins/wmdf | |
parent | Moving to x11-plugins/wmdf (diff) | |
download | gentoo-2-e1ff0917296a83a6bfd5c2abdea10a491a9a859b.tar.gz gentoo-2-e1ff0917296a83a6bfd5c2abdea10a491a9a859b.tar.bz2 gentoo-2-e1ff0917296a83a6bfd5c2abdea10a491a9a859b.zip |
Moved from x11-misc/wmdf to x11-plugins/wmdf.
Diffstat (limited to 'x11-plugins/wmdf')
-rw-r--r-- | x11-plugins/wmdf/ChangeLog | 16 | ||||
-rw-r--r-- | x11-plugins/wmdf/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmdf/files/digest-wmdf-0.1.6 | 1 | ||||
-rw-r--r-- | x11-plugins/wmdf/metadata.xml | 5 | ||||
-rw-r--r-- | x11-plugins/wmdf/wmdf-0.1.6.ebuild | 25 |
5 files changed, 51 insertions, 0 deletions
diff --git a/x11-plugins/wmdf/ChangeLog b/x11-plugins/wmdf/ChangeLog new file mode 100644 index 000000000000..31b63f0c909c --- /dev/null +++ b/x11-plugins/wmdf/ChangeLog @@ -0,0 +1,16 @@ +# ChangeLog for x11-misc/wmdf +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdf/ChangeLog,v 1.1 2004/02/07 04:23:27 port001 Exp $ + +*wmdf-0.1.6 (07 Feb 2004) + + 07 Feb 2004; Ian Leitch <port001@gentoo.org> metadata.xml, + wmdf-0.1.6.ebuild: + Moved from x11-misc/wmdf to x11-plugins/wmdf. + +*wmdf-0.1.6 (16 Dec 2003) + + 16 Dec 2003; Ian Leitch <port001@gentoo.org> wmdf-0.1.6.ebuild: + Initial commit, thanks to Jeff Stuart <jstuart@computer-city.net> for the + original ebuild - bumped and corrected. #21286 + diff --git a/x11-plugins/wmdf/Manifest b/x11-plugins/wmdf/Manifest new file mode 100644 index 000000000000..4722d3a933e5 --- /dev/null +++ b/x11-plugins/wmdf/Manifest @@ -0,0 +1,4 @@ +MD5 065dc15f0032975a0dcbef69b3bc808a ChangeLog 428 +MD5 f459e4bcc2f16c31e3676633563e0314 wmdf-0.1.6.ebuild 661 +MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173 +MD5 f12992b80bc1875d12e86a74a6496923 files/digest-wmdf-0.1.6 62 diff --git a/x11-plugins/wmdf/files/digest-wmdf-0.1.6 b/x11-plugins/wmdf/files/digest-wmdf-0.1.6 new file mode 100644 index 000000000000..66ab718a895f --- /dev/null +++ b/x11-plugins/wmdf/files/digest-wmdf-0.1.6 @@ -0,0 +1 @@ +MD5 159bf4bbf90eaffcf8db53d7e1e57a35 wmdf-0.1.6.tar.gz 119388 diff --git a/x11-plugins/wmdf/metadata.xml b/x11-plugins/wmdf/metadata.xml new file mode 100644 index 000000000000..2518313f5241 --- /dev/null +++ b/x11-plugins/wmdf/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>desktop-misc</herd> +</pkgmetadata> diff --git a/x11-plugins/wmdf/wmdf-0.1.6.ebuild b/x11-plugins/wmdf/wmdf-0.1.6.ebuild new file mode 100644 index 000000000000..2fc98520ea50 --- /dev/null +++ b/x11-plugins/wmdf/wmdf-0.1.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdf/wmdf-0.1.6.ebuild,v 1.1 2004/02/07 04:23:27 port001 Exp $ + +IUSE="" + +DESCRIPTION="An app to monitor disk space on partitions" +SRC_URI="http://dockapps.org/download.php/id/359/${P}.tar.gz" +HOMEPAGE="http://dockapps.org/file.php/id/175" + +DEPEND="virtual/x11" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +src_compile() { + econf || die "Configure failed" + emake || die "Make failed" +} + +src_install() { + einstall || die "Install failed" + dodoc README AUTHORS COPYING ChangeLog NEWS THANKS TODO INSTALL +} |