From ae3239c86000edffa000828a08cc2162ce1562f9 Mon Sep 17 00:00:00 2001 From: Ian Leitch Date: Sat, 7 Feb 2004 04:23:28 +0000 Subject: Moved from x11-misc/wmdf to x11-plugins/wmdf. --- x11-plugins/wmdf/ChangeLog | 16 ++++++++++++++++ x11-plugins/wmdf/Manifest | 4 ++++ x11-plugins/wmdf/files/digest-wmdf-0.1.6 | 1 + x11-plugins/wmdf/metadata.xml | 5 +++++ x11-plugins/wmdf/wmdf-0.1.6.ebuild | 25 +++++++++++++++++++++++++ 5 files changed, 51 insertions(+) create mode 100644 x11-plugins/wmdf/ChangeLog create mode 100644 x11-plugins/wmdf/Manifest create mode 100644 x11-plugins/wmdf/files/digest-wmdf-0.1.6 create mode 100644 x11-plugins/wmdf/metadata.xml create mode 100644 x11-plugins/wmdf/wmdf-0.1.6.ebuild (limited to 'x11-plugins') 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 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 wmdf-0.1.6.ebuild: + Initial commit, thanks to Jeff Stuart 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 @@ + + + + desktop-misc + 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 +} -- cgit v1.2.3-65-gdbad