xmw 14/07/21 15:10:29 Modified: ChangeLog Added: thinkfan-0.9.2.ebuild Log: Version bump (bug 517556, thanks Sasha Medvedev) (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.18 app-laptop/thinkfan/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/thinkfan/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/thinkfan/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/thinkfan/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 18 Aug 2013 13:45:19 -0000 1.17 +++ ChangeLog 21 Jul 2014 15:10:29 -0000 1.18 @@ -1,6 +1,11 @@ # ChangeLog for app-laptop/thinkfan -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/ChangeLog,v 1.17 2013/08/18 13:45:19 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/ChangeLog,v 1.18 2014/07/21 15:10:29 xmw Exp $ + +*thinkfan-0.9.2 (21 Jul 2014) + + 21 Jul 2014; Michael Weber <x...@gentoo.org> +thinkfan-0.9.2.ebuild: + Version bump (bug 517556, thanks Sasha Medvedev) 18 Aug 2013; Agostino Sarubbo <a...@gentoo.org> thinkfan-0.9_beta2.ebuild: Stable for x86, wrt bug #480046 1.1 app-laptop/thinkfan/thinkfan-0.9.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9.2.ebuild?rev=1.1&content-type=text/plain Index: thinkfan-0.9.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9.2.ebuild,v 1.1 2014/07/21 15:10:29 xmw Exp $ EAPI=5 inherit cmake-utils readme.gentoo systemd DESCRIPTION="simple fan control program for thinkpads" HOMEPAGE="http://thinkfan.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="atasmart" DEPEND="atasmart? ( dev-libs/libatasmart )" RDEPEND="${DEPEND}" S="${WORKDIR}" src_prepare() { sed -e "s:share/doc/${PN}:share/doc/${P}:" \ -i CMakeLists.txt } src_configure() { mycmakeargs+=( "-DCMAKE_BUILD_TYPE:STRING=Debug" "$(cmake-utils_use_use atasmart ATASMART)" ) cmake-utils_src_configure } src_install() { cmake-utils_src_install newinitd rcscripts/${PN}.gentoo ${PN} systemd_dounit rcscripts/${PN}.service readme.gentoo_create_doc } DOC_CONTENTS="Please read the documentation and copy an appropriate file to /etc/thinkfan.conf."