public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/snmplib: ChangeLog snmplib-1.0.2.ebuild
@ 2009-04-14 17:52 Hans de Graaff (graaff)
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff (graaff) @ 2009-04-14 17:52 UTC (permalink / raw
  To: gentoo-commits

graaff      09/04/14 17:52:26

  Modified:             ChangeLog snmplib-1.0.2.ebuild
  Log:
  Fix deprecated use of USE_RUBY="any".
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 dev-ruby/snmplib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	14 Apr 2009 17:50:52 -0000	1.20
+++ ChangeLog	14 Apr 2009 17:52:26 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/snmplib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.20 2009/04/14 17:50:52 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.21 2009/04/14 17:52:26 graaff Exp $
+
+  14 Apr 2009; Hans de Graaff <graaff@gentoo.org> snmplib-1.0.2.ebuild:
+  Fix deprecated use of USE_RUBY="any".
 
   14 Apr 2009; Hans de Graaff <graaff@gentoo.org> -snmplib-1.0.1.ebuild:
   Remove old version.



1.2                  dev-ruby/snmplib/snmplib-1.0.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild?r1=1.1&r2=1.2

Index: snmplib-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- snmplib-1.0.2.ebuild	26 Dec 2008 15:56:42 -0000	1.1
+++ snmplib-1.0.2.ebuild	14 Apr 2009 17:52:26 -0000	1.2
@@ -1,11 +1,11 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild,v 1.1 2008/12/26 15:56:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild,v 1.2 2009/04/14 17:52:26 graaff Exp $
 
 inherit ruby gems
 
 IUSE=""
-USE_RUBY="any"
+USE_RUBY="ruby18"
 
 MY_P="${P/snmplib/snmp}"
 






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/snmplib: ChangeLog snmplib-1.0.2.ebuild
@ 2009-04-19 14:24 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2009-04-19 14:24 UTC (permalink / raw
  To: gentoo-commits

maekke      09/04/19 14:24:51

  Modified:             ChangeLog snmplib-1.0.2.ebuild
  Log:
  amd64/x86 stable, bug #266138
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 dev-ruby/snmplib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	14 Apr 2009 17:52:26 -0000	1.21
+++ ChangeLog	19 Apr 2009 14:24:51 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/snmplib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.21 2009/04/14 17:52:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.22 2009/04/19 14:24:51 maekke Exp $
+
+  19 Apr 2009; Markus Meier <maekke@gentoo.org> snmplib-1.0.2:
+  amd64/x86 stable, bug #266138
 
   14 Apr 2009; Hans de Graaff <graaff@gentoo.org> snmplib-1.0.2.ebuild:
   Fix deprecated use of USE_RUBY="any".



1.3                  dev-ruby/snmplib/snmplib-1.0.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild?r1=1.2&r2=1.3

Index: snmplib-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- snmplib-1.0.2.ebuild	14 Apr 2009 17:52:26 -0000	1.2
+++ snmplib-1.0.2.ebuild	19 Apr 2009 14:24:51 -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/dev-ruby/snmplib/snmplib-1.0.2.ebuild,v 1.2 2009/04/14 17:52:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild,v 1.3 2009/04/19 14:24:51 maekke Exp $
 
 inherit ruby gems
 
@@ -13,6 +13,6 @@
 HOMEPAGE="http://snmplib.rubyforge.org/"
 SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"
 
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc x86"
 LICENSE="Ruby"
 SLOT="0"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/snmplib: ChangeLog snmplib-1.0.2.ebuild
@ 2009-04-25 17:40 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-04-25 17:40 UTC (permalink / raw
  To: gentoo-commits

armin76     09/04/25 17:40:29

  Modified:             ChangeLog snmplib-1.0.2.ebuild
  Log:
  ia64 stable wrt #266138
  (Portage version: 2.1.6.7/cvs/Linux ia64)

Revision  Changes    Path
1.23                 dev-ruby/snmplib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	19 Apr 2009 14:24:51 -0000	1.22
+++ ChangeLog	25 Apr 2009 17:40:29 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/snmplib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.22 2009/04/19 14:24:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.23 2009/04/25 17:40:29 armin76 Exp $
+
+  25 Apr 2009; Raúl Porcel <armin76@gentoo.org> snmplib-1.0.2.ebuild:
+  ia64 stable wrt #266138
 
   19 Apr 2009; Markus Meier <maekke@gentoo.org> snmplib-1.0.2:
   amd64/x86 stable, bug #266138



1.4                  dev-ruby/snmplib/snmplib-1.0.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild?r1=1.3&r2=1.4

Index: snmplib-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- snmplib-1.0.2.ebuild	19 Apr 2009 14:24:51 -0000	1.3
+++ snmplib-1.0.2.ebuild	25 Apr 2009 17:40:29 -0000	1.4
@@ -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/dev-ruby/snmplib/snmplib-1.0.2.ebuild,v 1.3 2009/04/19 14:24:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild,v 1.4 2009/04/25 17:40:29 armin76 Exp $
 
 inherit ruby gems
 
@@ -13,6 +13,6 @@
 HOMEPAGE="http://snmplib.rubyforge.org/"
 SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"
 
-KEYWORDS="amd64 ~ia64 ~ppc x86"
+KEYWORDS="amd64 ia64 ~ppc x86"
 LICENSE="Ruby"
 SLOT="0"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/snmplib: ChangeLog snmplib-1.0.2.ebuild
@ 2009-04-26 14:47 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2009-04-26 14:47 UTC (permalink / raw
  To: gentoo-commits

ranger      09/04/26 14:47:25

  Modified:             ChangeLog snmplib-1.0.2.ebuild
  Log:
  Marking snmplib-1.0.2 ppc for bug 266138
  (Portage version: 2.1.6.11/cvs/Linux ppc64)

Revision  Changes    Path
1.24                 dev-ruby/snmplib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	25 Apr 2009 17:40:29 -0000	1.23
+++ ChangeLog	26 Apr 2009 14:47:25 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/snmplib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.23 2009/04/25 17:40:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.24 2009/04/26 14:47:25 ranger Exp $
+
+  26 Apr 2009; Brent Baude <ranger@gentoo.org> snmplib-1.0.2.ebuild:
+  Marking snmplib-1.0.2 ppc stable for bug 266138
 
   25 Apr 2009; Raúl Porcel <armin76@gentoo.org> snmplib-1.0.2.ebuild:
   ia64 stable wrt #266138



1.5                  dev-ruby/snmplib/snmplib-1.0.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild?r1=1.4&r2=1.5

Index: snmplib-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- snmplib-1.0.2.ebuild	25 Apr 2009 17:40:29 -0000	1.4
+++ snmplib-1.0.2.ebuild	26 Apr 2009 14:47:25 -0000	1.5
@@ -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/dev-ruby/snmplib/snmplib-1.0.2.ebuild,v 1.4 2009/04/25 17:40:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild,v 1.5 2009/04/26 14:47:25 ranger Exp $
 
 inherit ruby gems
 
@@ -13,6 +13,6 @@
 HOMEPAGE="http://snmplib.rubyforge.org/"
 SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"
 
-KEYWORDS="amd64 ia64 ~ppc x86"
+KEYWORDS="amd64 ia64 ppc x86"
 LICENSE="Ruby"
 SLOT="0"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/snmplib: ChangeLog snmplib-1.0.2.ebuild
@ 2010-05-22 15:58 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 6+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-05-22 15:58 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/05/22 15:58:26

  Modified:             ChangeLog snmplib-1.0.2.ebuild
  Log:
  Various cleanups.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 dev-ruby/snmplib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	18 Aug 2009 11:02:27 -0000	1.25
+++ ChangeLog	22 May 2010 15:58:26 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/snmplib
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.25 2009/08/18 11:02:27 a3li Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.26 2010/05/22 15:58:26 flameeyes Exp $
+
+  22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  snmplib-1.0.2.ebuild:
+  Various cleanups.
 
   18 Aug 2009; Alex Legler <a3li@gentoo.org> -snmplib-0.6.1.ebuild:
   Removing old version to get rid of USE_RUBY="any"



1.6                  dev-ruby/snmplib/snmplib-1.0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild?r1=1.5&r2=1.6

Index: snmplib-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- snmplib-1.0.2.ebuild	26 Apr 2009 14:47:25 -0000	1.5
+++ snmplib-1.0.2.ebuild	22 May 2010 15:58:26 -0000	1.6
@@ -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/dev-ruby/snmplib/snmplib-1.0.2.ebuild,v 1.5 2009/04/26 14:47:25 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild,v 1.6 2010/05/22 15:58:26 flameeyes Exp $
 
 inherit ruby gems
 
@@ -11,7 +11,7 @@
 
 DESCRIPTION="SNMP library implemented in pure Ruby"
 HOMEPAGE="http://snmplib.rubyforge.org/"
-SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"
+SRC_URI="mirror://rubygems/${MY_P}.gem"
 
 KEYWORDS="amd64 ia64 ppc x86"
 LICENSE="Ruby"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/snmplib: ChangeLog snmplib-1.0.2.ebuild
@ 2011-12-06 13:11 Hans de Graaff (graaff)
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff (graaff) @ 2011-12-06 13:11 UTC (permalink / raw
  To: gentoo-commits

graaff      11/12/06 13:11:31

  Modified:             ChangeLog
  Removed:              snmplib-1.0.2.ebuild
  Log:
  Remove old version.
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 dev-ruby/snmplib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	27 Oct 2011 06:09:07 -0000	1.34
+++ ChangeLog	6 Dec 2011 13:11:31 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/snmplib
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.34 2011/10/27 06:09:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.35 2011/12/06 13:11:31 graaff Exp $
+
+  06 Dec 2011; Hans de Graaff <graaff@gentoo.org> -snmplib-1.0.2.ebuild:
+  Remove old version.
 
 *snmplib-1.0.4 (27 Oct 2011)
 






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-12-06 13:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-26 14:47 [gentoo-commits] gentoo-x86 commit in dev-ruby/snmplib: ChangeLog snmplib-1.0.2.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-06 13:11 Hans de Graaff (graaff)
2010-05-22 15:58 Diego Petteno (flameeyes)
2009-04-25 17:40 Raul Porcel (armin76)
2009-04-19 14:24 Markus Meier (maekke)
2009-04-14 17:52 Hans de Graaff (graaff)

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