diff options
Diffstat (limited to 'dev-ruby/i18n/i18n-0.3.3.ebuild')
-rw-r--r-- | dev-ruby/i18n/i18n-0.3.3.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-ruby/i18n/i18n-0.3.3.ebuild b/dev-ruby/i18n/i18n-0.3.3.ebuild deleted file mode 100644 index 0e352f87497a..000000000000 --- a/dev-ruby/i18n/i18n-0.3.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild,v 1.10 2010/07/29 00:12:23 flameeyes Exp $ - -EAPI=2 - -USE_RUBY="ruby18" - -RUBY_FAKEGEM_EXTRAINSTALL="vendor" - -# doc regeneration seem to need Jeweler, which is not currently -# available -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="README.textile CHANGELOG.textile" - -inherit ruby-fakegem versionator - -DESCRIPTION="Add Internationalization support to your Ruby application." -HOMEPAGE="http://rails-i18n.org/" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~ppc-macos ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -# This is an optional runtime dependency, for now consider it only a -# dependency for tests. -ruby_add_bdepend test dev-ruby/activerecord - -src_prepare() { - ruby-ng_src_prepare - chmod 0755 "${HOME}" || die "Failed to fix permissions on home" -} - -src_test() { - chmod 0755 "${HOME}" || die "Failed to fix permissions on home" - ruby-ng_src_test -} |