diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 09:16:05 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 09:16:05 +0000 |
commit | 1f5c59648a54b605c058363a821e61189d7bb56d (patch) | |
tree | 6115772b40cacda3f4f81c344abbd731060562d8 /x11-plugins | |
parent | Added imq patch from 1.2.6a-r2 to 1.2.7a. (diff) | |
download | historical-1f5c59648a54b605c058363a821e61189d7bb56d.tar.gz historical-1f5c59648a54b605c058363a821e61189d7bb56d.tar.bz2 historical-1f5c59648a54b605c058363a821e61189d7bb56d.zip |
glogwatch to gkrellm-logwatch
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellm-logwatch/ChangeLog (renamed from x11-plugins/glogwatch/ChangeLog) | 2 | ||||
-rw-r--r-- | x11-plugins/gkrellm-logwatch/files/digest-gkrellm-logwatch-1.0 (renamed from x11-plugins/glogwatch/files/digest-glogwatch-1.0) | 0 | ||||
-rw-r--r-- | x11-plugins/gkrellm-logwatch/gkrellm-logwatch-1.0.ebuild (renamed from x11-plugins/glogwatch/glogwatch-1.0.ebuild) | 7 |
3 files changed, 5 insertions, 4 deletions
diff --git a/x11-plugins/glogwatch/ChangeLog b/x11-plugins/gkrellm-logwatch/ChangeLog index 3c3a6e33d975..90b436b7aded 100644 --- a/x11-plugins/glogwatch/ChangeLog +++ b/x11-plugins/gkrellm-logwatch/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for x11-plugins/glogwatch # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/glogwatch/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-logwatch/ChangeLog,v 1.1 2002/08/30 09:16:05 seemant Exp $ *glogwatch-1.0 (19 Feb 2002) diff --git a/x11-plugins/glogwatch/files/digest-glogwatch-1.0 b/x11-plugins/gkrellm-logwatch/files/digest-gkrellm-logwatch-1.0 index 0c0340d834e8..0c0340d834e8 100644 --- a/x11-plugins/glogwatch/files/digest-glogwatch-1.0 +++ b/x11-plugins/gkrellm-logwatch/files/digest-gkrellm-logwatch-1.0 diff --git a/x11-plugins/glogwatch/glogwatch-1.0.ebuild b/x11-plugins/gkrellm-logwatch/gkrellm-logwatch-1.0.ebuild index d06901c3e270..7db4f1a2b6b4 100644 --- a/x11-plugins/glogwatch/glogwatch-1.0.ebuild +++ b/x11-plugins/gkrellm-logwatch/gkrellm-logwatch-1.0.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/glogwatch/glogwatch-1.0.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-logwatch/gkrellm-logwatch-1.0.ebuild,v 1.1 2002/08/30 09:16:05 seemant Exp $ -S=${WORKDIR}/${P} +MY_P=${P/krellm-/} +S=${WORKDIR}/${MY_P} DESCRIPTION="A Gkrellm plugin that tracks a log file." -SRC_URI="http://www.uberh4x0r.org/download/gkrellm/${P}.tar.gz" +SRC_URI="http://www.uberh4x0r.org/download/gkrellm/${MY_P}.tar.gz" HOMEPAGE="http://www.uberh4x0r.org/download/gkrellm" SLOT="0" |