diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 01:10:26 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 01:10:26 +0000 |
commit | a62d45f3bb7fc46c80de5b0170a5c0d966d8d430 (patch) | |
tree | 45cde968c590cc44de4813a0838035508f5a16cf | |
parent | added media-plugins and x11-plugins (diff) | |
download | historical-a62d45f3bb7fc46c80de5b0170a5c0d966d8d430.tar.gz historical-a62d45f3bb7fc46c80de5b0170a5c0d966d8d430.tar.bz2 historical-a62d45f3bb7fc46c80de5b0170a5c0d966d8d430.zip |
removed gkrellkam
-rw-r--r-- | x11-misc/gkrellkam/ChangeLog | 19 | ||||
-rw-r--r-- | x11-misc/gkrellkam/files/digest-gkrellkam-0.3.4 | 1 | ||||
-rw-r--r-- | x11-misc/gkrellkam/gkrellkam-0.3.4.ebuild | 27 |
3 files changed, 0 insertions, 47 deletions
diff --git a/x11-misc/gkrellkam/ChangeLog b/x11-misc/gkrellkam/ChangeLog deleted file mode 100644 index 143d4ea6d614..000000000000 --- a/x11-misc/gkrellkam/ChangeLog +++ /dev/null @@ -1,19 +0,0 @@ -# ChangeLog for x11-misc/gkrellkam -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gkrellkam/ChangeLog,v 1.2 2002/04/02 19:46:45 seemant Exp $ - -*gkrellkam-0.3.4 (2 Apr 2002) - - 2 Apr 2002; Seemant Kulleen <seemant@gentoo.org> gkrellkam-0.3.4.ebuild : - - Bump to new version which contains bugfixes. - -*gkrellkam-0.2.4 (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-misc/gkrellkam/files/digest-gkrellkam-0.3.4 b/x11-misc/gkrellkam/files/digest-gkrellkam-0.3.4 deleted file mode 100644 index 661171d2f741..000000000000 --- a/x11-misc/gkrellkam/files/digest-gkrellkam-0.3.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 177959994b1dfd9e47c59b9f1391c53d gkrellkam_0.3.4.tar.gz 27766 diff --git a/x11-misc/gkrellkam/gkrellkam-0.3.4.ebuild b/x11-misc/gkrellkam/gkrellkam-0.3.4.ebuild deleted file mode 100644 index 0323fea7d26c..000000000000 --- a/x11-misc/gkrellkam/gkrellkam-0.3.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /home/cvsroot/gentoo-x86/skel.build,v 1.7 2001/08/25 21:15:08 chadh Exp -# 16.Sept.2001 23.35 CET - -MY_P=${P/-/_} -S=${WORKDIR}/${P} -DESCRIPTION="a Image-Watcher-Plugin for Gkrellm." -SRC_URI="mirror://sourceforge/gkrellkam/${MY_P}.tar.gz" -HOMEPAGE="http://gkrellkam.sourceforge.net" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc sparc64" - -DEPEND=">=app-admin/gkrellm-1.2.11" - -src_compile() { - emake || die -} - -src_install () { - exeinto /usr/lib/gkrellm/plugins - doexe gkrellkam.so - - doman gkrellkam-list.5 - dodoc README ChangeLog COPYING example.list Release -} |