diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-09-29 21:39:49 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-09-29 21:39:49 +0000 |
commit | 8409f465178614a8b8600205384e124616269fd2 (patch) | |
tree | f656c49dc58ee28094760a8d9a4068b5f9ff77da /sys-apps/cpufreqd | |
parent | header fix (diff) | |
download | historical-8409f465178614a8b8600205384e124616269fd2.tar.gz historical-8409f465178614a8b8600205384e124616269fd2.tar.bz2 historical-8409f465178614a8b8600205384e124616269fd2.zip |
header fix
Diffstat (limited to 'sys-apps/cpufreqd')
-rw-r--r-- | sys-apps/cpufreqd/Manifest | 6 | ||||
-rw-r--r-- | sys-apps/cpufreqd/cpufreqd-1.0.1.ebuild | 11 | ||||
-rw-r--r-- | sys-apps/cpufreqd/cpufreqd-1.0.ebuild | 11 |
3 files changed, 11 insertions, 17 deletions
diff --git a/sys-apps/cpufreqd/Manifest b/sys-apps/cpufreqd/Manifest index 48718967fb7f..d691c436987e 100644 --- a/sys-apps/cpufreqd/Manifest +++ b/sys-apps/cpufreqd/Manifest @@ -1,5 +1,5 @@ +MD5 81ffc58c7545c1648305f1df727c6895 ChangeLog 509 +MD5 b3bdb5c51c0d63dc4eb017fed17697ff cpufreqd-1.0.ebuild 868 +MD5 efb5d6b77b31eb9863bfebd816453138 cpufreqd-1.0.1.ebuild 870 MD5 38564e062a23f984a5b70fee3c2f27c3 files/digest-cpufreqd-1.0 64 MD5 ff050e12cd3641d6e967eeb8fd472865 files/digest-cpufreqd-1.0.1 66 -MD5 ac95fba8d6363d0378609ba5dbd658a6 cpufreqd-1.0.1.ebuild 915 -MD5 ac95fba8d6363d0378609ba5dbd658a6 cpufreqd-1.0.ebuild 915 -MD5 81ffc58c7545c1648305f1df727c6895 ChangeLog 509 diff --git a/sys-apps/cpufreqd/cpufreqd-1.0.1.ebuild b/sys-apps/cpufreqd/cpufreqd-1.0.1.ebuild index 45d143f6ae3c..b574d159c74d 100644 --- a/sys-apps/cpufreqd/cpufreqd-1.0.1.ebuild +++ b/sys-apps/cpufreqd/cpufreqd-1.0.1.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2003 Robert Gogolok +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# email: robertgogolok@web.de -# ------ -# Please email me if you have suggestions how to improve this ebuild -# or when you need help to install it. +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpufreqd/cpufreqd-1.0.1.ebuild,v 1.3 2003/09/29 21:37:24 mholzer Exp $ + DESCRIPTION="Daemon to adjust cpu speed for kernel using the cpufreq patch." -SRC_URI="http://osdn.dl.sourceforge.net/sourceforge/cpufreqd/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/cpufreqd/" KEYWORDS="x86" LICENSE="GPL-1" @@ -31,4 +29,3 @@ src_install() { pkg_postinst() { einfo "A default config file is copied to /etc/cpufreqd.conf" } - diff --git a/sys-apps/cpufreqd/cpufreqd-1.0.ebuild b/sys-apps/cpufreqd/cpufreqd-1.0.ebuild index 45d143f6ae3c..0b66268d5736 100644 --- a/sys-apps/cpufreqd/cpufreqd-1.0.ebuild +++ b/sys-apps/cpufreqd/cpufreqd-1.0.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2003 Robert Gogolok +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# email: robertgogolok@web.de -# ------ -# Please email me if you have suggestions how to improve this ebuild -# or when you need help to install it. +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpufreqd/cpufreqd-1.0.ebuild,v 1.3 2003/09/29 21:37:24 mholzer Exp $ + DESCRIPTION="Daemon to adjust cpu speed for kernel using the cpufreq patch." -SRC_URI="http://osdn.dl.sourceforge.net/sourceforge/cpufreqd/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/cpufreqd/" KEYWORDS="x86" LICENSE="GPL-1" @@ -31,4 +29,3 @@ src_install() { pkg_postinst() { einfo "A default config file is copied to /etc/cpufreqd.conf" } - |