xmw         14/07/24 11:14:21

  Modified:             ChangeLog
  Added:                thinkfan-0.9.2-r1.ebuild
  Log:
  Revbump to fix typo in init script
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  Changes    Path
1.19                 app-laptop/thinkfan/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/thinkfan/ChangeLog?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/thinkfan/ChangeLog?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/thinkfan/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   21 Jul 2014 15:10:29 -0000      1.18
+++ ChangeLog   24 Jul 2014 11:14:21 -0000      1.19
@@ -1,6 +1,12 @@
 # ChangeLog for app-laptop/thinkfan
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/ChangeLog,v 1.19 
2014/07/24 11:14:21 xmw Exp $
+
+*thinkfan-0.9.2-r1 (24 Jul 2014)
+
+  24 Jul 2014; Michael Weber <x...@gentoo.org>
+  +files/thinkfan-0.9.2-openrc.patch, +thinkfan-0.9.2-r1.ebuild:
+  Revbump to fix typo in init script
 
 *thinkfan-0.9.2 (21 Jul 2014)
 



1.1                  app-laptop/thinkfan/thinkfan-0.9.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9.2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: thinkfan-0.9.2-r1.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-r1.ebuild,v 1.1 
2014/07/24 11:14:21 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() {
        epatch "${FILESDIR}"/${P}-openrc.patch

        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."




Reply via email to