diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-03-08 17:55:17 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-03-08 17:55:17 +0000 |
commit | 888bd11dd1f95a80f6c9d80078a6b5d602f606fb (patch) | |
tree | cca753ce93eb25959e6baaf076f0d2b042de4d68 /dev-ruby | |
parent | Version bump. (diff) | |
download | historical-888bd11dd1f95a80f6c9d80078a6b5d602f606fb.tar.gz historical-888bd11dd1f95a80f6c9d80078a6b5d602f606fb.tar.bz2 historical-888bd11dd1f95a80f6c9d80078a6b5d602f606fb.zip |
Remove old versions.
Package-Manager: portage-2.1.9.25/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rcairo/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rcairo/rcairo-1.10.0.ebuild | 72 | ||||
-rw-r--r-- | dev-ruby/rcairo/rcairo-1.8.5-r1.ebuild | 79 | ||||
-rw-r--r-- | dev-ruby/uuidtools/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/uuidtools/uuidtools-1.0.7.ebuild | 48 | ||||
-rw-r--r-- | dev-ruby/uuidtools/uuidtools-2.1.1-r2.ebuild | 36 |
6 files changed, 10 insertions, 237 deletions
diff --git a/dev-ruby/rcairo/ChangeLog b/dev-ruby/rcairo/ChangeLog index 433f987956a1..9ba6d1dd074b 100644 --- a/dev-ruby/rcairo/ChangeLog +++ b/dev-ruby/rcairo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rcairo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/ChangeLog,v 1.53 2011/02/13 09:40:24 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/ChangeLog,v 1.54 2011/03/08 17:55:17 graaff Exp $ + + 08 Mar 2011; Hans de Graaff <graaff@gentoo.org> -rcairo-1.8.5-r1.ebuild, + -rcairo-1.10.0.ebuild: + Remove old versions. 13 Feb 2011; Hans de Graaff <graaff@gentoo.org> rcairo-1.10.0.ebuild, rcairo-1.10.0-r2.ebuild: diff --git a/dev-ruby/rcairo/rcairo-1.10.0.ebuild b/dev-ruby/rcairo/rcairo-1.10.0.ebuild deleted file mode 100644 index 08a4e74eb1b7..000000000000 --- a/dev-ruby/rcairo/rcairo-1.10.0.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/rcairo-1.10.0.ebuild,v 1.2 2011/02/13 09:40:24 graaff Exp $ - -EAPI=2 - -# ruby19 → fails, and even crashes Ruby -# jruby → cannot work, it's a compiled extension -USE_RUBY="ruby18" - -RUBY_FAKEGEM_NAME="cairo" - -# Documentation depends on files that are not distributed. -RUBY_FAKEGEM_TASK_DOC="" - -# Depends on test-unit-2 which is currently masked. -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_DOCDIR="doc" - -RUBY_FAKEGEM_EXTRADOC="AUTHORS NEWS" - -inherit multilib ruby-fakegem - -DESCRIPTION="Ruby bindings for cairo" -HOMEPAGE="http://cairographics.org/rcairo/" - -IUSE="" - -SLOT="0" -LICENSE="|| ( Ruby GPL-2 )" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" - -RDEPEND="${RDEPEND} - >=x11-libs/cairo-1.2.0[svg]" -DEPEND="${DEPEND} - >=x11-libs/cairo-1.2.0[svg] - dev-util/pkgconfig" - -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.1.0-r1:2 )" - -each_ruby_prepare() { - # Remove a failing test for the new recording surface. It's not - # clear if this is a test failure or not, but we need to move on - # with cairo 1.10. - rm test/test_recording_surface.rb || die -} - -each_ruby_configure() { - ${RUBY} extconf.rb || die "extconf failed" -} - -each_ruby_compile() { - emake || die "make failed" - - # again, try to make it more standard, to install it more easily. - cp ext/cairo/cairo$(get_modname) lib/ || die -} - -each_ruby_test() { - # don't rely on the Rakefile because it's a mess to load with - # their hierarchy, do it manually. - ${RUBY} -Ilib -r ./test/cairo-test-utils.rb \ - -e 'gem "test-unit"; require "test/unit"; Dir.glob("test/**/test_*.rb") {|f| load f}' || die "tests failed" -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF}/samples - doins -r samples/* || die "Cannot install sample files." -} diff --git a/dev-ruby/rcairo/rcairo-1.8.5-r1.ebuild b/dev-ruby/rcairo/rcairo-1.8.5-r1.ebuild deleted file mode 100644 index 6ac0476a41d9..000000000000 --- a/dev-ruby/rcairo/rcairo-1.8.5-r1.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/rcairo-1.8.5-r1.ebuild,v 1.2 2011/02/12 18:32:09 xarthisius Exp $ - -EAPI=2 - -# ruby19 → fails, and even crashes Ruby -# jruby → cannot work, it's a compiled extension -USE_RUBY="ruby18" - -# Documentation depends on files that are not distributed. -RUBY_FAKEGEM_TASK_DOC="" - -# Depends on test-unit-2 which is currently masked. -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_DOCDIR="doc" - -RUBY_FAKEGEM_EXTRADOC="AUTHORS NEWS" - -inherit multilib ruby-fakegem - -IUSE="" - -DESCRIPTION="Ruby bindings for cairo" -HOMEPAGE="http://cairographics.org/rcairo/" -SRC_URI="mirror://rubygems/cairo-${PV}.gem" - -SLOT="0" -LICENSE="|| ( Ruby GPL-2 )" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" - -RDEPEND="${RDEPEND} - >=x11-libs/cairo-1.2.0[svg] - <x11-libs/cairo-1.10" -DEPEND="${DEPEND} - >=x11-libs/cairo-1.2.0[svg] - <x11-libs/cairo-1.10 - dev-util/pkgconfig" - -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.1.0-r1:2 )" - -all_ruby_prepare() { - # it fails, badly, as it expects the .pc to be frozen in time, - # which it isn't... - rm test/test_pkg_config.rb || die - - # fix two strange assert calls - sed -i \ - -e 's:assert_true(:assert(:' \ - -e 's:assert_false(:assert(!:' \ - test/test_exception.rb \ - test/test_constants.rb || die -} - -each_ruby_configure() { - ${RUBY} extconf.rb || die "extconf failed" -} - -each_ruby_compile() { - emake || die "make failed" - - # again, try to make it more standard, to install it more easily. - cp ext/cairo/cairo$(get_modname) lib/ || die -} - -each_ruby_test() { - # don't rely on the Rakefile because it's a mess to load with - # their hierarchy, do it manually. - ${RUBY} -Ilib -r test/unit -r ./test/cairo-test-utils.rb \ - -e 'Dir.glob("test/**/test_*.rb") {|f| load f}' || die "tests failed" -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF}/samples - doins -r samples/* || die "Cannot install sample files." -} diff --git a/dev-ruby/uuidtools/ChangeLog b/dev-ruby/uuidtools/ChangeLog index dc362b26ce5b..d7572587c120 100644 --- a/dev-ruby/uuidtools/ChangeLog +++ b/dev-ruby/uuidtools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/uuidtools # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/ChangeLog,v 1.23 2011/03/08 11:29:54 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/ChangeLog,v 1.24 2011/03/08 17:51:34 graaff Exp $ + + 08 Mar 2011; Hans de Graaff <graaff@gentoo.org> -uuidtools-1.0.7.ebuild, + -uuidtools-2.1.1-r2.ebuild: + Remove old versions. 08 Mar 2011; Thomas Kahle <tomka@gentoo.org> uuidtools-2.1.1-r1.ebuild: x86 stable per bug 333867 diff --git a/dev-ruby/uuidtools/uuidtools-1.0.7.ebuild b/dev-ruby/uuidtools/uuidtools-1.0.7.ebuild deleted file mode 100644 index 13cd793765a5..000000000000 --- a/dev-ruby/uuidtools/uuidtools-1.0.7.ebuild +++ /dev/null @@ -1,48 +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/uuidtools/uuidtools-1.0.7.ebuild,v 1.3 2010/10/09 07:46:17 graaff Exp $ - -inherit ruby - -DESCRIPTION="Simple library to generate UUIDs" -HOMEPAGE="http://uuidtools.rubyforge.org/" -SRC_URI="mirror://rubyforge/${PN}/${P}.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test doc" - -DEPEND="doc? ( dev-ruby/rake ) - test? ( dev-ruby/rake ) - test? ( >=dev-ruby/rspec-1.0.8 )" -RDEPEND="" - -USE_RUBY="ruby18" - -src_unpack() { - unpack ${A} - - find . -name '._*.rb' -delete || die "unable to remove mac files" -} - -src_compile() { - if use doc; then - rake doc || die "rake doc failed" - fi -} - -src_test() { - rake spec:normal || die "rake spec failed" -} - -src_install() { - cd "${S}"/lib - doruby -r * || die "doruby failed" - - if use doc; then - dohtml -r "${S}"/doc/* || die "dohtml failed" - fi - - dodoc "${S}"/CHANGELOG "${S}"/README || die "dodoc failed" -} diff --git a/dev-ruby/uuidtools/uuidtools-2.1.1-r2.ebuild b/dev-ruby/uuidtools/uuidtools-2.1.1-r2.ebuild deleted file mode 100644 index 153ef1a128cb..000000000000 --- a/dev-ruby/uuidtools/uuidtools-2.1.1-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.1-r2.ebuild,v 1.3 2011/01/10 18:11:33 graaff Exp $ - -EAPI=2 - -USE_RUBY="ruby18 ruby19 jruby" - -RUBY_FAKEGEM_TASK_DOC="doc" -RUBY_FAKEGEM_TASK_TEST="spec:normal" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README" - -inherit ruby-fakegem - -DESCRIPTION="Simple library to generate UUIDs" -HOMEPAGE="http://uuidtools.rubyforge.org/" -SRC_URI="mirror://rubyforge/${PN}/${P}.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-macos" -IUSE="" - -# Rakefile does not work without rspec (and is quite difficult to work -# it around). -ruby_add_bdepend " - doc? ( >=dev-ruby/rspec-1.0.8:0 ) - test? ( >=dev-ruby/rspec-1.0.8:0 )" - -all_ruby_prepare() { - sed -i \ - -e '1d; 2i require File.expand_path("../../spec_helper.rb", __FILE__)' \ - "${S}"/spec/uuidtools/*.rb || die -} |