summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/karamba-time/karamba-time-0.17.ebuild')
-rw-r--r--x11-plugins/karamba-time/karamba-time-0.17.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/x11-plugins/karamba-time/karamba-time-0.17.ebuild b/x11-plugins/karamba-time/karamba-time-0.17.ebuild
deleted file mode 100644
index a80b590b9c8b..000000000000
--- a/x11-plugins/karamba-time/karamba-time-0.17.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/karamba-time/karamba-time-0.17.ebuild,v 1.7 2004/06/24 23:02:57 agriffis Exp $
-
-IUSE=""
-DESCRIPTION="Time plugin for Karamba"
-HOMEPAGE="http://www.efd.lth.se/~d98hk/karamba/"
-SRC_URI="http://www.efd.lth.se/~d98hk/karamba/karamba_time.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-
-RDEPEND="|| ( >=x11-misc/karamba-0.17 >=x11-misc/superkaramba-0.21 )"
-
-src_unpack () {
- unpack ${A}
- mv karamba_time ${P}
-}
-
-src_compile () {
- echo -n ""
-}
-
-src_install () {
- dodir /usr/share/karamba/themes/time
- cp -r * ${D}/usr/share/karamba/themes/time/
- chmod -R go=u,go-w ${D}/usr/share/karamba/themes/time
-}