diff options
author | Ian Leitch <port001@gentoo.org> | 2003-12-16 04:52:54 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2003-12-16 04:52:54 +0000 |
commit | 6e2bcf3692c8ba5a580d8644539d159486108384 (patch) | |
tree | 423bc6722674ba4cd37da643af2c6d8e891fa767 /x11-misc | |
parent | Initial commit, thanks to Jeff Stuart <jstuart@computer-city.net> for the ori... (diff) | |
download | gentoo-2-6e2bcf3692c8ba5a580d8644539d159486108384.tar.gz gentoo-2-6e2bcf3692c8ba5a580d8644539d159486108384.tar.bz2 gentoo-2-6e2bcf3692c8ba5a580d8644539d159486108384.zip |
Initial commit, thanks to Jeff Stuart <jstuart@computer-city.net> for the original ebuild - bumped and corrected. #21286
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/wmdf/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/wmdf/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/wmdf/files/digest-wmdf-0.1.6 | 1 | ||||
-rw-r--r-- | x11-misc/wmdf/metadata.xml | 5 | ||||
-rw-r--r-- | x11-misc/wmdf/wmdf-0.1.6.ebuild | 25 |
5 files changed, 44 insertions, 1 deletions
diff --git a/x11-misc/wmdf/ChangeLog b/x11-misc/wmdf/ChangeLog new file mode 100644 index 000000000000..fd7122ac638f --- /dev/null +++ b/x11-misc/wmdf/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-misc/wmdf +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmdf/ChangeLog,v 1.1 2003/12/16 04:52:46 port001 Exp $ + +*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-misc/wmdf/Manifest b/x11-misc/wmdf/Manifest index 9ad4ea238c16..4722d3a933e5 100644 --- a/x11-misc/wmdf/Manifest +++ b/x11-misc/wmdf/Manifest @@ -1,2 +1,4 @@ -MD5 44918a5c6ecf0f3d1ab825999c57d7a7 wmdf-0.1.6.ebuild 655 +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-misc/wmdf/files/digest-wmdf-0.1.6 b/x11-misc/wmdf/files/digest-wmdf-0.1.6 new file mode 100644 index 000000000000..66ab718a895f --- /dev/null +++ b/x11-misc/wmdf/files/digest-wmdf-0.1.6 @@ -0,0 +1 @@ +MD5 159bf4bbf90eaffcf8db53d7e1e57a35 wmdf-0.1.6.tar.gz 119388 diff --git a/x11-misc/wmdf/metadata.xml b/x11-misc/wmdf/metadata.xml new file mode 100644 index 000000000000..2518313f5241 --- /dev/null +++ b/x11-misc/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-misc/wmdf/wmdf-0.1.6.ebuild b/x11-misc/wmdf/wmdf-0.1.6.ebuild new file mode 100644 index 000000000000..ba098d7b7f42 --- /dev/null +++ b/x11-misc/wmdf/wmdf-0.1.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmdf/wmdf-0.1.6.ebuild,v 1.1 2003/12/16 04:52:46 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 +} |