diff options
Diffstat (limited to 'sys-apps/cpufreqd/cpufreqd-1.0.1.ebuild')
-rw-r--r-- | sys-apps/cpufreqd/cpufreqd-1.0.1.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
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" } - |