summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-08-15 19:00:11 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-08-15 19:00:11 +0000
commita358fcae706545c79f426f212fb827b9e2d5c138 (patch)
treef13d28c187de4ad35650ecab9f9bc25291af9a71 /x11-plugins
parentBuried. (diff)
downloadgentoo-2-a358fcae706545c79f426f212fb827b9e2d5c138.tar.gz
gentoo-2-a358fcae706545c79f426f212fb827b9e2d5c138.tar.bz2
gentoo-2-a358fcae706545c79f426f212fb827b9e2d5c138.zip
Buried.
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/karamba-bofh_bar/ChangeLog14
-rw-r--r--x11-plugins/karamba-bofh_bar/Manifest3
-rw-r--r--x11-plugins/karamba-bofh_bar/files/digest-karamba-bofh_bar-0.011
-rw-r--r--x11-plugins/karamba-bofh_bar/karamba-bofh_bar-0.01.ebuild39
4 files changed, 0 insertions, 57 deletions
diff --git a/x11-plugins/karamba-bofh_bar/ChangeLog b/x11-plugins/karamba-bofh_bar/ChangeLog
deleted file mode 100644
index 1dd7fa4ce114..000000000000
--- a/x11-plugins/karamba-bofh_bar/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-# ChangeLog for x11-plugins/karamba-bofh_bar
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/karamba-bofh_bar/ChangeLog,v 1.4 2004/06/24 23:01:14 agriffis Exp $
-
-*karamba-bofh_bar-0.01 (29 Oct 2003)
-
- 29 Oct 2003; David Holm <dholm@gentoo.org> karamba-bofh_bar-0.01.ebuild:
- Added to ~ppc.
-
-*karamba-kroller-0.84 (03 May 2003)
-
- 03 May 2003; Preston A. Elder <prez@gentoo.org> karamba-kroller-0.84.ebuild:
- Initial import.
-
diff --git a/x11-plugins/karamba-bofh_bar/Manifest b/x11-plugins/karamba-bofh_bar/Manifest
deleted file mode 100644
index 010149d188aa..000000000000
--- a/x11-plugins/karamba-bofh_bar/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 36895ce3abba9e6970ed665a7aec35d5 karamba-bofh_bar-0.01.ebuild 1335
-MD5 b0a98f20c7f77c288da7bc9596144447 ChangeLog 497
-MD5 1858c001a52df3a117a0b6ca4ae3f23c files/digest-karamba-bofh_bar-0.01 65
diff --git a/x11-plugins/karamba-bofh_bar/files/digest-karamba-bofh_bar-0.01 b/x11-plugins/karamba-bofh_bar/files/digest-karamba-bofh_bar-0.01
deleted file mode 100644
index f7d1640ed896..000000000000
--- a/x11-plugins/karamba-bofh_bar/files/digest-karamba-bofh_bar-0.01
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d5d1e7c89a7dc53d39c77faf4eb0838b 5892-bofh_bar.tar.gz 115704
diff --git a/x11-plugins/karamba-bofh_bar/karamba-bofh_bar-0.01.ebuild b/x11-plugins/karamba-bofh_bar/karamba-bofh_bar-0.01.ebuild
deleted file mode 100644
index a0d3f635ded3..000000000000
--- a/x11-plugins/karamba-bofh_bar/karamba-bofh_bar-0.01.ebuild
+++ /dev/null
@@ -1,39 +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-bofh_bar/karamba-bofh_bar-0.01.ebuild,v 1.8 2004/06/24 23:01:14 agriffis Exp $
-
-IUSE=""
-DESCRIPTION="BOFH bar plugin for Karamba"
-HOMEPAGE="http://www.kdelook.org/content/show.php?content=5892"
-SRC_URI="http://www.kdelook.org/content/files/5892-bofh_bar.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 home/lynrd/bofhbar/bofh_bar ${P}
- rm -rf home
-}
-
-src_compile () {
- echo -n ""
-}
-
-src_install () {
- dodir /usr/share/karamba/bin /usr/share/karamba/themes/bofh_bar
- sed -e 's#~/bofh_bar/excuses#/usr/share/karamba/themes/bofh_bar/excuses#' \
- bofhserver.pl > ${D}/usr/share/karamba/bin/bofhserver.pl
- chmod 755 ${D}/usr/share/karamba/bin/bofhserver.pl
- sed -e 's#~/mails.pl#~/.karamba/mails.pl#' \
- -e 's#~/bofhserver.pl#bofhserver.pl#' \
- -e 's#/usr/bin/evolution#kmail#' \
- bofhbar.theme > ${D}/usr/share/karamba/themes/bofh_bar/bofh_bar.theme
- cp excuses ${D}/usr/share/karamba/themes/bofh_bar
- cp -r pics ${D}/usr/share/karamba/themes/bofh_bar
- chmod -R go=u,go-w ${D}/usr/share/karamba/themes/bofh_bar
-
- dodoc README COPYING COPYRIGHT mails.pl wishlist
-}