diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-11-18 11:51:30 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-11-18 11:51:30 +0000 |
commit | 437013ec529090328d8d95c023f21dac27d279ec (patch) | |
tree | cf879590b41086f1ddb8468dd335aaa0f28f7f13 /dev-ruby/locale | |
parent | Cleanup old. (diff) | |
download | gentoo-2-437013ec529090328d8d95c023f21dac27d279ec.tar.gz gentoo-2-437013ec529090328d8d95c023f21dac27d279ec.tar.bz2 gentoo-2-437013ec529090328d8d95c023f21dac27d279ec.zip |
Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/locale')
-rw-r--r-- | dev-ruby/locale/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/locale/locale-2.0.5-r3.ebuild | 51 |
2 files changed, 4 insertions, 52 deletions
diff --git a/dev-ruby/locale/ChangeLog b/dev-ruby/locale/ChangeLog index 0dcfac23d474..dd16a9cb253b 100644 --- a/dev-ruby/locale/ChangeLog +++ b/dev-ruby/locale/ChangeLog @@ -1,6 +1,9 @@ # 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.75 2014/11/18 11:47:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/ChangeLog,v 1.76 2014/11/18 11:51:30 mrueg Exp $ + + 18 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -locale-2.0.5-r3.ebuild: + Cleanup old. 18 Nov 2014; Agostino Sarubbo <ago@gentoo.org> locale-2.1.0-r1.ebuild: Stable for sparc, wrt bug #505920 diff --git a/dev-ruby/locale/locale-2.0.5-r3.ebuild b/dev-ruby/locale/locale-2.0.5-r3.ebuild deleted file mode 100644 index 4c7abd557b26..000000000000 --- a/dev-ruby/locale/locale-2.0.5-r3.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/locale-2.0.5-r3.ebuild,v 1.18 2014/08/05 16:00:38 mrueg Exp $ - -EAPI=2 - -USE_RUBY="ruby19 jruby" - -RUBY_FAKEGEM_TASK_DOC="rerdoc" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc" - -RUBY_FAKEGEM_TASK_TEST="test" - -inherit ruby-fakegem - -DESCRIPTION="A pure ruby library which provides basic APIs for localization" -HOMEPAGE="http://locale.rubyforge.org/" -LICENSE="|| ( Ruby GPL-2 )" - -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-macos" -SLOT="0" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )" - -RUBY_PATCHES=( "${FILESDIR}/${PN}-language-fixes.patch" ) - -all_ruby_prepare() { - # Avoid automagic dependency on allison, bug 334937 - sed -i -e '/allison/ s:^:#:' Rakefile || die -} - -each_ruby_prepare() { - case ${RUBY} in - *jruby) - # Remove broken test. It's not clear if the test or code is - # broken... https://github.com/mutoh/locale/issues/2 - rm test/test_detect_general.rb || die - ;; - *) - ;; - esac -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r samples || die -} |