diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-10-19 21:12:11 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-10-19 21:12:11 +0000 |
commit | 5e4944a27ae12dbc5ef0ba369669aab82ddd9fd6 (patch) | |
tree | 628128f7703e363d70a30dfdfab358d243521191 /dev-ruby | |
parent | Don't do o32 for mips64 multilib for now. (diff) | |
download | historical-5e4944a27ae12dbc5ef0ba369669aab82ddd9fd6.tar.gz historical-5e4944a27ae12dbc5ef0ba369669aab82ddd9fd6.tar.bz2 historical-5e4944a27ae12dbc5ef0ba369669aab82ddd9fd6.zip |
Version bump
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/activerecord/Manifest | 6 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.12.1.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.12.1 | 1 | ||||
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/activesupport/Manifest | 10 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.2.1.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/activesupport/files/digest-activesupport-1.2.1 | 1 |
8 files changed, 65 insertions, 8 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index f6deb10675bc..406968a82ae0 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,11 @@ # 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.14 2005/09/23 01:35:44 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.15 2005/10/19 21:12:11 caleb Exp $ + +*activerecord-1.12.1 (19 Oct 2005) + + 19 Oct 2005; Caleb Tennis <caleb@gentoo.org> +activerecord-1.12.1.ebuild: + Version bump 23 Sep 2005; Caleb Tennis <caleb@gentoo.org> -activerecord-1.6.0.ebuild, -activerecord-1.7.0.ebuild, -activerecord-1.8.0.ebuild, diff --git a/dev-ruby/activerecord/Manifest b/dev-ruby/activerecord/Manifest index aebb55dd6c01..c8b80868b49b 100644 --- a/dev-ruby/activerecord/Manifest +++ b/dev-ruby/activerecord/Manifest @@ -1,4 +1,6 @@ -MD5 18ccfa29bbc6ad2ce8bef623d677ffa5 activerecord-1.11.1.ebuild 745 MD5 edee673d2347ee212edf1716d1586588 ChangeLog 2109 -MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 +MD5 18ccfa29bbc6ad2ce8bef623d677ffa5 activerecord-1.11.1.ebuild 745 +MD5 ca09a2454925f8328b70c284c4776f76 activerecord-1.12.1.ebuild 734 MD5 a31c898485138b45c3609573873d4ebd files/digest-activerecord-1.11.1 68 +MD5 3401d94f18295fa192c9e8f90f5d0833 files/digest-activerecord-1.12.1 68 +MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 diff --git a/dev-ruby/activerecord/activerecord-1.12.1.ebuild b/dev-ruby/activerecord/activerecord-1.12.1.ebuild new file mode 100644 index 000000000000..98b3eac4f56b --- /dev/null +++ b/dev-ruby/activerecord/activerecord-1.12.1.ebuild @@ -0,0 +1,21 @@ +# 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.12.1.ebuild,v 1.1 2005/10/19 21:12:11 caleb Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +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.rubyforge.org/gems/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" +RESTRICT="test" + +DEPEND=">=dev-lang/ruby-1.8.2 + >=dev-ruby/activesupport-1.1.1" diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.12.1 b/dev-ruby/activerecord/files/digest-activerecord-1.12.1 new file mode 100644 index 000000000000..fc7e9e7ee97f --- /dev/null +++ b/dev-ruby/activerecord/files/digest-activerecord-1.12.1 @@ -0,0 +1 @@ +MD5 158488f5d906116b58ba660b497b18df activerecord-1.12.1.gem 279552 diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index ee06ae8da000..0b86a5a0511e 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.13 2005/09/26 15:59:20 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.14 2005/10/19 21:09:04 caleb Exp $ + +*activesupport-1.2.1 (19 Oct 2005) + + 19 Oct 2005; Caleb Tennis <caleb@gentoo.org> +activesupport-1.2.1.ebuild: + Version bump *activesupport-1.1.1-r1 (26 Sep 2005) diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest index adf5c21be259..0ad3496379af 100644 --- a/dev-ruby/activesupport/Manifest +++ b/dev-ruby/activesupport/Manifest @@ -1,7 +1,9 @@ -MD5 9c01907ba62cf747089ec158a3aa1e7d activesupport-1.1.1.ebuild 721 -MD5 6f9f6e36a0b58fbe392d21ee2472c365 activesupport-1.1.1-r1.ebuild 848 MD5 e5818c473de991c52a3a3304f78986b8 ChangeLog 1969 -MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 -MD5 3cc7197f8083599bef3678502c6b11a8 files/digest-activesupport-1.1.1 67 +MD5 6f9f6e36a0b58fbe392d21ee2472c365 activesupport-1.1.1-r1.ebuild 848 +MD5 9c01907ba62cf747089ec158a3aa1e7d activesupport-1.1.1.ebuild 721 +MD5 8e35a6cf470f3063e684715190ac6d97 activesupport-1.2.1.ebuild 710 MD5 98c856c2201ed8c0cc866e76dafd967f files/as_clean_logger_rb-fixed.patch 461 +MD5 3cc7197f8083599bef3678502c6b11a8 files/digest-activesupport-1.1.1 67 MD5 3cc7197f8083599bef3678502c6b11a8 files/digest-activesupport-1.1.1-r1 67 +MD5 19acdfd1ee8d7d1ccc47e9267eb87861 files/digest-activesupport-1.2.1 67 +MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 diff --git a/dev-ruby/activesupport/activesupport-1.2.1.ebuild b/dev-ruby/activesupport/activesupport-1.2.1.ebuild new file mode 100644 index 000000000000..ac0f223075b3 --- /dev/null +++ b/dev-ruby/activesupport/activesupport-1.2.1.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.2.1.ebuild,v 1.1 2005/10/19 21:09:04 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://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.2 + >=dev-ruby/rubygems-0.8.10" diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.2.1 b/dev-ruby/activesupport/files/digest-activesupport-1.2.1 new file mode 100644 index 000000000000..399857893c63 --- /dev/null +++ b/dev-ruby/activesupport/files/digest-activesupport-1.2.1 @@ -0,0 +1 @@ +MD5 ec66df45edbe9a5be81a146b7a36f931 activesupport-1.2.1.gem 31744 |