summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2008-06-17 05:30:21 +0000
committerHans de Graaff <graaff@gentoo.org>2008-06-17 05:30:21 +0000
commit67512f139cabbdcdbafb0e2f47ec0b86e51e4756 (patch)
treed86eec81217430cfc423ca05da65f30f343bd015 /dev-ruby
parentNew version that knows about rails 2.1.x (diff)
downloadgentoo-2-67512f139cabbdcdbafb0e2f47ec0b86e51e4756.tar.gz
gentoo-2-67512f139cabbdcdbafb0e2f47ec0b86e51e4756.tar.bz2
gentoo-2-67512f139cabbdcdbafb0e2f47ec0b86e51e4756.zip
Version bump for Rails 2.1.0
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/activesupport/ChangeLog8
-rw-r--r--dev-ruby/activesupport/activesupport-2.1.0.ebuild16
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog
index 3b5fe0e5ba1e..983c09d01166 100644
--- a/dev-ruby/activesupport/ChangeLog
+++ b/dev-ruby/activesupport/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.61 2008/05/16 17:30:10 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.62 2008/06/17 05:30:21 graaff Exp $
+
+*activesupport-2.1.0 (17 Jun 2008)
+
+ 17 Jun 2008; Hans de Graaff <graaff@gentoo.org>
+ +activesupport-2.1.0.ebuild:
+ Version bump for Rails 2.1.0
16 May 2008; nixnut <nixnut@gentoo.org> activesupport-2.0.2.ebuild:
Stable on ppc wrt bug 221309
diff --git a/dev-ruby/activesupport/activesupport-2.1.0.ebuild b/dev-ruby/activesupport/activesupport-2.1.0.ebuild
new file mode 100644
index 000000000000..829d15d2ec54
--- /dev/null
+++ b/dev-ruby/activesupport/activesupport-2.1.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.1.0.ebuild,v 1.1 2008/06/17 05:30:21 graaff Exp $
+
+inherit ruby gems
+
+DESCRIPTION="Utility Classes and Extension to the Standard Library"
+HOMEPAGE="http://rubyforge.org/projects/activesupport/"
+
+LICENSE="MIT"
+SLOT="2.1"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=">=dev-lang/ruby-1.8.5
+ >=dev-ruby/rubygems-0.9.0"