public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-laptop/thinkfan: thinkfan-0.9_beta2.ebuild ChangeLog
@ 2013-08-07 12:13 Michael Weber (xmw)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber (xmw) @ 2013-08-07 12:13 UTC (permalink / raw
  To: gentoo-commits

xmw         13/08/07 12:13:19

  Modified:             thinkfan-0.9_beta2.ebuild ChangeLog
  Log:
  Drop systemd USE flag, use readme.gentoo.
  
  (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)

Revision  Changes    Path
1.3                  app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild?r1=1.2&r2=1.3

Index: thinkfan-0.9_beta2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- thinkfan-0.9_beta2.ebuild	13 Feb 2013 22:34:59 -0000	1.2
+++ thinkfan-0.9_beta2.ebuild	7 Aug 2013 12:13:19 -0000	1.3
@@ -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 @@
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="atasmart systemd"
+IUSE="atasmart"
 
 DEPEND="atasmart? ( dev-libs/libatasmart )"
 RDEPEND="${DEPEND}"
@@ -42,9 +42,8 @@
 	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."



1.15                 app-laptop/thinkfan/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	13 Feb 2013 22:34:59 -0000	1.14
+++ ChangeLog	7 Aug 2013 12:13:19 -0000	1.15
@@ -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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-laptop/thinkfan: thinkfan-0.9_beta2.ebuild ChangeLog
@ 2013-08-07 14:59 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-07 14:59 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/07 14:59:23

  Modified:             thinkfan-0.9_beta2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #480046
  
  (Portage version: 2.1.13.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild?r1=1.3&r2=1.4

Index: thinkfan-0.9_beta2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- thinkfan-0.9_beta2.ebuild	7 Aug 2013 12:13:19 -0000	1.3
+++ thinkfan-0.9_beta2.ebuild	7 Aug 2013 14:59:23 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2013/08/07 12:13:19 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild,v 1.4 2013/08/07 14:59:23 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="atasmart"
 
 DEPEND="atasmart? ( dev-libs/libatasmart )"



1.16                 app-laptop/thinkfan/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	7 Aug 2013 12:13:19 -0000	1.15
+++ ChangeLog	7 Aug 2013 14:59:23 -0000	1.16
@@ -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.15 2013/08/07 12:13:19 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/ChangeLog,v 1.16 2013/08/07 14:59:23 ago Exp $
+
+  07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> thinkfan-0.9_beta2.ebuild:
+  Stable for amd64, wrt bug #480046
 
   07 Aug 2013; Michael Weber <xmw@gentoo.org> thinkfan-0.9_beta2.ebuild:
   Drop systemd USE flag, use readme.gentoo.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-laptop/thinkfan: thinkfan-0.9_beta2.ebuild ChangeLog
@ 2013-08-18 13:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-18 13:45 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/18 13:45:19

  Modified:             thinkfan-0.9_beta2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #480046
  
  (Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild?r1=1.4&r2=1.5

Index: thinkfan-0.9_beta2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- thinkfan-0.9_beta2.ebuild	7 Aug 2013 14:59:23 -0000	1.4
+++ thinkfan-0.9_beta2.ebuild	18 Aug 2013 13:45:19 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.4 2013/08/07 14:59:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild,v 1.5 2013/08/18 13:45:19 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="atasmart"
 
 DEPEND="atasmart? ( dev-libs/libatasmart )"



1.17                 app-laptop/thinkfan/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	7 Aug 2013 14:59:23 -0000	1.16
+++ ChangeLog	18 Aug 2013 13:45:19 -0000	1.17
@@ -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.16 2013/08/07 14:59:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/ChangeLog,v 1.17 2013/08/18 13:45:19 ago Exp $
+
+  18 Aug 2013; Agostino Sarubbo <ago@gentoo.org> thinkfan-0.9_beta2.ebuild:
+  Stable for x86, wrt bug #480046
 
   07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> thinkfan-0.9_beta2.ebuild:
   Stable for amd64, wrt bug #480046





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-18 13:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-07 14:59 [gentoo-commits] gentoo-x86 commit in app-laptop/thinkfan: thinkfan-0.9_beta2.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-18 13:45 Agostino Sarubbo (ago)
2013-08-07 12:13 Michael Weber (xmw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox