diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-03-22 19:54:09 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-03-22 19:54:09 +0000 |
commit | dafbfebadae904085df34d62b9d2cc42a3e955f1 (patch) | |
tree | 3cb9c1c65c9834c3f71214bb50eaedfb8277ced9 /dev-ruby/activesupport | |
parent | added ~amd64 to KEYWORDS, fixes #83157 (diff) | |
download | gentoo-2-dafbfebadae904085df34d62b9d2cc42a3e955f1.tar.gz gentoo-2-dafbfebadae904085df34d62b9d2cc42a3e955f1.tar.bz2 gentoo-2-dafbfebadae904085df34d62b9d2cc42a3e955f1.zip |
version bump
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/activesupport/Manifest | 16 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.0.2.ebuild | 18 | ||||
-rw-r--r-- | dev-ruby/activesupport/files/digest-activesupport-1.0.2 | 1 |
4 files changed, 29 insertions, 13 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 9193057f80d7..98951b4da5b3 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,11 @@ # 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.3 2005/03/11 02:03:21 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.4 2005/03/22 19:54:09 caleb Exp $ + +*activesupport-1.0.2 (22 Mar 2005) + + 22 Mar 2005; Caleb Tennis <caleb@gentoo.org> +activesupport-1.0.2.ebuild: + version bump *activesupport-1.0.1 (10 Mar 2005) diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest index b0253cf49670..77f38dea6a42 100644 --- a/dev-ruby/activesupport/Manifest +++ b/dev-ruby/activesupport/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 240b495d9aadaf1db082ac9bdeec3623 ChangeLog 633 +MD5 dadf22a8a11f0388208ba996a1d8bdb4 activesupport-1.0.2.ebuild 676 +MD5 268221445c48985fa3702a5133f3b880 activesupport-1.0.1.ebuild 676 MD5 c3b07fc1e74fb5c3542061c9c57f84d7 activesupport-1.0.0.ebuild 670 +MD5 240b495d9aadaf1db082ac9bdeec3623 ChangeLog 633 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 -MD5 268221445c48985fa3702a5133f3b880 activesupport-1.0.1.ebuild 676 MD5 a30d1d838386d1ab86533cf73a414b1b files/digest-activesupport-1.0.0 67 MD5 71f8448bc93c1d85234c36468c3644f8 files/digest-activesupport-1.0.1 67 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCMPxzz2gxt1z4IGYRAngbAKCs3EqXp0TMXBVO9b4fsATtE4JC0gCg5KtP -Okb6JUZVNnRzbr4gp8uL/64= -=b7SU ------END PGP SIGNATURE----- +MD5 aa2ee8710f3597464448c8355f16d2e6 files/digest-activesupport-1.0.2 67 diff --git a/dev-ruby/activesupport/activesupport-1.0.2.ebuild b/dev-ruby/activesupport/activesupport-1.0.2.ebuild new file mode 100644 index 000000000000..56e4af28fa83 --- /dev/null +++ b/dev-ruby/activesupport/activesupport-1.0.2.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.2.ebuild,v 1.1 2005/03/22 19:54:09 caleb 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/3581/${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.2 b/dev-ruby/activesupport/files/digest-activesupport-1.0.2 new file mode 100644 index 000000000000..a0151a3c9f15 --- /dev/null +++ b/dev-ruby/activesupport/files/digest-activesupport-1.0.2 @@ -0,0 +1 @@ +MD5 9b3d43feedf834e07896c6b2066e2453 activesupport-1.0.2.gem 23040 |