diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-12-08 18:12:24 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-12-08 18:12:24 +0000 |
commit | 597242cf419d3f7aaec2ae3af0c13f9fcdaf3a3a (patch) | |
tree | cd994c506ff92b9290c45494a06537892977189d /dev-ruby | |
parent | Stable on hppa. (diff) | |
download | historical-597242cf419d3f7aaec2ae3af0c13f9fcdaf3a3a.tar.gz historical-597242cf419d3f7aaec2ae3af0c13f9fcdaf3a3a.tar.bz2 historical-597242cf419d3f7aaec2ae3af0c13f9fcdaf3a3a.zip |
Version bump
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-ruby')
30 files changed, 77 insertions, 33 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 317839988002..49a233b2179a 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.20 2005/11/13 22:52:33 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.21 2005/12/08 18:10:09 caleb Exp $ + +*actionmailer-1.1.4 (08 Dec 2005) + + 08 Dec 2005; Caleb Tennis <caleb@gentoo.org> -actionmailer-1.1.3.ebuild, + +actionmailer-1.1.4.ebuild: + Version bump 13 Nov 2005; Jason Wever <weeve@gentoo.org> actionmailer-1.0.1.ebuild: Stable on SPARC. diff --git a/dev-ruby/actionmailer/Manifest b/dev-ruby/actionmailer/Manifest index 3bff914a0890..6de100105d71 100644 --- a/dev-ruby/actionmailer/Manifest +++ b/dev-ruby/actionmailer/Manifest @@ -1,6 +1,6 @@ -MD5 d083e651faa03eb0c4bdfa6bfc564397 ChangeLog 2714 +MD5 71e317fdbfb65711fe11ef6c2dd9014c ChangeLog 2870 MD5 56aa013443f7e280f82e4b8df1823bcd actionmailer-1.0.1.ebuild 707 -MD5 c7ae2699b3fb718f585a16df82d1599b actionmailer-1.1.3.ebuild 699 +MD5 471e26600e6e0861d1f651c2eb50d2c9 actionmailer-1.1.4.ebuild 699 MD5 04139e3ec4a93cf3d3f686308904b0d1 files/digest-actionmailer-1.0.1 66 -MD5 9ee66befa68a4cd2c0418b3cde9f585f files/digest-actionmailer-1.1.3 66 +MD5 533ed2fffcc766dbfe3321404f1b1204 files/digest-actionmailer-1.1.4 66 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 diff --git a/dev-ruby/actionmailer/actionmailer-1.1.3.ebuild b/dev-ruby/actionmailer/actionmailer-1.1.4.ebuild index ac3044f71a63..78e8414b7e0a 100644 --- a/dev-ruby/actionmailer/actionmailer-1.1.3.ebuild +++ b/dev-ruby/actionmailer/actionmailer-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-1.1.3.ebuild,v 1.1 2005/11/08 13:13:54 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-1.1.4.ebuild,v 1.1 2005/12/08 18:10:09 caleb Exp $ inherit ruby gems @@ -16,5 +16,5 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -DEPEND=">=dev-ruby/actionpack-1.11.0 +DEPEND=">=dev-ruby/actionpack-1.11.1 >=dev-lang/ruby-1.8.2" diff --git a/dev-ruby/actionmailer/files/digest-actionmailer-1.1.3 b/dev-ruby/actionmailer/files/digest-actionmailer-1.1.3 deleted file mode 100644 index 702a0c0dd517..000000000000 --- a/dev-ruby/actionmailer/files/digest-actionmailer-1.1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 aba6a79b81e0ec15a8b8c50eaa8f3cc4 actionmailer-1.1.3.gem 79872 diff --git a/dev-ruby/actionmailer/files/digest-actionmailer-1.1.4 b/dev-ruby/actionmailer/files/digest-actionmailer-1.1.4 new file mode 100644 index 000000000000..db9206850bcc --- /dev/null +++ b/dev-ruby/actionmailer/files/digest-actionmailer-1.1.4 @@ -0,0 +1 @@ +MD5 01e20cb7a09cef0b8a22ff3e346c2f49 actionmailer-1.1.4.gem 79872 diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index c0b378e750e3..74b3d66cf3a7 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/actionpack # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.20 2005/11/13 22:51:57 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.21 2005/12/08 18:07:09 caleb Exp $ + +*actionpack-1.11.1 (08 Dec 2005) + + 08 Dec 2005; Caleb Tennis <caleb@gentoo.org> -actionpack-1.11.0.ebuild, + +actionpack-1.11.1.ebuild: + Version bump 13 Nov 2005; Jason Wever <weeve@gentoo.org> actionpack-1.9.1.ebuild: Stable on SPARC. diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest index e001cea684c5..bde21c903f6d 100644 --- a/dev-ruby/actionpack/Manifest +++ b/dev-ruby/actionpack/Manifest @@ -1,6 +1,8 @@ MD5 980ab17096651433a79502de63b9998a ChangeLog 2617 MD5 03700d68f44d411571cefbd35b0ea593 actionpack-1.11.0.ebuild 702 +MD5 ab3a1ba7c17bc19f66f1af9efc2b0ea1 actionpack-1.11.1.ebuild 702 MD5 b88dd45f9ff71073baa705f9559d8ec1 actionpack-1.9.1.ebuild 710 MD5 4fb0afdffad65fa4aa9ee74f4bae6932 files/digest-actionpack-1.11.0 66 +MD5 78ea67f79766781eac6cc61b601b0d35 files/digest-actionpack-1.11.1 66 MD5 b4e36caaf45987abefc831f7ed376b74 files/digest-actionpack-1.9.1 65 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 diff --git a/dev-ruby/actionpack/actionpack-1.11.0.ebuild b/dev-ruby/actionpack/actionpack-1.11.1.ebuild index e32271a98b13..0504416e22cd 100644 --- a/dev-ruby/actionpack/actionpack-1.11.0.ebuild +++ b/dev-ruby/actionpack/actionpack-1.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-1.11.0.ebuild,v 1.1 2005/11/08 13:10:18 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-1.11.1.ebuild,v 1.1 2005/12/08 18:07:09 caleb Exp $ inherit ruby gems @@ -17,4 +17,4 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/ruby-1.8.2 - >=dev-ruby/activesupport-1.2.3" + >=dev-ruby/activesupport-1.2.4" diff --git a/dev-ruby/actionpack/files/digest-actionpack-1.11.0 b/dev-ruby/actionpack/files/digest-actionpack-1.11.0 deleted file mode 100644 index f5b1997d7176..000000000000 --- a/dev-ruby/actionpack/files/digest-actionpack-1.11.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 d715f77f9589ebf8810e724061943070 actionpack-1.11.0.gem 335872 diff --git a/dev-ruby/actionpack/files/digest-actionpack-1.11.1 b/dev-ruby/actionpack/files/digest-actionpack-1.11.1 new file mode 100644 index 000000000000..1308eeb8a23f --- /dev/null +++ b/dev-ruby/actionpack/files/digest-actionpack-1.11.1 @@ -0,0 +1 @@ +MD5 cb5d112cff8cc4e0583b15a16482e47f actionpack-1.11.1.gem 338944 diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index cf199e454632..c13b1031cf90 100644 --- a/dev-ruby/actionwebservice/ChangeLog +++ b/dev-ruby/actionwebservice/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/actionwebservice # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.19 2005/11/13 22:57:19 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.20 2005/12/08 18:08:14 caleb Exp $ + +*actionwebservice-0.9.4 (08 Dec 2005) + + 08 Dec 2005; Caleb Tennis <caleb@gentoo.org> + -actionwebservice-0.9.3.ebuild, +actionwebservice-0.9.4.ebuild: + Version bump 13 Nov 2005; Jason Wever <weeve@gentoo.org> actionwebservice-0.8.1.ebuild: Stable on SPARC. diff --git a/dev-ruby/actionwebservice/Manifest b/dev-ruby/actionwebservice/Manifest index 400b3b61953b..61f956e002a7 100644 --- a/dev-ruby/actionwebservice/Manifest +++ b/dev-ruby/actionwebservice/Manifest @@ -1,6 +1,8 @@ MD5 debf16da8bc694c761634dea34cd31ec ChangeLog 2835 MD5 89e0979da1c7cf16d572c8cfe359f8fb actionwebservice-0.8.1.ebuild 772 MD5 269ae8e3f0147bfa2c63ec588bb8e8bc actionwebservice-0.9.3.ebuild 764 +MD5 67f61a9ba355278ec64f6cbf5f706892 actionwebservice-0.9.4.ebuild 764 MD5 13ed9e4e7d78016c192dcc557649c2cb files/digest-actionwebservice-0.8.1 70 MD5 3dc907f61eeb175f02c46dfdaa23cbd8 files/digest-actionwebservice-0.9.3 70 +MD5 4537bbf26d6df45b3525ae17f2c03b1f files/digest-actionwebservice-0.9.4 70 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 diff --git a/dev-ruby/actionwebservice/actionwebservice-0.9.3.ebuild b/dev-ruby/actionwebservice/actionwebservice-0.9.4.ebuild index 7944e34c8162..cc2539a81116 100644 --- a/dev-ruby/actionwebservice/actionwebservice-0.9.3.ebuild +++ b/dev-ruby/actionwebservice/actionwebservice-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-0.9.3.ebuild,v 1.1 2005/11/08 13:12:12 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-0.9.4.ebuild,v 1.1 2005/12/08 18:08:14 caleb Exp $ inherit ruby gems @@ -17,6 +17,6 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/ruby-1.8.2 - >=dev-ruby/actionpack-1.11.0 - >=dev-ruby/activerecord-1.13.0 - >=dev-ruby/activesupport-1.2.3" + >=dev-ruby/actionpack-1.11.1 + >=dev-ruby/activerecord-1.13.1 + >=dev-ruby/activesupport-1.2.4" diff --git a/dev-ruby/actionwebservice/files/digest-actionwebservice-0.9.3 b/dev-ruby/actionwebservice/files/digest-actionwebservice-0.9.3 deleted file mode 100644 index d60ece3b2c78..000000000000 --- a/dev-ruby/actionwebservice/files/digest-actionwebservice-0.9.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 07ac9cfc6262b1d74c94e6747022f7d5 actionwebservice-0.9.3.gem 64000 diff --git a/dev-ruby/actionwebservice/files/digest-actionwebservice-0.9.4 b/dev-ruby/actionwebservice/files/digest-actionwebservice-0.9.4 new file mode 100644 index 000000000000..8ffef00bd2ce --- /dev/null +++ b/dev-ruby/actionwebservice/files/digest-actionwebservice-0.9.4 @@ -0,0 +1 @@ +MD5 b49e400f85bb970cb77a469e1461e63c actionwebservice-0.9.4.gem 65024 diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index ea1118b9e2dc..b265cc5592c4 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.18 2005/11/13 22:56:27 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.19 2005/12/08 18:05:41 caleb Exp $ + +*activerecord-1.13.1 (08 Dec 2005) + + 08 Dec 2005; Caleb Tennis <caleb@gentoo.org> -activerecord-1.13.0.ebuild, + +activerecord-1.13.1.ebuild: + version bump 13 Nov 2005; Jason Wever <weeve@gentoo.org> activerecord-1.11.1.ebuild: Stable on SPARC. diff --git a/dev-ruby/activerecord/Manifest b/dev-ruby/activerecord/Manifest index f847b0258922..e9c00c60fdbf 100644 --- a/dev-ruby/activerecord/Manifest +++ b/dev-ruby/activerecord/Manifest @@ -1,6 +1,6 @@ -MD5 cc8e505d366568d281d56434b0de2ac9 ChangeLog 2669 +MD5 a329108fd04ba14698e988f8dc25a5e4 ChangeLog 2828 MD5 ddd5c669762dde30d9928a84b48d14c4 activerecord-1.11.1.ebuild 742 -MD5 c745b14cb66f3a0b4e81727d1b876fca activerecord-1.13.0.ebuild 732 +MD5 234326ec33cab0e3d66d809009a44d66 activerecord-1.13.1.ebuild 732 MD5 a31c898485138b45c3609573873d4ebd files/digest-activerecord-1.11.1 68 -MD5 858a54ceccf98280eeaaa88e4f9c1b71 files/digest-activerecord-1.13.0 68 +MD5 bdf7faa705f57a1236bee0d193b3c442 files/digest-activerecord-1.13.1 68 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 diff --git a/dev-ruby/activerecord/activerecord-1.13.0.ebuild b/dev-ruby/activerecord/activerecord-1.13.1.ebuild index 1c433cee67f5..0b7248997cad 100644 --- a/dev-ruby/activerecord/activerecord-1.13.0.ebuild +++ b/dev-ruby/activerecord/activerecord-1.13.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.13.0.ebuild,v 1.1 2005/11/08 13:08:51 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.13.1.ebuild,v 1.1 2005/12/08 18:05:41 caleb Exp $ inherit ruby gems @@ -18,4 +18,4 @@ IUSE="" RESTRICT="test" DEPEND=">=dev-lang/ruby-1.8.2 - =dev-ruby/activesupport-1.2.3" + =dev-ruby/activesupport-1.2.4" diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.13.0 b/dev-ruby/activerecord/files/digest-activerecord-1.13.0 deleted file mode 100644 index 8bac0caa2464..000000000000 --- a/dev-ruby/activerecord/files/digest-activerecord-1.13.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 3620ec6296dcd21ac3bb2203c25c24cc activerecord-1.13.0.gem 318464 diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.13.1 b/dev-ruby/activerecord/files/digest-activerecord-1.13.1 new file mode 100644 index 000000000000..d9639d71bb7d --- /dev/null +++ b/dev-ruby/activerecord/files/digest-activerecord-1.13.1 @@ -0,0 +1 @@ +MD5 8e0de6cec8689a34b49c819109966ea6 activerecord-1.13.1.gem 305664 diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 928740b9e78d..7ac104461617 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.19 2005/11/13 22:51:27 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.20 2005/12/08 18:03:48 caleb Exp $ + +*activesupport-1.2.4 (08 Dec 2005) + + 08 Dec 2005; Caleb Tennis <caleb@gentoo.org> -activesupport-1.2.3.ebuild, + +activesupport-1.2.4.ebuild: + Version bump 13 Nov 2005; Jason Wever <weeve@gentoo.org> activesupport-1.1.1-r2.ebuild: Stable on SPARC. diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest index 205fcd27e2fb..f60c83f5851e 100644 --- a/dev-ruby/activesupport/Manifest +++ b/dev-ruby/activesupport/Manifest @@ -3,10 +3,12 @@ MD5 a30ffa5c8b09a079bbcc64dc9af8c647 activesupport-1.1.1-r1.ebuild 849 MD5 43d84f2f9ac09264b937f4c2b5c22b60 activesupport-1.1.1-r2.ebuild 853 MD5 9c01907ba62cf747089ec158a3aa1e7d activesupport-1.1.1.ebuild 721 MD5 7722508315c61a0e6135a30e19b52acc activesupport-1.2.3.ebuild 709 +MD5 7722508315c61a0e6135a30e19b52acc activesupport-1.2.4.ebuild 709 MD5 98c856c2201ed8c0cc866e76dafd967f files/as_clean_logger_rb-fixed.patch 461 MD5 b4579facfc245861ee22d45b15473db1 files/clean_logger-format_message-fix.patch 536 MD5 3cc7197f8083599bef3678502c6b11a8 files/digest-activesupport-1.1.1 67 MD5 3cc7197f8083599bef3678502c6b11a8 files/digest-activesupport-1.1.1-r1 67 MD5 3cc7197f8083599bef3678502c6b11a8 files/digest-activesupport-1.1.1-r2 67 MD5 53839ebe8147103ae6f5ca15b8842f39 files/digest-activesupport-1.2.3 67 +MD5 a6bc172bd5ec5ad9925563ab081f9985 files/digest-activesupport-1.2.4 67 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 diff --git a/dev-ruby/activesupport/activesupport-1.2.3.ebuild b/dev-ruby/activesupport/activesupport-1.2.4.ebuild index 346ad64033f6..a008cc4a029d 100644 --- a/dev-ruby/activesupport/activesupport-1.2.3.ebuild +++ b/dev-ruby/activesupport/activesupport-1.2.4.ebuild @@ -1,6 +1,6 @@ # 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.2.3.ebuild,v 1.1 2005/11/08 13:06:53 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.2.4.ebuild,v 1.1 2005/12/08 18:03:48 caleb Exp $ inherit ruby gems diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.2.3 b/dev-ruby/activesupport/files/digest-activesupport-1.2.3 deleted file mode 100644 index 6b86ba895664..000000000000 --- a/dev-ruby/activesupport/files/digest-activesupport-1.2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 0a6f6324db163ef09541a54dbebb5997 activesupport-1.2.3.gem 32768 diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.2.4 b/dev-ruby/activesupport/files/digest-activesupport-1.2.4 new file mode 100644 index 000000000000..892670972c35 --- /dev/null +++ b/dev-ruby/activesupport/files/digest-activesupport-1.2.4 @@ -0,0 +1 @@ +MD5 4cc3a2dcda7ea7bb9b994a45d097c7c1 activesupport-1.2.4.gem 33280 diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog index 77907f332c80..f7f0def42718 100644 --- a/dev-ruby/rails/ChangeLog +++ b/dev-ruby/rails/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/rails # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.29 2005/11/13 22:58:02 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.30 2005/12/08 18:12:23 caleb Exp $ + +*rails-0.14.4 (08 Dec 2005) + + 08 Dec 2005; Caleb Tennis <caleb@gentoo.org> -rails-0.14.3.ebuild, + +rails-0.14.4.ebuild: + Version bump 13 Nov 2005; Jason Wever <weeve@gentoo.org> rails-0.13.1.ebuild: Stable on SPARC. diff --git a/dev-ruby/rails/Manifest b/dev-ruby/rails/Manifest index 3fdbec678799..2310c8d78187 100644 --- a/dev-ruby/rails/Manifest +++ b/dev-ruby/rails/Manifest @@ -1,6 +1,8 @@ MD5 6007e2b0c216fb46c215ff055f7cb2b0 ChangeLog 3709 MD5 2fbcb6929a3794238f8297d6022fda70 files/digest-rails-0.13.1 60 MD5 5bc359c87f4f225e40cc01e39d3f70f3 files/digest-rails-0.14.3 61 +MD5 48931c46a9f1a0fbfb5ea3078197d3cf files/digest-rails-0.14.4 61 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 MD5 bd508b361018a91e0c24f0d1f915f475 rails-0.13.1.ebuild 978 MD5 cb21b868a0d23df7db323498cbdc3595 rails-0.14.3.ebuild 969 +MD5 cce958cd7d05b51c260e9ee1c16b560a rails-0.14.4.ebuild 969 diff --git a/dev-ruby/rails/files/digest-rails-0.14.3 b/dev-ruby/rails/files/digest-rails-0.14.3 deleted file mode 100644 index 68a77c94adad..000000000000 --- a/dev-ruby/rails/files/digest-rails-0.14.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 562fd640ac5acbf2ceec001e6b2e105d rails-0.14.3.gem 122880 diff --git a/dev-ruby/rails/files/digest-rails-0.14.4 b/dev-ruby/rails/files/digest-rails-0.14.4 new file mode 100644 index 000000000000..9900eaaa8c50 --- /dev/null +++ b/dev-ruby/rails/files/digest-rails-0.14.4 @@ -0,0 +1 @@ +MD5 d5e78fcfbeaa459106607b130847dff1 rails-0.14.4.gem 128000 diff --git a/dev-ruby/rails/rails-0.14.3.ebuild b/dev-ruby/rails/rails-0.14.4.ebuild index e7352a27855c..3d3a14875154 100644 --- a/dev-ruby/rails/rails-0.14.3.ebuild +++ b/dev-ruby/rails/rails-0.14.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-0.14.3.ebuild,v 1.1 2005/11/08 13:15:15 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-0.14.4.ebuild,v 1.1 2005/12/08 18:12:23 caleb Exp $ inherit ruby gems @@ -18,9 +18,9 @@ KEYWORDS="~ppc ~sparc ~x86" IUSE="mysql sqlite postgres fastcgi" DEPEND=">=dev-lang/ruby-1.8.2 >=dev-ruby/rake-0.6.2 - >=dev-ruby/activerecord-1.13.0 - >=dev-ruby/actionmailer-1.1.3 - >=dev-ruby/actionwebservice-0.9.3 + >=dev-ruby/activerecord-1.13.1 + >=dev-ruby/actionmailer-1.1.4 + >=dev-ruby/actionwebservice-0.9.4 fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.5-r1 ) sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2 ) mysql? ( >=dev-ruby/mysql-ruby-2.5 ) |