summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2004-10-24 22:46:03 +0000
committerLars Weiler <pylon@gentoo.org>2004-10-24 22:46:03 +0000
commit67c182011929e091bd49a71e0184cf4f3d829f24 (patch)
tree792efa5a57e4254953f7876f0e0a66c854e374f2 /app-admin
parentNew Ebuild. Thanks to Karim. Closes bug #58369 (Manifest recommit) (diff)
downloadgentoo-2-67c182011929e091bd49a71e0184cf4f3d829f24.tar.gz
gentoo-2-67c182011929e091bd49a71e0184cf4f3d829f24.tar.bz2
gentoo-2-67c182011929e091bd49a71e0184cf4f3d829f24.zip
Changed all appearances of http://coredump.free.fr to http://www.guzu.net
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/hddtemp/ChangeLog7
-rw-r--r--app-admin/hddtemp/hddtemp-0.2.ebuild6
-rw-r--r--app-admin/hddtemp/hddtemp-0.3_beta10.ebuild8
-rw-r--r--app-admin/hddtemp/hddtemp-0.3_beta11.ebuild8
-rw-r--r--app-admin/hddtemp/hddtemp-0.3_beta8.ebuild8
5 files changed, 21 insertions, 16 deletions
diff --git a/app-admin/hddtemp/ChangeLog b/app-admin/hddtemp/ChangeLog
index 682c599f15c5..52f90a60fb47 100644
--- a/app-admin/hddtemp/ChangeLog
+++ b/app-admin/hddtemp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/hddtemp
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/ChangeLog,v 1.18 2004/06/29 19:37:34 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/ChangeLog,v 1.19 2004/10/24 22:46:03 pylon Exp $
+
+ 25 Oct 2004; Lars Weiler <pylon@gentoo.org> hddtemp-0.2.ebuild,
+ hddtemp-0.3_beta10.ebuild, hddtemp-0.3_beta11.ebuild,
+ hddtemp-0.3_beta8.ebuild:
+ Changed all appearances of http://coredump.free.fr to http://www.guzu.net
29 Jun 2004; Aron Griffis <agriffis@gentoo.org> hddtemp-0.2.ebuild:
add sed-4 dep
diff --git a/app-admin/hddtemp/hddtemp-0.2.ebuild b/app-admin/hddtemp/hddtemp-0.2.ebuild
index 49e5a739f676..4fe3be70a226 100644
--- a/app-admin/hddtemp/hddtemp-0.2.ebuild
+++ b/app-admin/hddtemp/hddtemp-0.2.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.2.ebuild,v 1.23 2004/06/29 19:37:34 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.2.ebuild,v 1.24 2004/10/24 22:46:03 pylon Exp $
inherit eutils
DESCRIPTION="A simple utility to read the temperature of SMART capable hard drives"
-HOMEPAGE="http://coredump.free.fr/linux/hddtemp.php"
-SRC_URI="http://coredump.free.fr/linux/${P}.tar.gz
+HOMEPAGE="http://www.guzu.net/linux/hddtemp.php"
+SRC_URI="http://www.guzu.net/linux/${P}.tar.gz
mirror://gentoo/hddtemp.db"
LICENSE="GPL-2"
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta10.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta10.ebuild
index 1f6dd8a7887a..7d9458ff3d53 100644
--- a/app-admin/hddtemp/hddtemp-0.3_beta10.ebuild
+++ b/app-admin/hddtemp/hddtemp-0.3_beta10.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta10.ebuild,v 1.6 2004/06/25 16:12:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta10.ebuild,v 1.7 2004/10/24 22:46:03 pylon Exp $
MY_P=${P/_beta/-beta}
DESCRIPTION="A simple utility to read the temperature of SMART capable hard drives"
-HOMEPAGE="http://coredump.free.fr/linux/hddtemp.php"
-SRC_URI="http://coredump.free.fr/linux/${MY_P}.tar.gz"
+HOMEPAGE="http://www.guzu.net/linux/hddtemp.php"
+SRC_URI="http://www.guzu.net/linux/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -22,7 +22,7 @@ src_unpack() {
unpack ${A} ; cd ${S}
ebegin "Trying to download the latest hddtemp.db file"
- wget -q --timeout=10 http://coredump.free.fr/linux/hddtemp.db
+ wget -q --timeout=10 http://www.guzu.net/linux/hddtemp.db
eend $?
}
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta11.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta11.ebuild
index 1a13f926ecc3..42601db2a7d0 100644
--- a/app-admin/hddtemp/hddtemp-0.3_beta11.ebuild
+++ b/app-admin/hddtemp/hddtemp-0.3_beta11.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta11.ebuild,v 1.8 2004/09/02 18:17:50 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta11.ebuild,v 1.9 2004/10/24 22:46:03 pylon Exp $
MY_P=${P/_beta/-beta}
DESCRIPTION="A simple utility to read the temperature of SMART capable hard drives"
-HOMEPAGE="http://coredump.free.fr/linux/hddtemp.php"
-SRC_URI="http://coredump.free.fr/linux/${MY_P}.tar.gz"
+HOMEPAGE="http://www.guzu.net/linux/hddtemp.php"
+SRC_URI="http://www.guzu.net/linux/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -22,7 +22,7 @@ src_unpack() {
unpack ${A} ; cd ${S}
ebegin "Trying to download the latest hddtemp.db file"
- wget -q --timeout=10 http://coredump.free.fr/linux/hddtemp.db
+ wget -q --timeout=10 http://www.guzu.net/linux/hddtemp.db
eend $?
}
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild
index fe33916d3501..d75223e4f7e7 100644
--- a/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild
+++ b/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild,v 1.13 2004/09/02 18:17:50 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild,v 1.14 2004/10/24 22:46:03 pylon Exp $
MY_P=${P/_beta/-beta}
DESCRIPTION="A simple utility to read the temperature of SMART capable hard drives"
-HOMEPAGE="http://coredump.free.fr/linux/hddtemp.php"
-SRC_URI="http://coredump.free.fr/linux/${MY_P}.tar.bz2"
+HOMEPAGE="http://www.guzu.net/linux/hddtemp.php"
+SRC_URI="http://www.guzu.net/linux/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -22,7 +22,7 @@ src_unpack() {
unpack ${MY_P}.tar.bz2 ; cd ${S}
ebegin "Trying to download the latest hddtemp.db file"
- wget -q --timeout=10 http://coredump.free.fr/linux/hddtemp.db
+ wget -q --timeout=10 http://www.guzu.net/linux/hddtemp.db
eend $?
}