diff options
Diffstat (limited to 'x11-plugins/gkrellmlaunch')
-rw-r--r-- | x11-plugins/gkrellmlaunch/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/gkrellmlaunch/gkrellmlaunch-0.4.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild | 4 |
4 files changed, 10 insertions, 7 deletions
diff --git a/x11-plugins/gkrellmlaunch/ChangeLog b/x11-plugins/gkrellmlaunch/ChangeLog index c4eafa03256b..1609d88f5e78 100644 --- a/x11-plugins/gkrellmlaunch/ChangeLog +++ b/x11-plugins/gkrellmlaunch/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for x11-plugins/gkrellmlaunch # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog,v 1.3 2002/10/16 22:05:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog,v 1.4 2002/12/09 04:41:56 manson Exp $ +\* Autoupdate keywords (12-6-02) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + *gkrellmlaunch-0.5 (16 Oct 2002) 16 Oct 2002; Seemant Kulleen <seemant@gentoo.org> gkrellmlaunch-0.5.ebuild diff --git a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild index fc1f377f1e45..af873aa2678b 100644 --- a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild +++ b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild,v 1.4 2002/10/04 06:45:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild,v 1.5 2002/12/09 04:41:56 manson Exp $ S=${WORKDIR}/${P} DESCRIPTION="a Program-Launcher Plugin for GKrellM" @@ -11,7 +11,7 @@ DEPEND="=app-admin/gkrellm-1.2*" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc " src_compile() { make || die diff --git a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.4.ebuild b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.4.ebuild index 9b5db154d1c7..37422be8a783 100644 --- a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.4.ebuild +++ b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.4.ebuild,v 1.1 2002/10/16 22:05:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.4.ebuild,v 1.2 2002/12/09 04:41:56 manson Exp $ S=${WORKDIR}/${P} DESCRIPTION="a Program-Launcher Plugin for GKrellM" @@ -11,7 +11,7 @@ DEPEND="=app-admin/gkrellm-1.2*" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc " src_compile() { make || die diff --git a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild index 0e041d87dc9c..e279c9644b46 100644 --- a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild +++ b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild,v 1.3 2002/10/16 22:19:55 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild,v 1.4 2002/12/09 04:41:56 manson Exp $ S=${WORKDIR}/${P} DESCRIPTION="a Program-Launcher Plugin for GKrellM2" @@ -11,7 +11,7 @@ DEPEND="=app-admin/gkrellm-2*" SLOT="2" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~sparc64" +KEYWORDS="~x86 ~ppc ~sparc " src_compile() { make || die |