public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-sbin: freebsd-sbin-7.1-r1.ebuild ChangeLog freebsd-sbin-7.2.ebuild
@ 2009-05-24 22:44 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2009-05-24 22:44 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/05/24 22:44:55

  Modified:             freebsd-sbin-7.1-r1.ebuild ChangeLog
                        freebsd-sbin-7.2.ebuild
  Log:
  Add dependencies for building atm programs. Thanks to Status.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-freebsd/freebsd-sbin/freebsd-sbin-7.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-7.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-7.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-7.1-r1.ebuild?r1=1.1&r2=1.2

Index: freebsd-sbin-7.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-7.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- freebsd-sbin-7.1-r1.ebuild	18 May 2009 17:09:52 -0000	1.1
+++ freebsd-sbin-7.1-r1.ebuild	24 May 2009 22:44:55 -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/sys-freebsd/freebsd-sbin/freebsd-sbin-7.1-r1.ebuild,v 1.1 2009/05/18 17:09:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-7.1-r1.ebuild,v 1.2 2009/05/24 22:44:55 flameeyes Exp $
 
 EAPI=2
 
@@ -23,7 +23,8 @@
 	ssl? ( dev-libs/openssl )
 	dev-libs/libedit
 	sys-libs/readline
-	sys-process/vixie-cron"
+	sys-process/vixie-cron
+	atm? ( net-analyzer/bsnmp )"
 DEPEND="${RDEPEND}
 	!build? ( =sys-freebsd/freebsd-sources-${RV}* )
 	=sys-freebsd/freebsd-mk-defs-${RV}*"



1.53                 sys-freebsd/freebsd-sbin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	22 May 2009 15:56:27 -0000	1.52
+++ ChangeLog	24 May 2009 22:44:55 -0000	1.53
@@ -1,6 +1,10 @@
 # ChangeLog for sys-freebsd/freebsd-sbin
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog,v 1.52 2009/05/22 15:56:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog,v 1.53 2009/05/24 22:44:55 flameeyes Exp $
+
+  24 May 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  freebsd-sbin-7.1-r1.ebuild, freebsd-sbin-7.2.ebuild:
+  Add dependencies for building atm programs. Thanks to Status.
 
   22 May 2009; Alexis Ballier <aballier@gentoo.org> freebsd-sbin-7.2.ebuild:
   make PATCHES a bash array



1.3                  sys-freebsd/freebsd-sbin/freebsd-sbin-7.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-7.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-7.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-7.2.ebuild?r1=1.2&r2=1.3

Index: freebsd-sbin-7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-7.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- freebsd-sbin-7.2.ebuild	22 May 2009 15:56:27 -0000	1.2
+++ freebsd-sbin-7.2.ebuild	24 May 2009 22:44:55 -0000	1.3
@@ -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/sys-freebsd/freebsd-sbin/freebsd-sbin-7.2.ebuild,v 1.2 2009/05/22 15:56:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-7.2.ebuild,v 1.3 2009/05/24 22:44:55 flameeyes Exp $
 
 EAPI=2
 
@@ -23,7 +23,8 @@
 	ssl? ( dev-libs/openssl )
 	dev-libs/libedit
 	sys-libs/readline
-	sys-process/vixie-cron"
+	sys-process/vixie-cron
+	atm? ( net-analyzer/bsnmp )"
 DEPEND="${RDEPEND}
 	!build? ( =sys-freebsd/freebsd-sources-${RV}* )
 	=sys-freebsd/freebsd-mk-defs-${RV}*"






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

only message in thread, other threads:[~2009-05-24 22:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-24 22:44 [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-sbin: freebsd-sbin-7.1-r1.ebuild ChangeLog freebsd-sbin-7.2.ebuild Diego Petteno (flameeyes)

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