commit:     e38dfc09340baece0d59592bd309a2f1620f7ba5
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 10:30:22 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 10:32:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38dfc09

dev-ruby/rcairo: cleanup; drops x86 stable keyword, bug 587024

Package-Manager: portage-2.3.0

 dev-ruby/rcairo/Manifest                |  1 -
 dev-ruby/rcairo/rcairo-1.14.1-r1.ebuild | 76 ---------------------------------
 dev-ruby/rcairo/rcairo-1.14.1.ebuild    | 76 ---------------------------------
 3 files changed, 153 deletions(-)

diff --git a/dev-ruby/rcairo/Manifest b/dev-ruby/rcairo/Manifest
index 81225a0..34ab02b 100644
--- a/dev-ruby/rcairo/Manifest
+++ b/dev-ruby/rcairo/Manifest
@@ -1,3 +1,2 @@
-DIST cairo-1.14.1.gem 96768 SHA256 
e93a7bc97687d2725b77f4651656f77a42a134e39129e05c853c6eac1929ae4d SHA512 
08d045f5763ed61ff10fe7d5388532e4fd6be24411a9e5e1ea3cc17de48092cab0723cbf17208eb488fa3322114f4112182983a487516db291173644a0dee355
 WHIRLPOOL 
cc0056366208c6b3f722042758a6a469b0ffe4dcb8a71fc17970773e4fad05208efd46d7b354feb71230ecedd839d719cbde1685f5c113288f7777bda58ff52c
 DIST cairo-1.14.3.gem 97792 SHA256 
e3a31ef8097c0b16f2ad71561dca37b4564ae3003838a82805aadeceb69d03b6 SHA512 
aba56403ca813bdcc56c01fed76642e4115a683ed3e3d056675195d2d86fc7dfa44f0077ca47407eeea27789824171251222e6300f3f3c395bc186afb616c772
 WHIRLPOOL 
724d072ad881f54cdcdc631399f99e6bdc563bc78f70c611bdeb3ddc659de78e4ce75c1ec51ac6659542e9ab8ae9c138caa610f97e37a6a1d69440313b69e6a9
 DIST cairo-1.15.2.gem 98304 SHA256 
954cb9bf7ac7cc79a5cc805be61ca81378454f20f621939fa6afb4513cab50d9 SHA512 
61ebc30c096de50e4a1d5115c3af45913870aa357a788aa3d440f3945b0292ff410022296879f5a5d03229114261227db1fb15ceaee1cf91c586bb1f00544fc6
 WHIRLPOOL 
6be8cf957f08c3e871bbd73e33a41d117e92e123569756332552e47b6287c68682f91c3b23e85156d84348de17f3f901ffd7bce9cbaf6289558d27ffa522a2c5

diff --git a/dev-ruby/rcairo/rcairo-1.14.1-r1.ebuild 
b/dev-ruby/rcairo/rcairo-1.14.1-r1.ebuild
deleted file mode 100644
index 19a543a..00000000
--- a/dev-ruby/rcairo/rcairo-1.14.1-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_NAME="cairo"
-
-# Documentation depends on files that are not distributed.
-RUBY_FAKEGEM_TASK_DOC=""
-
-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 ~ppc ~x86"
-
-RDEPEND="${RDEPEND}
-       >=x11-libs/cairo-1.2.0[svg]"
-DEPEND="${DEPEND}
-       >=x11-libs/cairo-1.2.0[svg]"
-
-ruby_add_bdepend "
-       dev-ruby/pkg-config
-       dev-ruby/ruby-glib2
-       test? ( >=dev-ruby/test-unit-2.1.0-r1:2 )"
-
-all_ruby_prepare() {
-       # Avoid development dependency.
-       sed -i -e '/notify/ s:^:#:' test/cairo-test-utils.rb || die
-}
-
-each_ruby_configure() {
-       ${RUBY} -Cext/cairo extconf.rb || die "extconf failed"
-}
-
-each_ruby_compile() {
-       emake V=1 -Cext/cairo
-
-       # 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"
-}
-
-each_ruby_install() {
-       each_fakegem_install
-
-       insinto $(ruby_get_hdrdir)
-       doins ext/cairo/rb_cairo.h
-}
-
-all_ruby_install() {
-       all_fakegem_install
-
-       insinto /usr/share/doc/${PF}/samples
-       doins -r samples/*
-}

diff --git a/dev-ruby/rcairo/rcairo-1.14.1.ebuild 
b/dev-ruby/rcairo/rcairo-1.14.1.ebuild
deleted file mode 100644
index d8b472f..00000000
--- a/dev-ruby/rcairo/rcairo-1.14.1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_NAME="cairo"
-
-# Documentation depends on files that are not distributed.
-RUBY_FAKEGEM_TASK_DOC=""
-
-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 ~ppc x86"
-
-RDEPEND="${RDEPEND}
-       >=x11-libs/cairo-1.2.0[svg]"
-DEPEND="${DEPEND}
-       >=x11-libs/cairo-1.2.0[svg]"
-
-ruby_add_bdepend "
-       dev-ruby/pkg-config
-       dev-ruby/ruby-glib2
-       test? ( >=dev-ruby/test-unit-2.1.0-r1:2 )"
-
-all_ruby_prepare() {
-       # Avoid development dependency.
-       sed -i -e '/notify/ s:^:#:' test/cairo-test-utils.rb || die
-}
-
-each_ruby_configure() {
-       ${RUBY} -Cext/cairo extconf.rb || die "extconf failed"
-}
-
-each_ruby_compile() {
-       emake V=1 -Cext/cairo
-
-       # 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"
-}
-
-each_ruby_install() {
-       each_fakegem_install
-
-       insinto $(ruby_get_hdrdir)
-       doins ext/cairo/rb_cairo.h
-}
-
-all_ruby_install() {
-       all_fakegem_install
-
-       insinto /usr/share/doc/${PF}/samples
-       doins -r samples/*
-}

Reply via email to