summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-08-16 04:01:35 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-08-16 04:01:35 +0000
commit545dcf17a6acea7e9ab2d1f64d697ce4b9d6d4de (patch)
tree209decfea44be09fc3c0236afaa49ccac95ef56a /dev-ruby/ruby_parser
parentUpdate after Ruby packages move. (diff)
downloadhistorical-545dcf17a6acea7e9ab2d1f64d697ce4b9d6d4de.tar.gz
historical-545dcf17a6acea7e9ab2d1f64d697ce4b9d6d4de.tar.bz2
historical-545dcf17a6acea7e9ab2d1f64d697ce4b9d6d4de.zip
Update after Ruby packages move.
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/ruby_parser')
-rw-r--r--dev-ruby/ruby_parser/ChangeLog6
-rw-r--r--dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild6
-rw-r--r--dev-ruby/ruby_parser/ruby_parser-2.3.0.ebuild8
-rw-r--r--dev-ruby/ruby_parser/ruby_parser-2.3.1.ebuild8
4 files changed, 16 insertions, 12 deletions
diff --git a/dev-ruby/ruby_parser/ChangeLog b/dev-ruby/ruby_parser/ChangeLog
index dda11e0869e6..7a6997c24e59 100644
--- a/dev-ruby/ruby_parser/ChangeLog
+++ b/dev-ruby/ruby_parser/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ruby_parser
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.37 2012/08/14 18:55:04 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.38 2012/08/16 03:57:01 flameeyes Exp $
+
+ 16 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> ruby_parser-2.0.5.ebuild,
+ ruby_parser-2.3.0.ebuild, ruby_parser-2.3.1.ebuild:
+ Update after Ruby packages move.
14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml:
Update metadata.xml so that it's the same as most other packages.
diff --git a/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild b/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild
index 2ddad462a004..da1fbd77b736 100644
--- a/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild
+++ b/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.11 2011/09/15 04:48:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.12 2012/08/16 03:57:01 flameeyes Exp $
EAPI=2
@@ -24,4 +24,4 @@ SLOT="0"
KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
-ruby_add_rdepend ">=dev-ruby/sexp-processor-3.0.1"
+ruby_add_rdepend ">=dev-ruby/sexp_processor-3.0.1"
diff --git a/dev-ruby/ruby_parser/ruby_parser-2.3.0.ebuild b/dev-ruby/ruby_parser/ruby_parser-2.3.0.ebuild
index 94635ab5faf3..b0601c2c9c32 100644
--- a/dev-ruby/ruby_parser/ruby_parser-2.3.0.ebuild
+++ b/dev-ruby/ruby_parser/ruby_parser-2.3.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.3.0.ebuild,v 1.1 2011/09/12 05:25:27 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.3.0.ebuild,v 1.2 2012/08/16 03:57:01 flameeyes Exp $
EAPI=2
@@ -20,9 +20,9 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
-ruby_add_rdepend ">=dev-ruby/sexp-processor-3.0.1"
+ruby_add_rdepend ">=dev-ruby/sexp_processor-3.0.1"
ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.9.1 )"
-ruby_add_bdepend "test? ( virtual/ruby-test-unit >=dev-ruby/sexp-processor-3.0.6 )"
+ruby_add_bdepend "test? ( virtual/ruby-test-unit >=dev-ruby/sexp_processor-3.0.6 )"
all_ruby_prepare() {
# Remove reference to perforce method that is not in a released
diff --git a/dev-ruby/ruby_parser/ruby_parser-2.3.1.ebuild b/dev-ruby/ruby_parser/ruby_parser-2.3.1.ebuild
index 35028cea6443..d371cc64028f 100644
--- a/dev-ruby/ruby_parser/ruby_parser-2.3.1.ebuild
+++ b/dev-ruby/ruby_parser/ruby_parser-2.3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.3.1.ebuild,v 1.4 2011/12/31 18:01:46 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.3.1.ebuild,v 1.5 2012/08/16 03:57:01 flameeyes Exp $
EAPI=2
@@ -21,9 +21,9 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-lin
IUSE=""
# The sexp-processor dependency is needed to make tests pass for ruby 1.9.
-ruby_add_rdepend ">=dev-ruby/sexp-processor-3.0.9"
+ruby_add_rdepend ">=dev-ruby/sexp_processor-3.0.9"
ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.9.1 )"
-ruby_add_bdepend "test? ( virtual/ruby-test-unit >=dev-ruby/sexp-processor-3.0.6 )"
+ruby_add_bdepend "test? ( virtual/ruby-test-unit >=dev-ruby/sexp_processor-3.0.6 )"
all_ruby_prepare() {
# Remove reference to perforce method that is not in a released