summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-12-08 18:07:09 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-12-08 18:07:09 +0000
commit7b572a5a8762570bc6d178c38a4e65e97638969e (patch)
treeb78ed4db1f39b0c3df372b71f4b05706479b1ee4 /dev-ruby
parentStable on hppa. (diff)
downloadgentoo-2-7b572a5a8762570bc6d178c38a4e65e97638969e.tar.gz
gentoo-2-7b572a5a8762570bc6d178c38a4e65e97638969e.tar.bz2
gentoo-2-7b572a5a8762570bc6d178c38a4e65e97638969e.zip
Version bump
(Portage version: 2.0.53)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/actionpack/ChangeLog8
-rw-r--r--dev-ruby/actionpack/Manifest2
-rw-r--r--dev-ruby/actionpack/actionpack-1.11.1.ebuild (renamed from dev-ruby/actionpack/actionpack-1.11.0.ebuild)4
-rw-r--r--dev-ruby/actionpack/files/digest-actionpack-1.11.01
-rw-r--r--dev-ruby/actionpack/files/digest-actionpack-1.11.11
-rw-r--r--dev-ruby/activerecord/ChangeLog8
-rw-r--r--dev-ruby/activerecord/Manifest6
-rw-r--r--dev-ruby/activerecord/activerecord-1.13.1.ebuild (renamed from dev-ruby/activerecord/activerecord-1.13.0.ebuild)4
-rw-r--r--dev-ruby/activerecord/files/digest-activerecord-1.13.01
-rw-r--r--dev-ruby/activerecord/files/digest-activerecord-1.13.11
-rw-r--r--dev-ruby/activesupport/ChangeLog8
-rw-r--r--dev-ruby/activesupport/Manifest2
-rw-r--r--dev-ruby/activesupport/activesupport-1.2.4.ebuild (renamed from dev-ruby/activesupport/activesupport-1.2.3.ebuild)2
-rw-r--r--dev-ruby/activesupport/files/digest-activesupport-1.2.31
-rw-r--r--dev-ruby/activesupport/files/digest-activesupport-1.2.41
15 files changed, 36 insertions, 14 deletions
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/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