diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-01-06 19:04:56 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-01-06 19:04:56 +0000 |
commit | 296b25e600ee04fca4834019f2d93843036f8cea (patch) | |
tree | 63ee3858263b1ce2c23df2817a168e01e74fbdf7 /sys-apps/cpufreqd | |
parent | Added patches to address the new security vulnerabilities; see bugs #37292 an... (diff) | |
download | gentoo-2-296b25e600ee04fca4834019f2d93843036f8cea.tar.gz gentoo-2-296b25e600ee04fca4834019f2d93843036f8cea.tar.bz2 gentoo-2-296b25e600ee04fca4834019f2d93843036f8cea.zip |
Code fix: moved eutils to the top of the ebuild to prevent 'DESCRIPTION' getting overridden.
Diffstat (limited to 'sys-apps/cpufreqd')
-rw-r--r-- | sys-apps/cpufreqd/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/cpufreqd/cpufreqd-1.1_rc1-r1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/cpufreqd/Manifest b/sys-apps/cpufreqd/Manifest index 1f79609fb674..dd7a5eb53117 100644 --- a/sys-apps/cpufreqd/Manifest +++ b/sys-apps/cpufreqd/Manifest @@ -2,7 +2,7 @@ MD5 adebbd3652db98772086b91a41fc422f ChangeLog 974 MD5 b1b74469da42788fc0e9e6808445631b cpufreqd-1.0.ebuild 870 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 1dbb249f1abc211bc646cb3001bf5d05 cpufreqd-1.0.1-r1.ebuild 1179 -MD5 8e36996facd84e0446a866df2dde4c46 cpufreqd-1.1_rc1-r1.ebuild 1179 +MD5 e7c75642b596c0293e298c1e9105ca6f cpufreqd-1.1_rc1-r1.ebuild 1179 MD5 1914aa98a63bef676b905d2399e1296e cpufreqd-1.0.1.ebuild 872 MD5 4e400409f756a772ff5caba5549261d6 files/digest-cpufreqd-1.1_rc1-r1 68 MD5 ff050e12cd3641d6e967eeb8fd472865 files/digest-cpufreqd-1.0.1-r1 66 diff --git a/sys-apps/cpufreqd/cpufreqd-1.1_rc1-r1.ebuild b/sys-apps/cpufreqd/cpufreqd-1.1_rc1-r1.ebuild index 563e03057c36..e067c480ddc7 100644 --- a/sys-apps/cpufreqd/cpufreqd-1.1_rc1-r1.ebuild +++ b/sys-apps/cpufreqd/cpufreqd-1.1_rc1-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpufreqd/cpufreqd-1.1_rc1-r1.ebuild,v 1.2 2004/01/05 08:55:29 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpufreqd/cpufreqd-1.1_rc1-r1.ebuild,v 1.3 2004/01/06 19:04:39 plasmaroo Exp $ + +inherit eutils S=${WORKDIR}/${P/_/-} @@ -11,8 +13,6 @@ KEYWORDS="~x86 ~ppc -*" LICENSE="GPL-2" SLOT="0" -inherit eutils - src_unpack() { unpack ${A} cd ${S} |