summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-18 17:47:20 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-18 17:47:20 +0000
commit957f1f1dce834a8df4a744ad04ba91d4070ecadd (patch)
tree69d471024ef87cfd5d9f49d5f3d3e035bf14af96 /dev-ruby/i18n
parentstable ppc64, bug 301313 (diff)
downloadgentoo-2-957f1f1dce834a8df4a744ad04ba91d4070ecadd.tar.gz
gentoo-2-957f1f1dce834a8df4a744ad04ba91d4070ecadd.tar.bz2
gentoo-2-957f1f1dce834a8df4a744ad04ba91d4070ecadd.zip
Slot 0.3.3 ebuild as 0.3, remove 0.3.2 ebuild.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/i18n')
-rw-r--r--dev-ruby/i18n/ChangeLog6
-rw-r--r--dev-ruby/i18n/i18n-0.3.2.ebuild42
-rw-r--r--dev-ruby/i18n/i18n-0.3.3.ebuild6
3 files changed, 8 insertions, 46 deletions
diff --git a/dev-ruby/i18n/ChangeLog b/dev-ruby/i18n/ChangeLog
index 890a82ea2d89..beef09328ca3 100644
--- a/dev-ruby/i18n/ChangeLog
+++ b/dev-ruby/i18n/ChangeLog
@@ -1,6 +1,10 @@
# 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.3 2010/01/15 18:01:14 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.4 2010/01/18 17:47:20 flameeyes Exp $
+
+ 18 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> -i18n-0.3.2.ebuild,
+ i18n-0.3.3.ebuild:
+ Slot 0.3.3 ebuild as 0.3, remove 0.3.2 ebuild.
15 Jan 2010; Fabian Groffen <grobian@gentoo.org> i18n-0.3.3.ebuild:
Marked ~x64-solaris and ~ppc-macos
diff --git a/dev-ruby/i18n/i18n-0.3.2.ebuild b/dev-ruby/i18n/i18n-0.3.2.ebuild
deleted file mode 100644
index 50a69aac0120..000000000000
--- a/dev-ruby/i18n/i18n-0.3.2.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.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
-}
diff --git a/dev-ruby/i18n/i18n-0.3.3.ebuild b/dev-ruby/i18n/i18n-0.3.3.ebuild
index 6b1854bb7296..683fd4b64f13 100644
--- a/dev-ruby/i18n/i18n-0.3.3.ebuild
+++ b/dev-ruby/i18n/i18n-0.3.3.ebuild
@@ -1,6 +1,6 @@
# 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.2 2010/01/15 18:01:14 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild,v 1.3 2010/01/18 17:47:20 flameeyes Exp $
EAPI=2
@@ -14,13 +14,13 @@ RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.textile CHANGELOG.textile"
-inherit ruby-fakegem
+inherit ruby-fakegem versionator
DESCRIPTION="Add Internationalization support to your Ruby application."
HOMEPAGE="http://rails-i18n.org/"
LICENSE="MIT"
-SLOT="0"
+SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~amd64 ~ppc-macos ~x64-solaris"
IUSE=""