public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/i18n: metadata.xml ChangeLog i18n-0.3.2.ebuild
@ 2010-01-02  0:28 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2010-01-02  0:28 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/01/02 00:28:19

  Added:                metadata.xml ChangeLog i18n-0.3.2.ebuild
  Log:
  Initial import of i18n support for Rails. USE=doc is missing because of missing jeweler.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-ruby/i18n/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ruby</herd>
</pkgmetadata>



1.1                  dev-ruby/i18n/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-ruby/i18n
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.1 2010/01/02 00:28:19 flameeyes Exp $

*i18n-0.3.2 (02 Jan 2010)

  02 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> +i18n-0.3.2.ebuild,
  +metadata.xml:
  Initial import of i18n support for Rails. USE=doc is missing because of
  missing jeweler.




1.1                  dev-ruby/i18n/i18n-0.3.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/i18n-0.3.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/i18n-0.3.2.ebuild?rev=1.1&content-type=text/plain

Index: i18n-0.3.2.ebuild
===================================================================
# 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.2.ebuild,v 1.1 2010/01/02 00:28:19 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

DESCRIPTION="Add Internationalization support to your Ruby application."
HOMEPAGE="http://rails-i18n.org/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND="!<dev-ruby/activesupport-2.3.5-r2"
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 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
}

src_test() {
	chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
	ruby-ng_src_test
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-02  0:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-02  0:28 [gentoo-commits] gentoo-x86 commit in dev-ruby/i18n: metadata.xml ChangeLog i18n-0.3.2.ebuild Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox