diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 21:48:44 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 21:48:44 +0000 |
commit | 39c73a9c0e5582cb67a61b674e0f257d1fe56a6b (patch) | |
tree | 9603fa69c45bac69b9f128666a4926aad2671d60 /sys-power/ncpufreqd | |
parent | Remove obz from metadata due to retiring. (diff) | |
download | gentoo-2-39c73a9c0e5582cb67a61b674e0f257d1fe56a6b.tar.gz gentoo-2-39c73a9c0e5582cb67a61b674e0f257d1fe56a6b.tar.bz2 gentoo-2-39c73a9c0e5582cb67a61b674e0f257d1fe56a6b.zip |
Update SRC_URI, stable on x86.
(Portage version: 2.1.2_pre2-r8)
Diffstat (limited to 'sys-power/ncpufreqd')
-rw-r--r-- | sys-power/ncpufreqd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-power/ncpufreqd/ncpufreqd-2.0.ebuild | 4 | ||||
-rw-r--r-- | sys-power/ncpufreqd/ncpufreqd-2.1.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-power/ncpufreqd/ChangeLog b/sys-power/ncpufreqd/ChangeLog index b965a74804d4..255b4da056f6 100644 --- a/sys-power/ncpufreqd/ChangeLog +++ b/sys-power/ncpufreqd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-power/ncpufreqd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.9 2006/07/12 21:15:26 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.10 2006/10/11 21:48:44 nelchael Exp $ + + 11 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> ncpufreqd-2.0.ebuild, + ncpufreqd-2.1.ebuild: + Update SRC_URI, stable on x86. 12 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> ncpufreqd-2.0.ebuild, ncpufreqd-2.1.ebuild: diff --git a/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild b/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild index 069b144e7cac..c62bb7b5ddd1 100644 --- a/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild +++ b/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild,v 1.4 2006/07/12 21:15:26 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild,v 1.5 2006/10/11 21:48:44 nelchael Exp $ DESCRIPTION="Daemon controlling CPU speed and temperature" HOMEPAGE="http://www.nelchael.net/" -SRC_URI="http://www.nelchael.net/files/${PN}/${P}.tar.bz2" +SRC_URI="http://download.nelchael.net/${PN}/${P}.tar.bz2" LICENSE="ZLIB" SLOT="0" diff --git a/sys-power/ncpufreqd/ncpufreqd-2.1.ebuild b/sys-power/ncpufreqd/ncpufreqd-2.1.ebuild index d5574c08e365..aae218eaa55b 100644 --- a/sys-power/ncpufreqd/ncpufreqd-2.1.ebuild +++ b/sys-power/ncpufreqd/ncpufreqd-2.1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.1.ebuild,v 1.2 2006/07/12 21:15:26 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.1.ebuild,v 1.3 2006/10/11 21:48:44 nelchael Exp $ DESCRIPTION="Daemon controlling CPU speed and temperature" HOMEPAGE="http://www.nelchael.net/" -SRC_URI="http://www.nelchael.net/files/${PN}/${P}.tar.bz2" +SRC_URI="http://download.nelchael.net/${PN}/${P}.tar.bz2" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" |