diff options
author | Jim Ramsay <lack@gentoo.org> | 2009-02-22 23:33:20 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2009-02-22 23:33:20 +0000 |
commit | 0d840e7b45fb6fa89b27dc4321295abed4c65469 (patch) | |
tree | b4182d7a2713021ab6bdc3cf0556c6859d46c0a4 /x11-plugins | |
parent | Remove masks for cleaned out insecure vmware products. (diff) | |
download | gentoo-2-0d840e7b45fb6fa89b27dc4321295abed4c65469.tar.gz gentoo-2-0d840e7b45fb6fa89b27dc4321295abed4c65469.tar.bz2 gentoo-2-0d840e7b45fb6fa89b27dc4321295abed4c65469.zip |
Version bump and HOMEPAGE change (Bug 259620 and 259622)
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellm-timers/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/gkrellm-timers/gkrellm-timers-1.2.ebuild | 8 | ||||
-rw-r--r-- | x11-plugins/gkrellm-timers/gkrellm-timers-1.3.ebuild | 22 |
3 files changed, 32 insertions, 5 deletions
diff --git a/x11-plugins/gkrellm-timers/ChangeLog b/x11-plugins/gkrellm-timers/ChangeLog index 8e0ca718b26f..c59e264c2d9f 100644 --- a/x11-plugins/gkrellm-timers/ChangeLog +++ b/x11-plugins/gkrellm-timers/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/gkrellm-timers -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-timers/ChangeLog,v 1.3 2008/01/10 14:34:45 lack Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-timers/ChangeLog,v 1.4 2009/02/22 23:33:20 lack Exp $ + + 22 Feb 2009; Jim Ramsay <lack@gentoo.org> ChangeLog: + Version bump and HOMEPAGE change (Bug 259620 and 259622) 10 Jan 2008; Jim Ramsay <lack@gentoo.org> gkrellm-timers-1.2.ebuild: Adding ~amd64 diff --git a/x11-plugins/gkrellm-timers/gkrellm-timers-1.2.ebuild b/x11-plugins/gkrellm-timers/gkrellm-timers-1.2.ebuild index 2937e4629213..05c1ae859329 100644 --- a/x11-plugins/gkrellm-timers/gkrellm-timers-1.2.ebuild +++ b/x11-plugins/gkrellm-timers/gkrellm-timers-1.2.ebuild @@ -1,15 +1,17 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-timers/gkrellm-timers-1.2.ebuild,v 1.4 2008/01/10 14:34:45 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-timers/gkrellm-timers-1.2.ebuild,v 1.5 2009/02/22 23:33:20 lack Exp $ inherit gkrellm-plugin MY_P=${P/-/_} DESCRIPTION="A GKrellM2 plugin that allows the user to define multiple timers" SRC_URI="http://triq.net/gkrellm_timers/${MY_P}.tar.gz" -HOMEPAGE="http://triq.net/gkrellm_timers" +HOMEPAGE="http://triq.net/gkrellm_timers.html" +IUSE= DEPEND="=app-admin/gkrellm-2*" +RDEPEND=${DEPEND} SLOT="2" LICENSE="GPL-2" diff --git a/x11-plugins/gkrellm-timers/gkrellm-timers-1.3.ebuild b/x11-plugins/gkrellm-timers/gkrellm-timers-1.3.ebuild new file mode 100644 index 000000000000..0fd9da9964a9 --- /dev/null +++ b/x11-plugins/gkrellm-timers/gkrellm-timers-1.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-timers/gkrellm-timers-1.3.ebuild,v 1.1 2009/02/22 23:33:20 lack Exp $ + +inherit gkrellm-plugin + +MY_P=${P/-/_} +DESCRIPTION="A GKrellM2 plugin that allows the user to define multiple timers" +SRC_URI="http://triq.net/gkrellm_timers/${MY_P}.tar.gz" +HOMEPAGE="http://triq.net/gkrellm_timers.html" +IUSE= + +DEPEND="=app-admin/gkrellm-2*" +RDEPEND=${DEPEND} + +SLOT="2" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/${MY_P}" + +PLUGIN_SO=gkrellm_timers.so |