* [gentoo-commits] gentoo-x86 commit in dev-ruby/snmplib: snmplib-1.0.3.ebuild ChangeLog
@ 2010-07-08 19:06 Hans de Graaff (graaff)
0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff (graaff) @ 2010-07-08 19:06 UTC (permalink / raw
To: gentoo-commits
graaff 10/07/08 19:06:54
Modified: snmplib-1.0.3.ebuild ChangeLog
Log:
Use RUBY_FAKEGEM_NAME
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ruby/snmplib/snmplib-1.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild?r1=1.1&r2=1.2
Index: snmplib-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- snmplib-1.0.3.ebuild 4 Jun 2010 05:54:28 -0000 1.1
+++ snmplib-1.0.3.ebuild 8 Jul 2010 19:06:54 -0000 1.2
@@ -1,10 +1,12 @@
# 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.3.ebuild,v 1.1 2010/06/04 05:54:28 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild,v 1.2 2010/07/08 19:06:54 graaff Exp $
EAPI=2
USE_RUBY="ruby18"
+RUBY_FAKEGEM_NAME="snmp"
+
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README"
RUBY_FAKEGEM_EXTRAINSTALL="data"
@@ -13,11 +15,8 @@
IUSE=""
-MY_P="${P/snmplib/snmp}"
-
DESCRIPTION="SNMP library implemented in pure Ruby"
HOMEPAGE="http://snmplib.rubyforge.org/"
-SRC_URI="mirror://rubygems/${MY_P}.gem"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
LICENSE="Ruby"
1.28 dev-ruby/snmplib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 4 Jun 2010 05:54:28 -0000 1.27
+++ ChangeLog 8 Jul 2010 19:06:54 -0000 1.28
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/snmplib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.27 2010/06/04 05:54:28 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.28 2010/07/08 19:06:54 graaff Exp $
+
+ 08 Jul 2010; Hans de Graaff <graaff@gentoo.org> snmplib-1.0.3.ebuild:
+ Use RUBY_FAKEGEM_NAME
*snmplib-1.0.3 (04 Jun 2010)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/snmplib: snmplib-1.0.3.ebuild ChangeLog
@ 2011-08-13 8:38 Hans de Graaff (graaff)
0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff (graaff) @ 2011-08-13 8:38 UTC (permalink / raw
To: gentoo-commits
graaff 11/08/13 08:38:04
Modified: snmplib-1.0.3.ebuild ChangeLog
Log:
Fix broken tests, bug 323423.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-ruby/snmplib/snmplib-1.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild?r1=1.2&r2=1.3
Index: snmplib-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- snmplib-1.0.3.ebuild 8 Jul 2010 19:06:54 -0000 1.2
+++ snmplib-1.0.3.ebuild 13 Aug 2011 08:38:04 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.0.3.ebuild,v 1.2 2010/07/08 19:06:54 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild,v 1.3 2011/08/13 08:38:04 graaff Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -22,8 +22,16 @@
LICENSE="Ruby"
SLOT="0"
+
ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
+all_ruby_prepare() {
+ # Use the fully qualified class name to avoid problems with other
+ # Integer class definitions. Should fix
+ # https://bugs.gentoo.org/show_bug.cgi?id=323423
+ sed -i -e 's/\sInteger/ SNMP::Integer/' test/* || die
+}
+
all_ruby_install() {
all_fakegem_install
1.29 dev-ruby/snmplib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 8 Jul 2010 19:06:54 -0000 1.28
+++ ChangeLog 13 Aug 2011 08:38:04 -0000 1.29
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/snmplib
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.28 2010/07/08 19:06:54 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.29 2011/08/13 08:38:04 graaff Exp $
+
+ 13 Aug 2011; Hans de Graaff <graaff@gentoo.org> snmplib-1.0.3.ebuild:
+ Fix broken tests, bug 323423.
08 Jul 2010; Hans de Graaff <graaff@gentoo.org> snmplib-1.0.3.ebuild:
Use RUBY_FAKEGEM_NAME
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/snmplib: snmplib-1.0.3.ebuild ChangeLog
@ 2011-08-13 8:39 Hans de Graaff (graaff)
0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff (graaff) @ 2011-08-13 8:39 UTC (permalink / raw
To: gentoo-commits
graaff 11/08/13 08:39:34
Modified: snmplib-1.0.3.ebuild ChangeLog
Log:
Whitespace.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-ruby/snmplib/snmplib-1.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild?r1=1.3&r2=1.4
Index: snmplib-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- snmplib-1.0.3.ebuild 13 Aug 2011 08:38:04 -0000 1.3
+++ snmplib-1.0.3.ebuild 13 Aug 2011 08:39:34 -0000 1.4
@@ -1,6 +1,6 @@
# 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.0.3.ebuild,v 1.3 2011/08/13 08:38:04 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild,v 1.4 2011/08/13 08:39:34 graaff Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -22,7 +22,6 @@
LICENSE="Ruby"
SLOT="0"
-
ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
all_ruby_prepare() {
1.30 dev-ruby/snmplib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 13 Aug 2011 08:38:04 -0000 1.29
+++ ChangeLog 13 Aug 2011 08:39:34 -0000 1.30
@@ -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.29 2011/08/13 08:38:04 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.30 2011/08/13 08:39:34 graaff Exp $
+
+ 13 Aug 2011; Hans de Graaff <graaff@gentoo.org> snmplib-1.0.3.ebuild:
+ Whitespace.
13 Aug 2011; Hans de Graaff <graaff@gentoo.org> snmplib-1.0.3.ebuild:
Fix broken tests, bug 323423.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/snmplib: snmplib-1.0.3.ebuild ChangeLog
@ 2011-08-14 22:13 Markos Chandras (hwoarang)
0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-08-14 22:13 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/08/14 22:13:04
Modified: snmplib-1.0.3.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #379019
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-ruby/snmplib/snmplib-1.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild?r1=1.4&r2=1.5
Index: snmplib-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- snmplib-1.0.3.ebuild 13 Aug 2011 08:39:34 -0000 1.4
+++ snmplib-1.0.3.ebuild 14 Aug 2011 22:13:04 -0000 1.5
@@ -1,6 +1,6 @@
# 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.0.3.ebuild,v 1.4 2011/08/13 08:39:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild,v 1.5 2011/08/14 22:13:04 hwoarang Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -18,7 +18,7 @@
DESCRIPTION="SNMP library implemented in pure Ruby"
HOMEPAGE="http://snmplib.rubyforge.org/"
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~x86"
LICENSE="Ruby"
SLOT="0"
1.31 dev-ruby/snmplib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 13 Aug 2011 08:39:34 -0000 1.30
+++ ChangeLog 14 Aug 2011 22:13:04 -0000 1.31
@@ -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.30 2011/08/13 08:39:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.31 2011/08/14 22:13:04 hwoarang Exp $
+
+ 14 Aug 2011; Markos Chandras <hwoarang@gentoo.org> snmplib-1.0.3.ebuild:
+ Stable on amd64 wrt bug #379019
13 Aug 2011; Hans de Graaff <graaff@gentoo.org> snmplib-1.0.3.ebuild:
Whitespace.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/snmplib: snmplib-1.0.3.ebuild ChangeLog
@ 2011-08-21 3:32 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-08-21 3:32 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/08/21 03:32:56
Modified: snmplib-1.0.3.ebuild ChangeLog
Log:
x86 stable wrt bug #379019
(Portage version: 2.1.10.3/cvs/Linux i686)
Revision Changes Path
1.6 dev-ruby/snmplib/snmplib-1.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild?r1=1.5&r2=1.6
Index: snmplib-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- snmplib-1.0.3.ebuild 14 Aug 2011 22:13:04 -0000 1.5
+++ snmplib-1.0.3.ebuild 21 Aug 2011 03:32:55 -0000 1.6
@@ -1,6 +1,6 @@
# 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.0.3.ebuild,v 1.5 2011/08/14 22:13:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild,v 1.6 2011/08/21 03:32:55 phajdan.jr Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -18,7 +18,7 @@
DESCRIPTION="SNMP library implemented in pure Ruby"
HOMEPAGE="http://snmplib.rubyforge.org/"
-KEYWORDS="amd64 ~ia64 ~ppc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc x86"
LICENSE="Ruby"
SLOT="0"
1.32 dev-ruby/snmplib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 14 Aug 2011 22:13:04 -0000 1.31
+++ ChangeLog 21 Aug 2011 03:32:55 -0000 1.32
@@ -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.31 2011/08/14 22:13:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.32 2011/08/21 03:32:55 phajdan.jr Exp $
+
+ 21 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> snmplib-1.0.3.ebuild:
+ x86 stable wrt bug #379019
14 Aug 2011; Markos Chandras <hwoarang@gentoo.org> snmplib-1.0.3.ebuild:
Stable on amd64 wrt bug #379019
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/snmplib: snmplib-1.0.3.ebuild ChangeLog
@ 2011-08-28 17:09 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2011-08-28 17:09 UTC (permalink / raw
To: gentoo-commits
armin76 11/08/28 17:09:42
Modified: snmplib-1.0.3.ebuild ChangeLog
Log:
ia64 stable wrt #379019
(Portage version: 2.1.10.11/cvs/Linux ia64)
Revision Changes Path
1.7 dev-ruby/snmplib/snmplib-1.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild?r1=1.6&r2=1.7
Index: snmplib-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- snmplib-1.0.3.ebuild 21 Aug 2011 03:32:55 -0000 1.6
+++ snmplib-1.0.3.ebuild 28 Aug 2011 17:09:42 -0000 1.7
@@ -1,6 +1,6 @@
# 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.0.3.ebuild,v 1.6 2011/08/21 03:32:55 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild,v 1.7 2011/08/28 17:09:42 armin76 Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -18,7 +18,7 @@
DESCRIPTION="SNMP library implemented in pure Ruby"
HOMEPAGE="http://snmplib.rubyforge.org/"
-KEYWORDS="amd64 ~ia64 ~ppc x86"
+KEYWORDS="amd64 ia64 ~ppc x86"
LICENSE="Ruby"
SLOT="0"
1.33 dev-ruby/snmplib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 21 Aug 2011 03:32:55 -0000 1.32
+++ ChangeLog 28 Aug 2011 17:09:42 -0000 1.33
@@ -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.32 2011/08/21 03:32:55 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.33 2011/08/28 17:09:42 armin76 Exp $
+
+ 28 Aug 2011; Raúl Porcel <armin76@gentoo.org> snmplib-1.0.3.ebuild:
+ ia64 stable wrt #379019
21 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> snmplib-1.0.3.ebuild:
x86 stable wrt bug #379019
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-08-28 17:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-14 22:13 [gentoo-commits] gentoo-x86 commit in dev-ruby/snmplib: snmplib-1.0.3.ebuild ChangeLog Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2011-08-28 17:09 Raul Porcel (armin76)
2011-08-21 3:32 PaweA Hajdan (phajdan.jr)
2011-08-13 8:39 Hans de Graaff (graaff)
2011-08-13 8:38 Hans de Graaff (graaff)
2010-07-08 19:06 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