diff options
author | Hans de Graaff <graaff@gentoo.org> | 2015-11-12 07:50:48 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2015-11-12 07:50:48 +0100 |
commit | 51dbf9d282bc8515e7270f7a457fa49814de448b (patch) | |
tree | ad6fa1ea0c6eb06064b61ece2bb0c7e6587e6e74 /dev-ruby/ruby-xslt | |
parent | dev-ruby/ruby-net-ldap: add 0.12.1 (diff) | |
download | gentoo-51dbf9d282bc8515e7270f7a457fa49814de448b.tar.gz gentoo-51dbf9d282bc8515e7270f7a457fa49814de448b.tar.bz2 gentoo-51dbf9d282bc8515e7270f7a457fa49814de448b.zip |
dev-ruby/ruby-xslt: cleanup
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-ruby/ruby-xslt')
-rw-r--r-- | dev-ruby/ruby-xslt/ruby-xslt-0.9.9-r2.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/dev-ruby/ruby-xslt/ruby-xslt-0.9.9-r2.ebuild b/dev-ruby/ruby-xslt/ruby-xslt-0.9.9-r2.ebuild deleted file mode 100644 index 35b18f3a292b..000000000000 --- a/dev-ruby/ruby-xslt/ruby-xslt-0.9.9-r2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRADOC="ChangeLog.rdoc AUTHORS.rdoc README.rdoc" - -inherit multilib ruby-fakegem - -DESCRIPTION="A Ruby class for processing XSLT" -HOMEPAGE="http://www.rubyfr.net/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc64 x86" -IUSE="" - -DEPEND+=" >=dev-libs/libxslt-1.1.12" -RDEPEND+=" >=dev-libs/libxslt-1.1.12" - -all_ruby_prepare() { - # Remove forced -g compiler flag. - sed -i -e 's/-g //' ext/xslt_lib/extconf.rb || die - - # One test fails but we have installed this code already for a long - # time so this probably isn't a regression. No upstream bug tracker - # to report the problem :-( - sed -i -e '/test_transformation_error/,/^ end/ s:^:#:' test/test.rb || die -} - -each_ruby_configure() { - ${RUBY} -C ext/xslt_lib extconf.rb || die -} - -each_ruby_compile() { - emake -C ext/xslt_lib V=1 - cp ext/xslt_lib/xslt_lib$(get_modname) lib/xml/ || die -} - -each_ruby_test() { - ${RUBY} -I../lib:lib -Ctest test.rb || die -} |