public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner (mattst88)" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/cpufrequtils: ChangeLog cpufrequtils-008-r1.ebuild
Date: Tue, 16 Aug 2011 02:51:38 +0000 (UTC)	[thread overview]
Message-ID: <20110816025138.EBD2A20051@flycatcher.gentoo.org> (raw)

mattst88    11/08/16 02:51:38

  Modified:             ChangeLog cpufrequtils-008-r1.ebuild
  Log:
  Add dependency on libintl, bug 379313. Bump to EAPI=4.
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.69                 sys-power/cpufrequtils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/cpufrequtils/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/cpufrequtils/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/cpufrequtils/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/cpufrequtils/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	14 Aug 2011 03:08:12 -0000	1.68
+++ ChangeLog	16 Aug 2011 02:51:38 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for sys-power/cpufrequtils
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufrequtils/ChangeLog,v 1.68 2011/08/14 03:08:12 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufrequtils/ChangeLog,v 1.69 2011/08/16 02:51:38 mattst88 Exp $
+
+  16 Aug 2011; Matt Turner <mattst88@gentoo.org> cpufrequtils-008-r1.ebuild:
+  Add dependency on libintl, bug 379313. Bump to EAPI=4.
 
   14 Aug 2011; Matt Turner <mattst88@gentoo.org>
   files/cpufrequtils-007-nls.patch:



1.10                 sys-power/cpufrequtils/cpufrequtils-008-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/cpufrequtils/cpufrequtils-008-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/cpufrequtils/cpufrequtils-008-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/cpufrequtils/cpufrequtils-008-r1.ebuild?r1=1.9&r2=1.10

Index: cpufrequtils-008-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/cpufrequtils/cpufrequtils-008-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cpufrequtils-008-r1.ebuild	7 Aug 2011 17:52:56 -0000	1.9
+++ cpufrequtils-008-r1.ebuild	16 Aug 2011 02:51:38 -0000	1.10
@@ -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-power/cpufrequtils/cpufrequtils-008-r1.ebuild,v 1.9 2011/08/07 17:52:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufrequtils/cpufrequtils-008-r1.ebuild,v 1.10 2011/08/16 02:51:38 mattst88 Exp $
 
-EAPI="3"
+EAPI=4
 
 inherit eutils toolchain-funcs multilib
 
@@ -15,7 +15,7 @@
 KEYWORDS="amd64 arm ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="debug nls"
 
-DEPEND=""
+DEPEND="nls? ( virtual/libintl )"
 RDEPEND=""
 
 ft() { use $1 && echo true || echo false ; }
@@ -46,16 +46,15 @@
 		STRIP=: \
 		RANLIB="$(tc-getRANLIB)" \
 		LIBTOOL="${EPREFIX}"/usr/bin/libtool \
-		INSTALL="${EPREFIX}"/usr/bin/install \
-		|| die
+		INSTALL="${EPREFIX}"/usr/bin/install
 }
 
 src_install() {
 	# There's no configure script, so in this case we have to use emake
 	# DESTDIR="${ED}" instead of the usual econf --prefix="${EPREFIX}".
-	emake DESTDIR="${ED}" install || die
+	emake DESTDIR="${ED}" install
 	dodoc AUTHORS README
 
-	newinitd "${FILESDIR}"/${PN}-init.d-006 ${PN} || die
+	newinitd "${FILESDIR}"/${PN}-init.d-006 ${PN}
 	newconfd "${FILESDIR}"/${PN}-conf.d-006 ${PN}
 }






             reply	other threads:[~2011-08-16  2:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-16  2:51 Matt Turner (mattst88) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-08-07 17:52 [gentoo-commits] gentoo-x86 commit in sys-power/cpufrequtils: ChangeLog cpufrequtils-008-r1.ebuild Raul Porcel (armin76)
2011-08-07 12:08 Markus Meier (maekke)
2011-08-06 12:28 Markus Meier (maekke)
2011-07-26 23:32 Matt Turner (mattst88)
2011-07-26 23:30 Matt Turner (mattst88)
2011-07-26 16:47 Kacper Kowalik (xarthisius)
2011-07-25 23:08 Zac Medico (zmedico)
2011-07-24 21:31 Markos Chandras (hwoarang)
2011-07-21 20:04 Matt Turner (mattst88)

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=20110816025138.EBD2A20051@flycatcher.gentoo.org \
    --to=mattst88@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