public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico (zmedico)" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/lm_sensors: ChangeLog lm_sensors-3.3.0.ebuild
Date: Tue, 26 Jul 2011 20:28:07 +0000 (UTC)	[thread overview]
Message-ID: <20110726202807.A58E92004B@flycatcher.gentoo.org> (raw)

zmedico     11/07/26 20:28:07

  Modified:             ChangeLog lm_sensors-3.3.0.ebuild
  Log:
  Bump to EAPI 3 and fix for prefix.
  
  (Portage version: 2.2.0_alpha47/cvs/Linux i686)

Revision  Changes    Path
1.117                sys-apps/lm_sensors/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/lm_sensors/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/lm_sensors/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/lm_sensors/ChangeLog?r1=1.116&r2=1.117

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	17 Jul 2011 11:47:51 -0000	1.116
+++ ChangeLog	26 Jul 2011 20:28:07 -0000	1.117
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/lm_sensors
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/ChangeLog,v 1.116 2011/07/17 11:47:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/ChangeLog,v 1.117 2011/07/26 20:28:07 zmedico Exp $
+
+  26 Jul 2011; Zac Medico <zmedico@gentoo.org> lm_sensors-3.3.0.ebuild:
+  Bump to EAPI 3 and fix for prefix.
 
   17 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> lm_sensors-3.3.0.ebuild:
   Missing sys-devel/bison and sys-devel/flex DEPEND wrt #375441 by Johannes



1.4                  sys-apps/lm_sensors/lm_sensors-3.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/lm_sensors/lm_sensors-3.3.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/lm_sensors/lm_sensors-3.3.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/lm_sensors/lm_sensors-3.3.0.ebuild?r1=1.3&r2=1.4

Index: lm_sensors-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-3.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lm_sensors-3.3.0.ebuild	17 Jul 2011 11:48:32 -0000	1.3
+++ lm_sensors-3.3.0.ebuild	26 Jul 2011 20:28:07 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-3.3.0.ebuild,v 1.3 2011/07/17 11:48:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-3.3.0.ebuild,v 1.4 2011/07/26 20:28:07 zmedico Exp $
 
-EAPI=2
+EAPI=3
 inherit eutils linux-info toolchain-funcs multilib
 
 DESCRIPTION="Hardware Monitoring user-space utilities"
@@ -47,7 +47,12 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" PREFIX=/usr MANDIR=/usr/share/man LIBDIR=/usr/$(get_libdir) \
+	emake \
+		DESTDIR="${D}" \
+		PREFIX="${EPREFIX}/usr" \
+		MANDIR="${EPREFIX}/usr/share/man" \
+		ETCDIR="${EPREFIX}/etc" \
+		LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
 		install || die
 
 	newinitd "${FILESDIR}"/lm_sensors-3-init.d lm_sensors || die






             reply	other threads:[~2011-07-26 20:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-26 20:28 Zac Medico (zmedico) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-07-29  7:56 [gentoo-commits] gentoo-x86 commit in sys-apps/lm_sensors: ChangeLog lm_sensors-3.3.0.ebuild Zac Medico (zmedico)
2011-07-17 11:47 Samuli Suominen (ssuominen)
2011-03-29  6:09 Samuli Suominen (ssuominen)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110726202807.A58E92004B@flycatcher.gentoo.org \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox