summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston A. Elder <prez@gentoo.org>2003-05-03 23:39:18 +0000
committerPreston A. Elder <prez@gentoo.org>2003-05-03 23:39:18 +0000
commit7e762fe53108927575924e870302fc1f77854492 (patch)
treefce593d9842860013dc57cf1f6874031aae24a2c /x11-misc
parentAdded superkaramba (diff)
downloadhistorical-7e762fe53108927575924e870302fc1f77854492.tar.gz
historical-7e762fe53108927575924e870302fc1f77854492.tar.bz2
historical-7e762fe53108927575924e870302fc1f77854492.zip
Ugh, wrong directory
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/karamba/files/digest-superkaramba-0.211
-rw-r--r--x11-misc/karamba/superkaramba-0.21.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/x11-misc/karamba/files/digest-superkaramba-0.21 b/x11-misc/karamba/files/digest-superkaramba-0.21
deleted file mode 100644
index 111f6c10ad64..000000000000
--- a/x11-misc/karamba/files/digest-superkaramba-0.21
+++ /dev/null
@@ -1 +0,0 @@
-MD5 95f3b3fea67cd2927d6d8eed68ab0c0d superkaramba-0.21.tar.gz 1171813
diff --git a/x11-misc/karamba/superkaramba-0.21.ebuild b/x11-misc/karamba/superkaramba-0.21.ebuild
deleted file mode 100644
index f14f94bd4e46..000000000000
--- a/x11-misc/karamba/superkaramba-0.21.ebuild
+++ /dev/null
@@ -1,24 +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/karamba/superkaramba-0.21.ebuild,v 1.1 2003/05/03 23:35:53 prez Exp $
-
-inherit kde-base
-
-need-kde 3
-
-IUSE="xmms"
-DESCRIPTION="A KDE program that displays a lot of various information right on your desktop."
-HOMEPAGE="http://netdragon.sourceforge.net/"
-SRC_URI="mirror://sourceforge/netdragon/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-newdepend ">=kde-base/kdelibs-3.1
- >=sys-apps/portage-2.0.26"
-
-src_install () {
- einstall
- dodir /usr/share/doc/${P}
- mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${P}
-}