diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-04-19 05:25:59 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-04-19 05:25:59 +0000 |
commit | dd047b82c6a83750b94b44f1fb49222b7c8bb9a4 (patch) | |
tree | cded695f4d058e176c29e0b9c21bdac8fb16bbed /dev-ruby/activesupport | |
parent | Add patch from upstream to fix weird blue tinting. (diff) | |
download | gentoo-2-dd047b82c6a83750b94b44f1fb49222b7c8bb9a4.tar.gz gentoo-2-dd047b82c6a83750b94b44f1fb49222b7c8bb9a4.tar.bz2 gentoo-2-dd047b82c6a83750b94b44f1fb49222b7c8bb9a4.zip |
Version bump.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activesupport/Manifest | 10 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.0.4.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/activesupport/files/digest-activesupport-1.0.4 | 1 |
4 files changed, 34 insertions, 5 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index b5b9976909d4..c2d1ad8886b3 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.6 2005/04/01 18:10:43 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.7 2005/04/19 05:25:59 pythonhead Exp $ + +*activesupport-1.0.4 (19 Apr 2005) + + 19 Apr 2005; Rob Cakebread <pythonhead@gentoo.org> + +activesupport-1.0.4.ebuild: + Version bump. 01 Apr 2005; Caleb Tennis <caleb@gentoo.org> activesupport-1.0.3.ebuild: x86 stable diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest index 2db4cfb1d0e8..5b8c9529cc9b 100644 --- a/dev-ruby/activesupport/Manifest +++ b/dev-ruby/activesupport/Manifest @@ -1,10 +1,12 @@ -MD5 f6d8b72124574977e587b22454003f25 activesupport-1.0.2.ebuild 671 -MD5 268221445c48985fa3702a5133f3b880 activesupport-1.0.1.ebuild 676 -MD5 b05ba12c142c284efc9cbdad51ffd3a1 activesupport-1.0.3.ebuild 699 -MD5 c3b07fc1e74fb5c3542061c9c57f84d7 activesupport-1.0.0.ebuild 670 MD5 e9e78cbaa50b68a2152486bd9b467899 ChangeLog 982 +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 b05ba12c142c284efc9cbdad51ffd3a1 activesupport-1.0.3.ebuild 699 +MD5 e5d39eb049f1bef3441aab03ecd8cdb9 activesupport-1.0.4.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 +MD5 da4d74c9cabda4d9dc2061a327a1bb14 files/digest-activesupport-1.0.4 67 diff --git a/dev-ruby/activesupport/activesupport-1.0.4.ebuild b/dev-ruby/activesupport/activesupport-1.0.4.ebuild new file mode 100644 index 000000000000..0f745c1f8de5 --- /dev/null +++ b/dev-ruby/activesupport/activesupport-1.0.4.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.4.ebuild,v 1.1 2005/04/19 05:25:59 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/4112/${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.4 b/dev-ruby/activesupport/files/digest-activesupport-1.0.4 new file mode 100644 index 000000000000..400d492492a6 --- /dev/null +++ b/dev-ruby/activesupport/files/digest-activesupport-1.0.4 @@ -0,0 +1 @@ +MD5 e18cab558c865c3fc12cd46bfd265b48 activesupport-1.0.4.gem 24064 |