public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/net-snmp: net-snmp-5.4.2.1-r3.ebuild ChangeLog net-snmp-5.4.2.1-r2.ebuild
@ 2010-04-16 15:58 Fabio Erculiani (lxnay)
  0 siblings, 0 replies; only message in thread
From: Fabio Erculiani (lxnay) @ 2010-04-16 15:58 UTC (permalink / raw
  To: gentoo-commits

lxnay       10/04/16 15:58:57

  Modified:             net-snmp-5.4.2.1-r3.ebuild ChangeLog
                        net-snmp-5.4.2.1-r2.ebuild
  Log:
  fix automagic RDEPEND when USE="rpm"
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-analyzer/net-snmp/net-snmp-5.4.2.1-r3.ebuild

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

Index: net-snmp-5.4.2.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.4.2.1-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- net-snmp-5.4.2.1-r3.ebuild	8 Dec 2009 05:24:42 -0000	1.1
+++ net-snmp-5.4.2.1-r3.ebuild	16 Apr 2010 15:58:57 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.4.2.1-r3.ebuild,v 1.1 2009/12/08 05:24:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.4.2.1-r3.ebuild,v 1.2 2010/04/16 15:58:57 lxnay Exp $
 
 EAPI=2
 
@@ -109,6 +109,7 @@
 			--with-zlib"
 	else
 		myconf="${myconf} \
+			--without-rpm \
 			$(use_with bzip2) \
 			$(use_with zlib)"
 	fi



1.202                net-analyzer/net-snmp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- ChangeLog	8 Dec 2009 05:24:42 -0000	1.201
+++ ChangeLog	16 Apr 2010 15:58:57 -0000	1.202
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/net-snmp
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.201 2009/12/08 05:24:42 jer Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.202 2010/04/16 15:58:57 lxnay Exp $
+
+  16 Apr 2010; Fabio Erculiani <lxnay@gentoo.org>
+  net-snmp-5.4.2.1-r2.ebuild, net-snmp-5.4.2.1-r3.ebuild:
+  fix automagic RDEPEND when USE="rpm"
 
 *net-snmp-5.4.2.1-r3 (08 Dec 2009)
 



1.2                  net-analyzer/net-snmp/net-snmp-5.4.2.1-r2.ebuild

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

Index: net-snmp-5.4.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.4.2.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- net-snmp-5.4.2.1-r2.ebuild	16 Oct 2009 08:51:06 -0000	1.1
+++ net-snmp-5.4.2.1-r2.ebuild	16 Apr 2010 15:58:57 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.4.2.1-r2.ebuild,v 1.1 2009/10/16 08:51:06 gengor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.4.2.1-r2.ebuild,v 1.2 2010/04/16 15:58:57 lxnay Exp $
 
 EAPI=2
 
@@ -106,6 +106,7 @@
 			--with-zlib"
 	else
 		myconf="${myconf} \
+			--without-rpm \
 			$(use_with bzip2) \
 			$(use_with zlib)"
 	fi






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-16 15:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-16 15:58 [gentoo-commits] gentoo-x86 commit in net-analyzer/net-snmp: net-snmp-5.4.2.1-r3.ebuild ChangeLog net-snmp-5.4.2.1-r2.ebuild Fabio Erculiani (lxnay)

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