summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2006-12-21 04:12:28 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2006-12-21 04:12:28 +0000
commitc59164047e28bd4f2e28af304f52f8651616480f (patch)
tree5695f491870405d7f4020773f6d8e20fa2b71e40 /x11-plugins
parentgnome 1.x removal (diff)
downloadgentoo-2-c59164047e28bd4f2e28af304f52f8651616480f.tar.gz
gentoo-2-c59164047e28bd4f2e28af304f52f8651616480f.tar.bz2
gentoo-2-c59164047e28bd4f2e28af304f52f8651616480f.zip
gnome 1.x removal
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellm-gnome/ChangeLog38
-rw-r--r--x11-plugins/gkrellm-gnome/Manifest3
-rw-r--r--x11-plugins/gkrellm-gnome/files/digest-gkrellm-gnome-0.11
-rw-r--r--x11-plugins/gkrellm-gnome/gkrellm-gnome-0.1.ebuild29
4 files changed, 0 insertions, 71 deletions
diff --git a/x11-plugins/gkrellm-gnome/ChangeLog b/x11-plugins/gkrellm-gnome/ChangeLog
deleted file mode 100644
index 421840609aa9..000000000000
--- a/x11-plugins/gkrellm-gnome/ChangeLog
+++ /dev/null
@@ -1,38 +0,0 @@
-# ChangeLog for x11-plugins/gkrellm-gnome
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-gnome/ChangeLog,v 1.7 2004/06/24 22:54:39 agriffis Exp $
-
- 12 Jun 2003; <msterret@gentoo.org> gkrellm-gnome-0.1.ebuild:
- fix Header
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*gkrellm-gnome-0.1 (14 Apr 2002)
-
- 11 Sep 2002; Owen Stampflee <owen@gentoo.org> :
- Added PPC to KEYWORDS.
-
- 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
-
- Relocated to x11-plugins
-
- 17 Apr 2002; Seemant Kulleen <seemant@gentoo.org> gkrellm-gnome-0.1.ebuild :
-
- Added gnome-libs to the DEPEND list
-
- 14 Apr 2002; Seemant Kulleen <seemant@gentoo.org> gkrellm-gnome-0.1.ebuild :
-
- Removed glibc from the DEPEND list, because that is implied. And also
- removed gnome-core from the DEPEND list, because it is not a dependency.
- This plugin merely creates hints and such, and only interacts with the
- gnome panel if it is present.
-
-*gkrellm-gnome-0.1 (1 Feb 2002)
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/x11-plugins/gkrellm-gnome/Manifest b/x11-plugins/gkrellm-gnome/Manifest
deleted file mode 100644
index bc706ca02f91..000000000000
--- a/x11-plugins/gkrellm-gnome/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 92e9d167cc95a6a360f058624ecc2c46 gkrellm-gnome-0.1.ebuild 709
-MD5 bedfc8fdb7309b6e535cfd28b9e0a18f ChangeLog 1498
-MD5 73b236c5fe84c649a55731b80dc2c63d files/digest-gkrellm-gnome-0.1 67
diff --git a/x11-plugins/gkrellm-gnome/files/digest-gkrellm-gnome-0.1 b/x11-plugins/gkrellm-gnome/files/digest-gkrellm-gnome-0.1
deleted file mode 100644
index 9f91e842afeb..000000000000
--- a/x11-plugins/gkrellm-gnome/files/digest-gkrellm-gnome-0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4ddbe3bbc61c5ade87d94834af58e706 gkrellm-gnome-0.1.tar.gz 5825
diff --git a/x11-plugins/gkrellm-gnome/gkrellm-gnome-0.1.ebuild b/x11-plugins/gkrellm-gnome/gkrellm-gnome-0.1.ebuild
deleted file mode 100644
index ad84f27de7b1..000000000000
--- a/x11-plugins/gkrellm-gnome/gkrellm-gnome-0.1.ebuild
+++ /dev/null
@@ -1,29 +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/gkrellm-gnome/gkrellm-gnome-0.1.ebuild,v 1.9 2004/06/24 22:54:39 agriffis Exp $
-
-IUSE=""
-S=${WORKDIR}/${PN}
-DESCRIPTION="Gnome hints configuration plugin for gkrellm"
-SRC_URI="http://web.wt.net/~billw/gkrellm/Plugins/${P}.tar.gz"
-HOMEPAGE="http://web.wt.net/~billw/gkrellm/Plugins.html"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc "
-
-DEPEND="=app-admin/gkrellm-1.2*
- gnome-base/gnome-libs"
-
-src_compile() {
-
- make || die
-
-}
-
-src_install () {
-
- exeinto /usr/lib/gkrellm/plugins
- doexe src/gkrellm-gnome.so
- dodoc README Changelog COPYRIGHT INSTALL
-
-}