From af9d9686252c24c701b6f44d49b65a25b41e6135 Mon Sep 17 00:00:00 2001 From: Stefan Schweizer Date: Wed, 29 Aug 2007 18:55:52 +0000 Subject: Fix config checks, thanks jieryn in bug 190047 (Portage version: 2.1.3.7) --- app-laptop/hdapsd/ChangeLog | 9 ++++++++- app-laptop/hdapsd/hdapsd-20060409-r1.ebuild | 4 ++-- app-laptop/hdapsd/hdapsd-20060409.ebuild | 4 ++-- 3 files changed, 12 insertions(+), 5 deletions(-) (limited to 'app-laptop/hdapsd') diff --git a/app-laptop/hdapsd/ChangeLog b/app-laptop/hdapsd/ChangeLog index f5a4bb0a7bcc..326950c1f4e4 100644 --- a/app-laptop/hdapsd/ChangeLog +++ b/app-laptop/hdapsd/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-laptop/hdapsd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/ChangeLog,v 1.6 2007/04/19 11:19:22 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/ChangeLog,v 1.7 2007/08/29 18:55:52 genstef Exp $ + +*hdapsd-20060409-r1.ebuild (29 Aug 2007) +*hdapsd-20060409.ebuild (29 Aug 2007) + + 29 Aug 2007; Stefan Schweizer hdapsd-20060409.ebuild, + hdapsd-20060409-r1.ebuild: + Fix config checks, thanks jieryn in bug 190047 19 Apr 2007; Tony Vroon metadata.xml: Taking maintainership. diff --git a/app-laptop/hdapsd/hdapsd-20060409-r1.ebuild b/app-laptop/hdapsd/hdapsd-20060409-r1.ebuild index 07724bbe1213..57159344b0d3 100644 --- a/app-laptop/hdapsd/hdapsd-20060409-r1.ebuild +++ b/app-laptop/hdapsd/hdapsd-20060409-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/hdapsd-20060409-r1.ebuild,v 1.2 2007/01/23 16:14:46 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/hdapsd-20060409-r1.ebuild,v 1.3 2007/08/29 18:55:52 genstef Exp $ inherit eutils linux-info @@ -21,7 +21,7 @@ RDEPEND="" S="${WORKDIR}" CONFIG_CHECK="SENSORS_HDAPS" -ERROR_NET_RADIO="${P} requires support for HDAPS (CONFIG_SENSORS_HDAPS)" +ERROR_SENSORS_HDAPS="${P} requires support for HDAPS (CONFIG_SENSORS_HDAPS)" src_compile() { cd "${WORKDIR}" diff --git a/app-laptop/hdapsd/hdapsd-20060409.ebuild b/app-laptop/hdapsd/hdapsd-20060409.ebuild index 51fe680a4bc5..638412ee09ac 100644 --- a/app-laptop/hdapsd/hdapsd-20060409.ebuild +++ b/app-laptop/hdapsd/hdapsd-20060409.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/hdapsd-20060409.ebuild,v 1.4 2007/01/23 16:14:46 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/hdapsd-20060409.ebuild,v 1.5 2007/08/29 18:55:52 genstef Exp $ inherit eutils linux-info @@ -21,7 +21,7 @@ RDEPEND="" S="${WORKDIR}" CONFIG_CHECK="SENSORS_HDAPS" -ERROR_NET_RADIO="${P} requires support for HDAPS (CONFIG_SENSORS_HDAPS)" +ERROR_SENSORS_HDAPS="${P} requires support for HDAPS (CONFIG_SENSORS_HDAPS)" src_compile() { cd "${WORKDIR}" -- cgit v1.2.3-65-gdbad