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.1.0.ebuild
@ 2011-12-25  7:57 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2011-12-25  7:57 UTC (permalink / raw
  To: gentoo-commits

graaff      11/12/25 07:57:22

  Modified:             ChangeLog
  Added:                snmplib-1.1.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.36                 dev-ruby/snmplib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	6 Dec 2011 13:11:31 -0000	1.35
+++ ChangeLog	25 Dec 2011 07:57:21 -0000	1.36
@@ -1,6 +1,11 @@
 # 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.35 2011/12/06 13:11:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.36 2011/12/25 07:57:21 graaff Exp $
+
+*snmplib-1.1.0 (25 Dec 2011)
+
+  25 Dec 2011; Hans de Graaff <graaff@gentoo.org> +snmplib-1.1.0.ebuild:
+  Version bump.
 
   06 Dec 2011; Hans de Graaff <graaff@gentoo.org> -snmplib-1.0.2.ebuild:
   Remove old version.



1.1                  dev-ruby/snmplib/snmplib-1.1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.1.0.ebuild?rev=1.1&content-type=text/plain

Index: snmplib-1.1.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.1.0.ebuild,v 1.1 2011/12/25 07:57:21 graaff Exp $

EAPI=4
USE_RUBY="ruby18 ruby19 ree18"

RUBY_FAKEGEM_NAME="snmp"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.rdoc"
RUBY_FAKEGEM_EXTRAINSTALL="data"

inherit ruby-fakegem

IUSE=""

DESCRIPTION="SNMP library implemented in pure Ruby"
HOMEPAGE="http://snmplib.rubyforge.org/"

KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
LICENSE="Ruby"
SLOT="0"

each_ruby_test() {
	${RUBY} -Ilib -S testrb test/test_*.rb || die
}

all_ruby_install() {
	all_fakegem_install

	insinto /usr/share/doc/${PF}
	doins -r examples
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/snmplib: ChangeLog snmplib-1.1.0.ebuild
@ 2012-09-24 19:14 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-09-24 19:14 UTC (permalink / raw
  To: gentoo-commits

ago         12/09/24 19:14:36

  Modified:             ChangeLog snmplib-1.1.0.ebuild
  Log:
  Stable for amd64, wrt bug #435966
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 dev-ruby/snmplib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	23 Sep 2012 07:16:27 -0000	1.40
+++ ChangeLog	24 Sep 2012 19:14:36 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/snmplib
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.40 2012/09/23 07:16:27 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.41 2012/09/24 19:14:36 ago Exp $
+
+  24 Sep 2012; Agostino Sarubbo <ago@gentoo.org> snmplib-1.1.0.ebuild:
+  Stable for amd64, wrt bug #435966
 
   23 Sep 2012; Hans de Graaff <graaff@gentoo.org> -snmplib-1.0.4.ebuild:
   Cleanup.



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

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

Index: snmplib-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- snmplib-1.1.0.ebuild	1 May 2012 18:24:17 -0000	1.2
+++ snmplib-1.1.0.ebuild	24 Sep 2012 19:14:36 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.1.0.ebuild,v 1.2 2012/05/01 18:24:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.1.0.ebuild,v 1.3 2012/09/24 19:14:36 ago Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ruby19 ree18"
@@ -18,7 +18,7 @@
 DESCRIPTION="SNMP library implemented in pure Ruby"
 HOMEPAGE="http://snmplib.rubyforge.org/"
 
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 LICENSE="Ruby"
 SLOT="0"
 





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/snmplib: ChangeLog snmplib-1.1.0.ebuild
@ 2012-09-27 19:45 Johannes Huber (johu)
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber (johu) @ 2012-09-27 19:45 UTC (permalink / raw
  To: gentoo-commits

johu        12/09/27 19:45:18

  Modified:             ChangeLog snmplib-1.1.0.ebuild
  Log:
  Stable for x86, wrt bug #435966
  
  (Portage version: 2.2.0_alpha133/cvs/Linux i686)

Revision  Changes    Path
1.42                 dev-ruby/snmplib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	24 Sep 2012 19:14:36 -0000	1.41
+++ ChangeLog	27 Sep 2012 19:45:18 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/snmplib
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.41 2012/09/24 19:14:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.42 2012/09/27 19:45:18 johu Exp $
+
+  27 Sep 2012; Johannes Huber <johu@gentoo.org> snmplib-1.1.0.ebuild:
+  Stable for x86, wrt bug #435966
 
   24 Sep 2012; Agostino Sarubbo <ago@gentoo.org> snmplib-1.1.0.ebuild:
   Stable for amd64, wrt bug #435966



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

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

Index: snmplib-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- snmplib-1.1.0.ebuild	24 Sep 2012 19:14:36 -0000	1.3
+++ snmplib-1.1.0.ebuild	27 Sep 2012 19:45:18 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.1.0.ebuild,v 1.3 2012/09/24 19:14:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.1.0.ebuild,v 1.4 2012/09/27 19:45:18 johu Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ruby19 ree18"
@@ -18,7 +18,7 @@
 DESCRIPTION="SNMP library implemented in pure Ruby"
 HOMEPAGE="http://snmplib.rubyforge.org/"
 
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 LICENSE="Ruby"
 SLOT="0"
 





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/snmplib: ChangeLog snmplib-1.1.0.ebuild
@ 2014-03-25 14:40 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-03-25 14:40 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/03/25 14:40:14

  Modified:             ChangeLog
  Removed:              snmplib-1.1.0.ebuild
  Log:
  Cleanup old.
  
  (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.49                 dev-ruby/snmplib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	24 Mar 2014 15:12:27 -0000	1.48
+++ ChangeLog	25 Mar 2014 14:40:14 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/snmplib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.48 2014/03/24 15:12:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.49 2014/03/25 14:40:14 mrueg Exp $
+
+  25 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -snmplib-1.1.0.ebuild:
+  Cleanup old.
 
   24 Mar 2014; Agostino Sarubbo <ago@gentoo.org> snmplib-1.1.1.ebuild:
   Stable for ppc, wrt bug #503686





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

end of thread, other threads:[~2014-03-25 14:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-25 14:40 [gentoo-commits] gentoo-x86 commit in dev-ruby/snmplib: ChangeLog snmplib-1.1.0.ebuild Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-27 19:45 Johannes Huber (johu)
2012-09-24 19:14 Agostino Sarubbo (ago)
2011-12-25  7:57 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