diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-10-31 08:30:35 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-10-31 08:30:35 +0000 |
commit | 89563e61418c68ebcd619151aa70a1b06a9775b6 (patch) | |
tree | 05ece10404021ecd29f5df9c85f1286662467f02 | |
parent | Update ChangeLog: deprecated use of goto to jump into a construct in h2ph was... (diff) | |
download | historical-89563e61418c68ebcd619151aa70a1b06a9775b6.tar.gz historical-89563e61418c68ebcd619151aa70a1b06a9775b6.tar.bz2 historical-89563e61418c68ebcd619151aa70a1b06a9775b6.zip |
Remove old version.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
-rw-r--r-- | dev-ruby/builder/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/builder/builder-2.1.2.ebuild | 15 | ||||
-rw-r--r-- | dev-ruby/json/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/json/json-1.4.3-r2.ebuild | 65 | ||||
-rw-r--r-- | dev-ruby/term-ansicolor/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/term-ansicolor/term-ansicolor-1.0.5.ebuild | 30 |
6 files changed, 13 insertions, 113 deletions
diff --git a/dev-ruby/builder/ChangeLog b/dev-ruby/builder/ChangeLog index d2e617fbe50b..c7eb918ce928 100644 --- a/dev-ruby/builder/ChangeLog +++ b/dev-ruby/builder/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/builder # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v 1.51 2010/10/12 15:29:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v 1.52 2010/10/31 08:24:38 graaff Exp $ + + 31 Oct 2010; Hans de Graaff <graaff@gentoo.org> -builder-2.1.2.ebuild: + Remove old version. 12 Oct 2010; Raúl Porcel <armin76@gentoo.org> builder-2.1.2-r1.ebuild: s390 stable diff --git a/dev-ruby/builder/builder-2.1.2.ebuild b/dev-ruby/builder/builder-2.1.2.ebuild deleted file mode 100644 index 89e44e8d38d5..000000000000 --- a/dev-ruby/builder/builder-2.1.2.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-2.1.2.ebuild,v 1.7 2009/06/07 17:39:44 armin76 Exp $ - -inherit ruby gems - -DESCRIPTION="A builder to facilitate programatic generation of XML markup" -HOMEPAGE="http://rubyforge.org/projects/builder/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.2" diff --git a/dev-ruby/json/ChangeLog b/dev-ruby/json/ChangeLog index 52b7bd9d919c..bd6114991c0c 100644 --- a/dev-ruby/json/ChangeLog +++ b/dev-ruby/json/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/json # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.46 2010/10/10 13:06:44 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.47 2010/10/31 08:28:41 graaff Exp $ + + 31 Oct 2010; Hans de Graaff <graaff@gentoo.org> -json-1.4.3-r2.ebuild: + Remove old version. 10 Oct 2010; Tobias Klausmann <klausman@gentoo.org> json-1.4.6.ebuild: Keyworded on alpha, bug #325465 diff --git a/dev-ruby/json/json-1.4.3-r2.ebuild b/dev-ruby/json/json-1.4.3-r2.ebuild deleted file mode 100644 index 1bf02dfa329b..000000000000 --- a/dev-ruby/json/json-1.4.3-r2.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.4.3-r2.ebuild,v 1.2 2010/08/05 17:07:39 maekke Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18 ruby19 jruby" - -RUBY_FAKEGEM_TASK_DOC="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES TODO README" -RUBY_FAKEGEM_DOCDIR="doc" - -inherit multilib ruby-fakegem - -DESCRIPTION="A JSON implementation as a Ruby extension." -HOMEPAGE="http://json.rubyforge.org/" -LICENSE="|| ( Ruby GPL-2 )" -SRC_URI="mirror://rubygems/${P}.gem" - -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" -SLOT="0" -IUSE="" - -RDEPEND="${RDEPEND}" -DEPEND="${DEPEND} - dev-util/ragel" - -ruby_add_bdepend "dev-ruby/rake - test? ( virtual/ruby-test-unit )" - -all_ruby_prepare() { - # Avoid building the extension twice! - sed -i \ - -e 's| => :compile_ext||' \ - -e 's| => :clean||' \ - Rakefile || die "rakefile fix failed" -} - -each_ruby_compile() { - if [[ $(basename ${RUBY}) != "jruby" ]]; then - ${RUBY} -S rake compile_ext || die "extension compile failed" - fi -} - -each_ruby_test() { - # We have to set RUBYLIB because otherwise the tests will run - # against the sytem-installed json; at the same time, we cannot - # use the -I parameter because rake won't let it pass to the - # testrb call that is executed down the road. - - RUBYLIB="${RUBYLIB}${RUBYLIB+:}lib:ext/json/ext" \ - ${RUBY} -S rake test_pure || die "pure ruby tests failed" - - if [[ $(basename ${RUBY}) != "jruby" ]]; then - RUBYLIB="${RUBYLIB}${RUBYLIB+:}lib:ext" \ - ${RUBY} -Ilib:ext -S rake test_ext || die " ruby extension tests failed" - fi -} - -each_ruby_install() { - each_fakegem_install - if [[ $(basename ${RUBY}) != "jruby" ]]; then - ruby_fakegem_newins ext/json/ext/generator$(get_modname) lib/json/ext/generator$(get_modname) - ruby_fakegem_newins ext/json/ext/parser$(get_modname) lib/json/ext/parser$(get_modname) - fi -} diff --git a/dev-ruby/term-ansicolor/ChangeLog b/dev-ruby/term-ansicolor/ChangeLog index 4c49573bf9be..ea1357a6b382 100644 --- a/dev-ruby/term-ansicolor/ChangeLog +++ b/dev-ruby/term-ansicolor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/term-ansicolor # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.11 2010/10/25 00:18:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.12 2010/10/31 08:30:35 graaff Exp $ + + 31 Oct 2010; Hans de Graaff <graaff@gentoo.org> + -term-ansicolor-1.0.5.ebuild: + Remove old version. 25 Oct 2010; Jeroen Roovers <jer@gentoo.org> term-ansicolor-1.0.5-r1.ebuild: diff --git a/dev-ruby/term-ansicolor/term-ansicolor-1.0.5.ebuild b/dev-ruby/term-ansicolor/term-ansicolor-1.0.5.ebuild deleted file mode 100644 index fb9fdb5027b1..000000000000 --- a/dev-ruby/term-ansicolor/term-ansicolor-1.0.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.5.ebuild,v 1.2 2010/03/18 12:52:57 flameeyes Exp $ - -EAPI=2 -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="tests" -RUBY_FAKEGEM_EXTRADOC="CHANGES README" - -# don't install a cdiff wrapper, collides with app-misc/colordiff (bug -# #310073). -RUBY_FAKEGEM_BINWRAP="decolor" - -inherit ruby-fakegem - -DESCRIPTION="Small Ruby library that colors strings using ANSI escape sequences." -HOMEPAGE="http://term-ansicolor.rubyforge.org/" -LICENSE="GPL-2" - -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -SLOT="0" -IUSE="examples" - -all_ruby_install() { - all_fakegem_install - - use examples && docinto examples && dodoc examples/* -} |