diff options
author | Hans de Graaff <graaff@gentoo.org> | 2014-01-24 08:21:59 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2014-01-24 08:21:59 +0000 |
commit | 7719d425adc4865d350a58cb2477a4d7ecb8b484 (patch) | |
tree | 2e209d5add840a5f6e17a69faa504c65676ca546 /dev-ruby/locale | |
parent | Initial import, ebuild by me. (diff) | |
download | gentoo-2-7719d425adc4865d350a58cb2477a4d7ecb8b484.tar.gz gentoo-2-7719d425adc4865d350a58cb2477a4d7ecb8b484.tar.bz2 gentoo-2-7719d425adc4865d350a58cb2477a4d7ecb8b484.zip |
Cleanup.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/locale')
-rw-r--r-- | dev-ruby/locale/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/locale/locale-2.0.8.ebuild | 51 | ||||
-rw-r--r-- | dev-ruby/locale/locale-2.0.9.ebuild | 63 |
3 files changed, 5 insertions, 115 deletions
diff --git a/dev-ruby/locale/ChangeLog b/dev-ruby/locale/ChangeLog index b4ed151f7d9f..66d0826a2b06 100644 --- a/dev-ruby/locale/ChangeLog +++ b/dev-ruby/locale/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/locale # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/ChangeLog,v 1.54 2014/01/24 08:20:20 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/ChangeLog,v 1.55 2014/01/24 08:21:59 graaff Exp $ + + 24 Jan 2014; Hans de Graaff <graaff@gentoo.org> -locale-2.0.8.ebuild, + -locale-2.0.9.ebuild: + Cleanup. 24 Jan 2014; Hans de Graaff <graaff@gentoo.org> locale-2.1.0.ebuild: Add missing keywords. Looks like we committed a earlier prepared locale 2.0.8 diff --git a/dev-ruby/locale/locale-2.0.8.ebuild b/dev-ruby/locale/locale-2.0.8.ebuild deleted file mode 100644 index b22d80b06ba7..000000000000 --- a/dev-ruby/locale/locale-2.0.8.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/locale-2.0.8.ebuild,v 1.3 2013/04/23 17:07:42 graaff Exp $ - -EAPI=4 - -USE_RUBY="ruby18 ruby19 jruby ree18" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="doc/reference" -RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc doc/text/news.md" - -RUBY_FAKEGEM_TASK_TEST="test" - -inherit ruby-fakegem - -DESCRIPTION="A pure ruby library which provides basic APIs for localization." -HOMEPAGE="https://github.com/ruby-gettext/locale" -LICENSE="|| ( Ruby GPL-2 )" -SRC_URI="https://github.com/ruby-gettext/locale/archive/${PV}.tar.gz -> ${P}-git.tgz" - -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-macos" -SLOT="0" -IUSE="" - -ruby_add_bdepend "doc? ( dev-ruby/yard )" - -ruby_add_bdepend "test? ( dev-ruby/test-unit:2 dev-ruby/test-unit-rr )" - -all_ruby_prepare() { - sed -i -e '/notify/ s:^:#:' test/run-test.rb || die -} - -all_ruby_compile() { - all_fakegem_compile - - if use doc ; then - yard || die - fi -} - -each_ruby_test() { - ${RUBY} test/run-test.rb || die -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r samples || die -} diff --git a/dev-ruby/locale/locale-2.0.9.ebuild b/dev-ruby/locale/locale-2.0.9.ebuild deleted file mode 100644 index 3b4edc8d359c..000000000000 --- a/dev-ruby/locale/locale-2.0.9.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/locale-2.0.9.ebuild,v 1.2 2013/10/26 06:45:38 graaff Exp $ - -EAPI=5 - -USE_RUBY="ruby18 ruby19 jruby" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="doc/reference" -RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc doc/text/news.md" - -RUBY_FAKEGEM_TASK_TEST="test" - -inherit ruby-fakegem - -DESCRIPTION="A pure ruby library which provides basic APIs for localization." -HOMEPAGE="https://github.com/ruby-gettext/locale" -LICENSE="|| ( Ruby GPL-2 )" -SRC_URI="https://github.com/ruby-gettext/locale/archive/${PV}.tar.gz -> ${P}-git.tgz" - -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-macos" -SLOT="0" -IUSE="" - -ruby_add_bdepend "doc? ( dev-ruby/yard )" - -ruby_add_bdepend "test? ( dev-ruby/test-unit:2 dev-ruby/test-unit-rr )" - -all_ruby_prepare() { - sed -i -e '/notify/ s:^:#:' test/run-test.rb || die -} - -each_ruby_prepare() { - case ${RUBY} in - *jruby) - # Avoid failing tests in the partial jruby - # implementation. This may be dependeny on the specific - # locales available or it may be an issue with Gentoo still - # using jruby 1.6. - sed -i -e '/test_locales/,/end/ s:^:#:' test/test_driver_jruby.rb || die - ;; - esac -} - -all_ruby_compile() { - all_fakegem_compile - - if use doc ; then - yard || die - fi -} - -each_ruby_test() { - ${RUBY} test/run-test.rb || die -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r samples || die -} |