summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-03-08 17:55:17 +0000
committerHans de Graaff <graaff@gentoo.org>2011-03-08 17:55:17 +0000
commit17906dc5b0e4384e527bc560f8bbb02ad3e8d62f (patch)
tree262567e74cce9875c19b16b9ccdd29dac735968d /dev-ruby/rcairo
parentRemove old versions. (diff)
downloadgentoo-2-17906dc5b0e4384e527bc560f8bbb02ad3e8d62f.tar.gz
gentoo-2-17906dc5b0e4384e527bc560f8bbb02ad3e8d62f.tar.bz2
gentoo-2-17906dc5b0e4384e527bc560f8bbb02ad3e8d62f.zip
Remove old versions.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rcairo')
-rw-r--r--dev-ruby/rcairo/ChangeLog6
-rw-r--r--dev-ruby/rcairo/rcairo-1.10.0.ebuild72
-rw-r--r--dev-ruby/rcairo/rcairo-1.8.5-r1.ebuild79
3 files changed, 5 insertions, 152 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."
-}