diff options
author | Michael Weber <xmw@gentoo.org> | 2013-08-07 12:13:19 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-08-07 12:13:19 +0000 |
commit | ca8d9392028aa91454bbef138c0789eed8d4af53 (patch) | |
tree | f500fc9519c5a3a0ba512a8612fa0e89743950e5 /app-laptop | |
parent | Converted ebuild to use python-single-r1 eclass (diff) | |
download | gentoo-2-ca8d9392028aa91454bbef138c0789eed8d4af53.tar.gz gentoo-2-ca8d9392028aa91454bbef138c0789eed8d4af53.tar.bz2 gentoo-2-ca8d9392028aa91454bbef138c0789eed8d4af53.zip |
Drop systemd USE flag, use readme.gentoo.
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/thinkfan/ChangeLog | 5 | ||||
-rw-r--r-- | app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild | 13 |
2 files changed, 10 insertions, 8 deletions
diff --git a/app-laptop/thinkfan/ChangeLog b/app-laptop/thinkfan/ChangeLog index bdc56912010d..77b0b7344628 100644 --- a/app-laptop/thinkfan/ChangeLog +++ b/app-laptop/thinkfan/ChangeLog @@ -1,6 +1,9 @@ # 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.14 2013/02/13 22:34:59 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/ChangeLog,v 1.15 2013/08/07 12:13:19 xmw Exp $ + + 07 Aug 2013; Michael Weber <xmw@gentoo.org> thinkfan-0.9_beta2.ebuild: + Drop systemd USE flag, use readme.gentoo. 13 Feb 2013; Michael Weber <xmw@gentoo.org> thinkfan-0.9_beta2.ebuild: Fix USE dependency. diff --git a/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild b/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild index ffc596904030..901b833c759f 100644 --- a/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild +++ b/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild,v 1.2 2013/02/13 22:34:59 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild,v 1.3 2013/08/07 12:13:19 xmw Exp $ EAPI=4 -inherit cmake-utils systemd +inherit cmake-utils readme.gentoo systemd DESCRIPTION="simple fan control program for thinkpads" HOMEPAGE="http://thinkfan.sourceforge.net" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="atasmart systemd" +IUSE="atasmart" DEPEND="atasmart? ( dev-libs/libatasmart )" RDEPEND="${DEPEND}" @@ -42,9 +42,8 @@ src_install() { doman ${PN}.1 dodoc ChangeLog NEWS README \ examples/${PN}.conf.{complex,simple} + readme.gentoo_create_doc } -pkg_postinst() { - elog "Please read the documentation and copy an" - elog "appropriate file to /etc/thinkfan.conf." -} +DOC_CONTENTS="Please read the documentation and copy an +appropriate file to /etc/thinkfan.conf." |