diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-03-28 17:27:42 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-03-28 17:27:42 +0000 |
commit | 1ce1bb2b60ed273c0dcc276df7549ff869f5aaac (patch) | |
tree | 022beb96d079e573a9301ac621fdf6ef203a5abe /dev-ruby | |
parent | Patch for gcc-2.95. Thanks to Matt Taylor, closes bug #86425 (diff) | |
download | gentoo-2-1ce1bb2b60ed273c0dcc276df7549ff869f5aaac.tar.gz gentoo-2-1ce1bb2b60ed273c0dcc276df7549ff869f5aaac.tar.bz2 gentoo-2-1ce1bb2b60ed273c0dcc276df7549ff869f5aaac.zip |
Version bump.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activesupport/Manifest | 8 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.0.3.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/activesupport/files/digest-activesupport-1.0.3 | 1 |
4 files changed, 33 insertions, 4 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 98951b4da5b3..d04cb6a00f2a 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.4 2005/03/22 19:54:09 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.5 2005/03/28 17:27:42 pythonhead Exp $ + +*activesupport-1.0.3 (28 Mar 2005) + + 28 Mar 2005; Rob Cakebread <pythonhead@gentoo.org> + +activesupport-1.0.3.ebuild: + Version bump. *activesupport-1.0.2 (22 Mar 2005) diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest index 235bdbfe022c..2a4ddee2b92b 100644 --- a/dev-ruby/activesupport/Manifest +++ b/dev-ruby/activesupport/Manifest @@ -1,8 +1,10 @@ -MD5 f6d8b72124574977e587b22454003f25 activesupport-1.0.2.ebuild 671 -MD5 268221445c48985fa3702a5133f3b880 activesupport-1.0.1.ebuild 676 -MD5 c3b07fc1e74fb5c3542061c9c57f84d7 activesupport-1.0.0.ebuild 670 MD5 168ea0b28bb89bf4e644544b55fe21c3 ChangeLog 756 +MD5 c3b07fc1e74fb5c3542061c9c57f84d7 activesupport-1.0.0.ebuild 670 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 +MD5 268221445c48985fa3702a5133f3b880 activesupport-1.0.1.ebuild 676 +MD5 f6d8b72124574977e587b22454003f25 activesupport-1.0.2.ebuild 671 +MD5 eaa6a1df6eb143fc001cb5060ebbe6c3 activesupport-1.0.3.ebuild 700 MD5 a30d1d838386d1ab86533cf73a414b1b files/digest-activesupport-1.0.0 67 MD5 71f8448bc93c1d85234c36468c3644f8 files/digest-activesupport-1.0.1 67 MD5 aa2ee8710f3597464448c8355f16d2e6 files/digest-activesupport-1.0.2 67 +MD5 545b2791d0ba7f6e740d5213a9f3d268 files/digest-activesupport-1.0.3 67 diff --git a/dev-ruby/activesupport/activesupport-1.0.3.ebuild b/dev-ruby/activesupport/activesupport-1.0.3.ebuild new file mode 100644 index 000000000000..bde06e5ef76d --- /dev/null +++ b/dev-ruby/activesupport/activesupport-1.0.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.0.3.ebuild,v 1.1 2005/03/28 17:27:42 pythonhead Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Utility Classes and Extension to the Standard Library" +HOMEPAGE="http://rubyforge.org/projects/activesupport/" +# The URL depends implicitly on the version, unfortunately. Even if you +# change the filename on the end, it still downloads the same file. +SRC_URI="http://rubyforge.org/frs/download.php/3677/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="=dev-lang/ruby-1.8* + >=dev-ruby/rubygems-0.8.10" + diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.0.3 b/dev-ruby/activesupport/files/digest-activesupport-1.0.3 new file mode 100644 index 000000000000..ac5245154573 --- /dev/null +++ b/dev-ruby/activesupport/files/digest-activesupport-1.0.3 @@ -0,0 +1 @@ +MD5 7fafb174f667669e5b2f39162340b0c7 activesupport-1.0.3.gem 23552 |