summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 10:21:34 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 10:21:34 +0000
commit44ba4480d60756e34d384951ad30284ccdc1c309 (patch)
treeb1df00544a43a9b1a0925a7a955bbf2ce426aacb /app-misc/kgraphspace
parentCleanup (diff)
downloadgentoo-2-44ba4480d60756e34d384951ad30284ccdc1c309.tar.gz
gentoo-2-44ba4480d60756e34d384951ad30284ccdc1c309.tar.bz2
gentoo-2-44ba4480d60756e34d384951ad30284ccdc1c309.zip
Cleanup
Diffstat (limited to 'app-misc/kgraphspace')
-rw-r--r--app-misc/kgraphspace/files/digest-kgraphspace-0.2.141
-rw-r--r--app-misc/kgraphspace/kgraphspace-0.2.14.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/app-misc/kgraphspace/files/digest-kgraphspace-0.2.14 b/app-misc/kgraphspace/files/digest-kgraphspace-0.2.14
deleted file mode 100644
index 63a43622dc3f..000000000000
--- a/app-misc/kgraphspace/files/digest-kgraphspace-0.2.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4c5f451e92b6db85f1c683276f06b2e6 kgraphspace-0.2.14.tar.bz2
diff --git a/app-misc/kgraphspace/kgraphspace-0.2.14.ebuild b/app-misc/kgraphspace/kgraphspace-0.2.14.ebuild
deleted file mode 100644
index b98205d40b07..000000000000
--- a/app-misc/kgraphspace/kgraphspace-0.2.14.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Philippe Namias <pnamias@gentoo.org>
-
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="A Disk space utility "
-SRC_URI="http://download.sourceforge.net/kgraphspace/${A}"
-HOMEPAGE="http://kgraphspace.sourceforge.net"
-
-DEPEND=">=kde-base/kde-2.0"
-
-RDEPEND=$DEPEND
-
-src_compile() {
-
- cd ${S}
- try ./configure --prefix=/opt/kde2.1 --host=${CHOST}
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
-}
-