From: Caleb Tennis Date: Tue, 28 Mar 2006 13:06:54 +0000 (+0000) Subject: Rails 1.1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8dd68e75fccac140450d26412c11a438953dc4c4;p=gentoo.git Rails 1.1 Package-Manager: portage-2.1_pre7-r2 --- diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 584132121bce..e2f1772ba7b4 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.24 2006/03/22 13:21:04 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.25 2006/03/28 13:06:54 caleb Exp $ + +*activerecord-1.14.0 (28 Mar 2006) + + 28 Mar 2006; Caleb Tennis + -activerecord-1.13.2.4008.ebuild, +activerecord-1.14.0.ebuild: + rails 1.1 *activerecord-1.13.2.4008 (22 Mar 2006) diff --git a/dev-ruby/activerecord/Manifest b/dev-ruby/activerecord/Manifest index 181353b95065..0779001a17c3 100644 --- a/dev-ruby/activerecord/Manifest +++ b/dev-ruby/activerecord/Manifest @@ -7,12 +7,18 @@ SHA256 610417d60ff02568444af8e2cf47857b399cf40387a4de4f1cc28e6f04579ab8 activere MD5 a6fb1a0a6e666458fee91990f0323257 activerecord-1.13.2.ebuild 730 RMD160 29f3389ecf4e0fcd90fb95b15a9702cf94e5a7af activerecord-1.13.2.ebuild 730 SHA256 17a43157dcbec7948eef5f1c84cf2565fdb0709b2f33fe6d6a71d3f8ad59932a activerecord-1.13.2.ebuild 730 +MD5 83c3a7dc9edc9c04c67883bad86767fe activerecord-1.14.0.ebuild 733 +RMD160 d19cf57d5d0cdadd77cb7b99a7ca567e7d3c3b95 activerecord-1.14.0.ebuild 733 +SHA256 8301cbb2f657a6cc684f4eba67e3c3521e345bb7cab4e9d92a752bf9d7e4889f activerecord-1.14.0.ebuild 733 MD5 dd4ed26072e734e87de126d5405d51a5 files/digest-activerecord-1.13.2 68 RMD160 23d75fde555ea5a21fda164d22f9ebcb0ffc7594 files/digest-activerecord-1.13.2 68 SHA256 62697593c4334b040caa287cdab7df94ea34c6a218134db9792ad35ed5427e3f files/digest-activerecord-1.13.2 68 MD5 6c85fb4e884c135cad08bcbf3828bdd3 files/digest-activerecord-1.13.2.4008 265 RMD160 20ad6950c064b44db0f475899e83613f23f22f09 files/digest-activerecord-1.13.2.4008 265 SHA256 b4126632b875c72fd22dd0d57794b53a9e01ed30ddee503c5bae0a1791db6387 files/digest-activerecord-1.13.2.4008 265 +MD5 a5057b1a9d33e42237e3d489fea72b42 files/digest-activerecord-1.14.0 250 +RMD160 71616d3ad4cc8868d00e1bfe3e3c3507d98f0a9d files/digest-activerecord-1.14.0 250 +SHA256 8258a94e44178291c7585330fb9c333453ba53789f25076741864e7ceb3e1a59 files/digest-activerecord-1.14.0 250 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 RMD160 5d9e2c7ecba96ffebd936d38acedf859cdea84e1 metadata.xml 157 SHA256 11fba03a217e2d996f5cd8895493a5692ece8ddac2c1a2dfc71d0e830555121c metadata.xml 157 diff --git a/dev-ruby/activerecord/activerecord-1.13.2.4008.ebuild b/dev-ruby/activerecord/activerecord-1.14.0.ebuild similarity index 79% rename from dev-ruby/activerecord/activerecord-1.13.2.4008.ebuild rename to dev-ruby/activerecord/activerecord-1.14.0.ebuild index ad24a890e8bf..9e58962cdd7c 100644 --- a/dev-ruby/activerecord/activerecord-1.13.2.4008.ebuild +++ b/dev-ruby/activerecord/activerecord-1.14.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.13.2.4008.ebuild,v 1.1 2006/03/22 13:21:04 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.14.0.ebuild,v 1.1 2006/03/28 13:06:54 caleb Exp $ inherit ruby gems @@ -9,7 +9,7 @@ DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" HOMEPAGE="http://rubyforge.org/projects/activerecord/" # 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://gems.rubyonrails.org/gems/${P}.gem" +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="1.1" @@ -18,4 +18,4 @@ IUSE="" RESTRICT="test" DEPEND=">=dev-lang/ruby-1.8.2 - =dev-ruby/activesupport-1.2.5.4008" + =dev-ruby/activesupport-1.3.0" diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.13.2.4008 b/dev-ruby/activerecord/files/digest-activerecord-1.13.2.4008 deleted file mode 100644 index 3fa5794f1a35..000000000000 --- a/dev-ruby/activerecord/files/digest-activerecord-1.13.2.4008 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 35ff2c629c59c4b7de572636b0d90252 activerecord-1.13.2.4008.gem 349184 -RMD160 f4339a1fe26c52bb258cb9bfb2ef18f526dc0605 activerecord-1.13.2.4008.gem 349184 -SHA256 01d2c58af8693a16e1c000af224cdfa1bf3d912984d60457ec3291b10df7d1ad activerecord-1.13.2.4008.gem 349184 diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.14.0 b/dev-ruby/activerecord/files/digest-activerecord-1.14.0 new file mode 100644 index 000000000000..513c85894939 --- /dev/null +++ b/dev-ruby/activerecord/files/digest-activerecord-1.14.0 @@ -0,0 +1,3 @@ +MD5 1be7121a27ea431f4374492556e1d288 activerecord-1.14.0.gem 347136 +RMD160 c16dbc4180d9ca00a7ed785969872e648fea83dc activerecord-1.14.0.gem 347136 +SHA256 0c19a69d484dc4f944e88d46ef494481893bef41db700acac9c07d0859001fe8 activerecord-1.14.0.gem 347136 diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index a6e824d10c68..a032d76587c4 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.25 2006/03/22 13:20:02 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.26 2006/03/28 13:04:41 caleb Exp $ + +*activesupport-1.3.0 (28 Mar 2006) + + 28 Mar 2006; Caleb Tennis + -activesupport-1.2.5.4008.ebuild, +activesupport-1.3.0.ebuild: + Rails 1.1 *activesupport-1.2.5.4008 (22 Mar 2006) diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest index 06f9f038a5fa..6486b25bee8b 100644 --- a/dev-ruby/activesupport/Manifest +++ b/dev-ruby/activesupport/Manifest @@ -1,18 +1,18 @@ -MD5 5ab8457476c94d20efdb33e6cfd553bc ChangeLog 3891 -RMD160 64f9c7362d26050b31f6b9616fa90481d1d83f34 ChangeLog 3891 -SHA256 6dfe647a430820610a7a169ef0ebc83d0fae79709bf08981ec9b4bb71fad2cb7 ChangeLog 3891 -MD5 67e7031a07c8750c2b85d04896a499c7 activesupport-1.2.5.4008.ebuild 718 -RMD160 4d4d81b21053f1d60f93db9ce46f2905bb41d6ca activesupport-1.2.5.4008.ebuild 718 -SHA256 031b6a2c12d08ed955c997cb4c725f1dceebef50007999017f92d4e4dec07ae6 activesupport-1.2.5.4008.ebuild 718 +MD5 e1e6005211902fa5e3d5117bc3b21f25 ChangeLog 4052 +RMD160 9cba96994eb4873e23c115dda9e1bcec88dbb51a ChangeLog 4052 +SHA256 fc25bf614904a6ddf401e36059be778ababbb3b3b31eac06f1e0fef449c8317c ChangeLog 4052 MD5 bd2d164ac3b2bb45a3c777135abe6142 activesupport-1.2.5.ebuild 707 RMD160 d986d4a90da274e98acc5d36f92f9282de24515e activesupport-1.2.5.ebuild 707 SHA256 d520400fd0302d29ebe8a2ad3c4dd5cb4894492244796e5ca06a28ac1dc3b694 activesupport-1.2.5.ebuild 707 +MD5 f9481d28e7c2ddc44d51648298eb68d5 activesupport-1.3.0.ebuild 710 +RMD160 89d1f78d91c5c46353135a139eb5d8b42702bde1 activesupport-1.3.0.ebuild 710 +SHA256 5d0c52fac6add9639ac945b2c2ac3b519d9cfb812d52fac6c4d26da23c734a8d activesupport-1.3.0.ebuild 710 MD5 c2808b13c9797a8fa634b2f5d4f416ce files/digest-activesupport-1.2.5 67 RMD160 c62b18835a16b101418b3a1d3e01fe57e63137cf files/digest-activesupport-1.2.5 67 SHA256 0b87be8683b3461cbbafc0d76e94d77aba619a2a9b9405ed46975d3f51c2bb8e files/digest-activesupport-1.2.5 67 -MD5 88d778fc67b373a74ec6b1f65ba2cb4f files/digest-activesupport-1.2.5.4008 262 -RMD160 2151094b14da7c59c72eb05ddb7381478445db44 files/digest-activesupport-1.2.5.4008 262 -SHA256 d629422eeff0bdc80cd844db75a6966452ae003c0923dddfbcfcffec4fe86f07 files/digest-activesupport-1.2.5.4008 262 +MD5 23bfcaecad3ae17a1fa56a09fed49254 files/digest-activesupport-1.3.0 247 +RMD160 79da4d7b5568f65e6de27e4e447443e36c186b8d files/digest-activesupport-1.3.0 247 +SHA256 39379e3a642a6a1bbd2529449e5512d039dcf917bd450afefc3edf26566e0998 files/digest-activesupport-1.3.0 247 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 RMD160 5d9e2c7ecba96ffebd936d38acedf859cdea84e1 metadata.xml 157 SHA256 11fba03a217e2d996f5cd8895493a5692ece8ddac2c1a2dfc71d0e830555121c metadata.xml 157 diff --git a/dev-ruby/activesupport/activesupport-1.2.5.4008.ebuild b/dev-ruby/activesupport/activesupport-1.3.0.ebuild similarity index 82% rename from dev-ruby/activesupport/activesupport-1.2.5.4008.ebuild rename to dev-ruby/activesupport/activesupport-1.3.0.ebuild index 3231d74f0065..996c29896d63 100644 --- a/dev-ruby/activesupport/activesupport-1.2.5.4008.ebuild +++ b/dev-ruby/activesupport/activesupport-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.2.5.4008.ebuild,v 1.1 2006/03/22 13:20:02 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.3.0.ebuild,v 1.1 2006/03/28 13:04:41 caleb Exp $ inherit ruby gems @@ -9,10 +9,10 @@ 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://gems.rubyonrails.org/gems/${P}.gem" +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" -SLOT="1.1" +SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.2.5.4008 b/dev-ruby/activesupport/files/digest-activesupport-1.2.5.4008 deleted file mode 100644 index 582778c45f69..000000000000 --- a/dev-ruby/activesupport/files/digest-activesupport-1.2.5.4008 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 62861f4d5d5d9852bc5a79508e8df70f activesupport-1.2.5.4008.gem 47104 -RMD160 6346c6603b3def2b80bc480f02e0705d614d0afe activesupport-1.2.5.4008.gem 47104 -SHA256 b8ff6abc656ca03a3ef5ea4c8608e18a3bd63eab0adaf26e004ef61e35983149 activesupport-1.2.5.4008.gem 47104 diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.3.0 b/dev-ruby/activesupport/files/digest-activesupport-1.3.0 new file mode 100644 index 000000000000..6fd4c6e7408f --- /dev/null +++ b/dev-ruby/activesupport/files/digest-activesupport-1.3.0 @@ -0,0 +1,3 @@ +MD5 bb61dc4f7792a25ee51e3677c519faff activesupport-1.3.0.gem 48640 +RMD160 cb3bed3e347823d9a500687247fb04f5462b698a activesupport-1.3.0.gem 48640 +SHA256 627991c2fdb321dfba24b3c01067f069b2a86676a8b37a16097accccd22a7057 activesupport-1.3.0.gem 48640