summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Shepherd <masterdriverz@gentoo.org>2006-12-16 21:55:39 +0000
committerCharlie Shepherd <masterdriverz@gentoo.org>2006-12-16 21:55:39 +0000
commit88e6ea8be94cbf764bedd515896705cf1a15ea06 (patch)
treeb17300637e8ac7a69d1d28e98e26021d3838ffd6 /x11-plugins
parentversion bump (diff)
downloadgentoo-2-88e6ea8be94cbf764bedd515896705cf1a15ea06.tar.gz
gentoo-2-88e6ea8be94cbf764bedd515896705cf1a15ea06.tar.bz2
gentoo-2-88e6ea8be94cbf764bedd515896705cf1a15ea06.zip
Fix homepage; bug 158280; thanks to Galanomatis Ioannis for reporting
(Portage version: 2.1.2_rc3-r1)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellm-hddtemp/ChangeLog8
-rw-r--r--x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta.ebuild11
2 files changed, 11 insertions, 8 deletions
diff --git a/x11-plugins/gkrellm-hddtemp/ChangeLog b/x11-plugins/gkrellm-hddtemp/ChangeLog
index fc0a9835faaa..cf652b3dd543 100644
--- a/x11-plugins/gkrellm-hddtemp/ChangeLog
+++ b/x11-plugins/gkrellm-hddtemp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/gkrellm-hddtemp
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog,v 1.18 2005/09/19 23:00:42 cryos Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog,v 1.19 2006/12/16 21:55:39 masterdriverz Exp $
+
+ 16 Dec 2006; Charlie Shepherd <masterdriverz@gentoo.org>
+ gkrellm-hddtemp-0.2_beta.ebuild:
+ Fix homepage; bug 158280; thanks to Galanomatis Ioannis for reporting
19 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org>
gkrellm-hddtemp-0.2_beta.ebuild:
diff --git a/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta.ebuild b/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta.ebuild
index 570ec7451c97..9ff1d5407f4e 100644
--- a/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta.ebuild
+++ b/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta.ebuild,v 1.19 2005/09/19 23:00:42 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta.ebuild,v 1.20 2006/12/16 21:55:39 masterdriverz Exp $
inherit multilib
@@ -8,15 +8,14 @@ IUSE=""
MY_P=${P/_beta/-beta}
S=${WORKDIR}/${MY_P}
DESCRIPTION="a GKrellM2 plugin for hddtemp (which reads the temperature of SMART capable hard drives)"
-SRC_URI="http://coredump.free.fr/linux/${MY_P}.tar.gz"
-HOMEPAGE="http://coredump.free.fr/linux/hddtemp.php"
+SRC_URI="http://www.guzu.net/linux/${MY_P}.tar.gz"
+HOMEPAGE="http://www.guzu.net/linux/hddtemp.php"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ppc sparc x86"
-DEPEND="=app-admin/gkrellm-2*
- >=sys-apps/sed-4"
+DEPEND="=app-admin/gkrellm-2*"
RDEPEND=">=app-admin/hddtemp-0.3_beta6"
src_unpack() {