diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-10-27 06:41:47 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-10-27 06:41:47 +0000 |
commit | e0ba30574e155c94812785bc0a526e87ff30d126 (patch) | |
tree | a8f8d5e3e8f0358b8d382cce55d12cfafb0c30ce /dev-ruby/unf_ext | |
parent | Cleanup. (diff) | |
download | gentoo-2-e0ba30574e155c94812785bc0a526e87ff30d126.tar.gz gentoo-2-e0ba30574e155c94812785bc0a526e87ff30d126.tar.bz2 gentoo-2-e0ba30574e155c94812785bc0a526e87ff30d126.zip |
Cleanup.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/unf_ext')
-rw-r--r-- | dev-ruby/unf_ext/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/unf_ext/unf_ext-0.0.5.ebuild | 45 |
2 files changed, 4 insertions, 46 deletions
diff --git a/dev-ruby/unf_ext/ChangeLog b/dev-ruby/unf_ext/ChangeLog index 8e77458f78bf..45f26e7da65c 100644 --- a/dev-ruby/unf_ext/ChangeLog +++ b/dev-ruby/unf_ext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/unf_ext # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v 1.10 2013/09/15 09:30:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v 1.11 2013/10/27 06:41:47 graaff Exp $ + + 27 Oct 2013; Hans de Graaff <graaff@gentoo.org> -unf_ext-0.0.5.ebuild: + Cleanup. 15 Sep 2013; Agostino Sarubbo <ago@gentoo.org> unf_ext-0.0.6.ebuild: Stable for x86, wrt bug #483694 diff --git a/dev-ruby/unf_ext/unf_ext-0.0.5.ebuild b/dev-ruby/unf_ext/unf_ext-0.0.5.ebuild deleted file mode 100644 index e5696cea7303..000000000000 --- a/dev-ruby/unf_ext/unf_ext-0.0.5.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.5.ebuild,v 1.5 2012/11/25 19:11:48 tomka Exp $ - -EAPI=4 - -USE_RUBY="ruby18 ruby19 ree18" - -RUBY_FAKEGEM_RECIPE_TEST="none" -RUBY_FAKEGEM_DOCDIR="doc" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem multilib - -DESCRIPTION="Unicode Normalization Form support library for CRuby" -HOMEPAGE="http://sourceforge.jp/projects/unf/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="doc test" - -ruby_add_bdepend "doc? ( dev-ruby/hoe dev-ruby/jeweler ) - test? ( - >=dev-ruby/test-unit-2.5.1-r1 - dev-ruby/shoulda - )" - -all_ruby_prepare() { - sed -i -e '/bundler/,/end/ s:^:#:' Rakefile test/helper.rb || die -} - -each_ruby_configure() { - ${RUBY} -Cext/unf_ext extconf.rb || die -} - -each_ruby_compile() { - emake -Cext/unf_ext CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" - cp ext/unf_ext/*$(get_modname) lib/ || die -} - -each_ruby_test() { - ruby-ng_testrb-2 test/test_*.rb -} |