public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Peter Volkov (pva)" <pva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/rrdtool: metadata.xml ChangeLog rrdtool-1.3.8.ebuild
Date: Mon, 01 Jun 2009 17:48:05 +0000	[thread overview]
Message-ID: <E1MBBcD-00014D-0k@stork.gentoo.org> (raw)

pva         09/06/01 17:48:05

  Modified:             metadata.xml ChangeLog rrdtool-1.3.8.ebuild
  Log:
  Fixed build failure in case intltool is not intalled in the system (added nls USE flag), thank Drew Kollasch for report.
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.4                  net-analyzer/rrdtool/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/rrdtool/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/rrdtool/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/rrdtool/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	4 Aug 2008 19:53:47 -0000	1.3
+++ metadata.xml	1 Jun 2009 17:48:04 -0000	1.4
@@ -3,5 +3,8 @@
 <pkgmetadata>
 <herd>netmon</herd>
 <longdescription>A system to store and display time-series data</longdescription>
-<use><flag name='rrdcgi'>Build rrdcgi support</flag></use>
+<use>
+	<flag name='rrdcgi'>Build rrdcgi support</flag>
+	<flag name='nls'>Enable native language support (using intltool)</flag>
+</use>
 </pkgmetadata>



1.181                net-analyzer/rrdtool/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/rrdtool/ChangeLog?rev=1.181&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/rrdtool/ChangeLog?rev=1.181&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/rrdtool/ChangeLog?r1=1.180&r2=1.181

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog	25 May 2009 22:02:32 -0000	1.180
+++ ChangeLog	1 Jun 2009 17:48:04 -0000	1.181
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/rrdtool
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.180 2009/05/25 22:02:32 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.181 2009/06/01 17:48:04 pva Exp $
+
+  01 Jun 2009; Peter Volkov <pva@gentoo.org> rrdtool-1.3.8.ebuild,
+  metadata.xml:
+  Fixed build failure in case intltool is not intalled in the system (added
+  nls USE flag), thank Drew Kollasch for report.
 
 *rrdtool-1.3.8 (25 May 2009)
 



1.2                  net-analyzer/rrdtool/rrdtool-1.3.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild?r1=1.1&r2=1.2

Index: rrdtool-1.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rrdtool-1.3.8.ebuild	25 May 2009 22:02:32 -0000	1.1
+++ rrdtool-1.3.8.ebuild	1 Jun 2009 17:48:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild,v 1.1 2009/05/25 22:02:32 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild,v 1.2 2009/06/01 17:48:04 pva Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="doc perl python ruby rrdcgi tcl"
+IUSE="doc nls perl python ruby rrdcgi tcl"
 
 # This versions are minimal versions upstream tested with.
 RDEPEND="
@@ -29,6 +29,7 @@
 			!dev-ruby/ruby-rrd )"
 
 DEPEND="${RDEPEND}
+	nls? ( >=dev-util/intltool-0.35 )
 	sys-apps/gawk"
 
 pkg_setup() {
@@ -41,6 +42,7 @@
 	export RRDDOCDIR=/usr/share/doc/${PF}
 
 	econf $(use_enable rrdcgi) \
+		$(use_enable nls libintl) \
 		$(use_enable ruby) \
 		$(use_enable ruby ruby-site-install) \
 		$(use_enable perl) \






                 reply	other threads:[~2009-06-01 17:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1MBBcD-00014D-0k@stork.gentoo.org \
    --to=pva@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