diff options
author | Sebastian Pipping <sping@gentoo.org> | 2010-03-12 00:46:30 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2010-03-12 00:46:30 +0000 |
commit | 1af9f6f6c3c79935877aaafab2191bc6b924cde6 (patch) | |
tree | 9dac1b13cdef74030f5fc84e54b692b91eaee185 /x11-plugins/gkrellm-radio | |
parent | x11-plugins/gkrellmwireless: Fix HOMEPAGE (bug #305855) (diff) | |
download | gentoo-2-1af9f6f6c3c79935877aaafab2191bc6b924cde6.tar.gz gentoo-2-1af9f6f6c3c79935877aaafab2191bc6b924cde6.tar.bz2 gentoo-2-1af9f6f6c3c79935877aaafab2191bc6b924cde6.zip |
x11-plugins/gkrellm-radio: Fix HOMEPAGE (bug #305855)
(Portage version: 2.2_rc66/cvs/Linux i686)
Diffstat (limited to 'x11-plugins/gkrellm-radio')
-rw-r--r-- | x11-plugins/gkrellm-radio/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-plugins/gkrellm-radio/ChangeLog b/x11-plugins/gkrellm-radio/ChangeLog index c731779bb486..8efe30c8f599 100644 --- a/x11-plugins/gkrellm-radio/ChangeLog +++ b/x11-plugins/gkrellm-radio/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkrellm-radio -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-radio/ChangeLog,v 1.20 2007/06/12 21:05:53 lack Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-radio/ChangeLog,v 1.21 2010/03/12 00:46:30 sping Exp $ + + 12 Mar 2010; Sebastian Pipping <sping@gentoo.org> + gkrellm-radio-2.0.4.ebuild: + Fix HOMEPAGE (bug #305855) 12 Jun 2007; Jim Ramsay <lack@gentoo.org> -gkrellm-radio-2.0.3-r1.ebuild: Old version cleanup diff --git a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild index bb8341baccd8..295203afcbd0 100644 --- a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild +++ b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild,v 1.7 2007/07/11 20:39:22 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild,v 1.8 2010/03/12 00:46:30 sping Exp $ inherit gkrellm-plugin @@ -9,7 +9,7 @@ IUSE="lirc" S=${WORKDIR}/${PN} DESCRIPTION="A minimalistic GKrellM2 plugin to control radio tuners." SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz" -HOMEPAGE="http://gkrellm.luon.net/gkrellm-radio.phtml" +HOMEPAGE="http://gkrellm.luon.net/gkrellm-radio.php" DEPEND="lirc? ( app-misc/lirc )" |