diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-03-11 02:10:11 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-03-11 02:10:11 +0000 |
commit | 12ae9f5dbae6458d66334b241a2baa4c06d636e2 (patch) | |
tree | e8cfb0ba690600f47ed1147e26f52a30002e0b2a /dev-ruby/activesupport | |
parent | Fallback to CHOST if $(get_abi_CHOST)-gcc doesn't exist. (diff) | |
download | historical-12ae9f5dbae6458d66334b241a2baa4c06d636e2.tar.gz historical-12ae9f5dbae6458d66334b241a2baa4c06d636e2.tar.bz2 historical-12ae9f5dbae6458d66334b241a2baa4c06d636e2.zip |
Version bump.
Package-Manager: portage-2.0.51.18
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activesupport/Manifest | 4 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.0.1.ebuild | 18 | ||||
-rw-r--r-- | dev-ruby/activesupport/files/digest-activesupport-1.0.1 | 1 |
4 files changed, 29 insertions, 2 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 02837e9591bd..9193057f80d7 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.2 2005/03/08 18:21:07 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.3 2005/03/11 02:03:21 pythonhead Exp $ + +*activesupport-1.0.1 (10 Mar 2005) + + 10 Mar 2005; Rob Cakebread <pythonhead@gentoo.org> + +activesupport-1.0.1.ebuild: + Version bump. 08 Mar 2005; Caleb Tennis <caleb@gentoo.org> activesupport-1.0.0.ebuild: x86 stable diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest index 3105097a2127..2a7e3d4b08a3 100644 --- a/dev-ruby/activesupport/Manifest +++ b/dev-ruby/activesupport/Manifest @@ -1,4 +1,6 @@ -MD5 c3b07fc1e74fb5c3542061c9c57f84d7 activesupport-1.0.0.ebuild 670 MD5 9dce4f462d6577e907c0052e40eb2581 ChangeLog 491 +MD5 c3b07fc1e74fb5c3542061c9c57f84d7 activesupport-1.0.0.ebuild 670 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 +MD5 ecc332a9db5634849eee0319ffd2f421 activesupport-1.0.1.ebuild 561 MD5 a30d1d838386d1ab86533cf73a414b1b files/digest-activesupport-1.0.0 67 +MD5 71f8448bc93c1d85234c36468c3644f8 files/digest-activesupport-1.0.1 67 diff --git a/dev-ruby/activesupport/activesupport-1.0.1.ebuild b/dev-ruby/activesupport/activesupport-1.0.1.ebuild new file mode 100644 index 000000000000..3042158cf77f --- /dev/null +++ b/dev-ruby/activesupport/activesupport-1.0.1.ebuild @@ -0,0 +1,18 @@ +# 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.1.ebuild,v 1.1 2005/03/11 02:03:21 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/3323/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="=dev-lang/ruby-1.8*" diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.0.1 b/dev-ruby/activesupport/files/digest-activesupport-1.0.1 new file mode 100644 index 000000000000..db92e4a38381 --- /dev/null +++ b/dev-ruby/activesupport/files/digest-activesupport-1.0.1 @@ -0,0 +1 @@ +MD5 daec7e372b6787c81616b89f9ae47f65 activesupport-1.0.1.gem 23040 |