summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2004-02-07 04:22:14 +0000
committerIan Leitch <port001@gentoo.org>2004-02-07 04:22:14 +0000
commit831a79671d792cd2db575197fa2904556a66bb58 (patch)
treea30eb9fb4f88f2363dd42af2654fe24658b4742b /x11-misc
parentMakefile patch to allow compilation on systems without XFree86 installed. Cl... (diff)
downloadgentoo-2-831a79671d792cd2db575197fa2904556a66bb58.tar.gz
gentoo-2-831a79671d792cd2db575197fa2904556a66bb58.tar.bz2
gentoo-2-831a79671d792cd2db575197fa2904556a66bb58.zip
Moving to x11-plugins/wmdf
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/wmdf/ChangeLog10
-rw-r--r--x11-misc/wmdf/Manifest4
-rw-r--r--x11-misc/wmdf/files/digest-wmdf-0.1.61
-rw-r--r--x11-misc/wmdf/metadata.xml5
-rw-r--r--x11-misc/wmdf/wmdf-0.1.6.ebuild25
5 files changed, 0 insertions, 45 deletions
diff --git a/x11-misc/wmdf/ChangeLog b/x11-misc/wmdf/ChangeLog
deleted file mode 100644
index fd7122ac638f..000000000000
--- a/x11-misc/wmdf/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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
deleted file mode 100644
index 4722d3a933e5..000000000000
--- a/x11-misc/wmdf/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index 66ab718a895f..000000000000
--- a/x11-misc/wmdf/files/digest-wmdf-0.1.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 159bf4bbf90eaffcf8db53d7e1e57a35 wmdf-0.1.6.tar.gz 119388
diff --git a/x11-misc/wmdf/metadata.xml b/x11-misc/wmdf/metadata.xml
deleted file mode 100644
index 2518313f5241..000000000000
--- a/x11-misc/wmdf/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?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
deleted file mode 100644
index ba098d7b7f42..000000000000
--- a/x11-misc/wmdf/wmdf-0.1.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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
-}