diff options
author | 2006-07-03 11:47:37 +0000 | |
---|---|---|
committer | 2006-07-03 11:47:37 +0000 | |
commit | 318644669ff884e6e4e0f8bd944851aa4ad32b0b (patch) | |
tree | ea8221d60e9160c9fd6fe9ffb0ab3b0fbf78ff94 /dev-ruby | |
parent | Fixed ChangeLog entry for the last version bumps. (diff) | |
download | historical-318644669ff884e6e4e0f8bd944851aa4ad32b0b.tar.gz historical-318644669ff884e6e4e0f8bd944851aa4ad32b0b.tar.bz2 historical-318644669ff884e6e4e0f8bd944851aa4ad32b0b.zip |
Version bump
Package-Manager: portage-2.1.1_pre1-r4
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-1.2.3.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/actionmailer/files/digest-actionmailer-1.2.3 | 3 | ||||
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-1.12.3.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/actionpack/files/digest-actionpack-1.12.3 | 3 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-1.1.4.ebuild | 22 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.4 | 3 | ||||
-rw-r--r-- | dev-ruby/rails/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/rails/files/digest-rails-1.1.4 | 3 | ||||
-rw-r--r-- | dev-ruby/rails/rails-1.1.4.ebuild | 28 |
12 files changed, 127 insertions, 4 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index c3c45e4063ec..a195357342ff 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.35 2006/06/28 11:53:52 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.36 2006/07/03 11:46:10 caleb Exp $ + +*actionmailer-1.2.3 (03 Jul 2006) + + 03 Jul 2006; Caleb Tennis <caleb@gentoo.org> +actionmailer-1.2.3.ebuild: + Version bump *actionmailer-1.2.2 (28 Jun 2006) diff --git a/dev-ruby/actionmailer/actionmailer-1.2.3.ebuild b/dev-ruby/actionmailer/actionmailer-1.2.3.ebuild new file mode 100644 index 000000000000..ebb674d5a8f6 --- /dev/null +++ b/dev-ruby/actionmailer/actionmailer-1.2.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-1.2.3.ebuild,v 1.1 2006/07/03 11:46:10 caleb Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Framework for designing email-service layers" +HOMEPAGE="http://rubyforge.org/projects/actionmailer/" +# 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="1.1" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="=dev-ruby/actionpack-1.12.3 + >=dev-lang/ruby-1.8.2" diff --git a/dev-ruby/actionmailer/files/digest-actionmailer-1.2.3 b/dev-ruby/actionmailer/files/digest-actionmailer-1.2.3 new file mode 100644 index 000000000000..3e72afc8a292 --- /dev/null +++ b/dev-ruby/actionmailer/files/digest-actionmailer-1.2.3 @@ -0,0 +1,3 @@ +MD5 3172c46cbf664433168e822d3ae4da63 actionmailer-1.2.3.gem 80896 +RMD160 ecf8ab059b59e59f064d92e84038d259fba35fa2 actionmailer-1.2.3.gem 80896 +SHA256 fd1751afe4e553cf86bb9ee9c905c186d8694647bbdf26f2c4dc055a5b450a33 actionmailer-1.2.3.gem 80896 diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index 1c328cfd7f86..93751561b712 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/actionpack # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.34 2006/06/28 11:52:06 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.35 2006/07/03 11:45:40 caleb Exp $ + +*actionpack-1.12.3 (03 Jul 2006) + + 03 Jul 2006; Caleb Tennis <caleb@gentoo.org> +actionpack-1.12.3.ebuild: + Version bump *actionpack-1.12.2 (28 Jun 2006) diff --git a/dev-ruby/actionpack/actionpack-1.12.3.ebuild b/dev-ruby/actionpack/actionpack-1.12.3.ebuild new file mode 100644 index 000000000000..ec73d9e06850 --- /dev/null +++ b/dev-ruby/actionpack/actionpack-1.12.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-1.12.3.ebuild,v 1.1 2006/07/03 11:45:40 caleb Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Eases web-request routing, handling, and response." +HOMEPAGE="http://rubyforge.org/projects/actionpack/" +# 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="1.1" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.2 + >=dev-ruby/activesupport-1.3.1" diff --git a/dev-ruby/actionpack/files/digest-actionpack-1.12.3 b/dev-ruby/actionpack/files/digest-actionpack-1.12.3 new file mode 100644 index 000000000000..1c84906963a4 --- /dev/null +++ b/dev-ruby/actionpack/files/digest-actionpack-1.12.3 @@ -0,0 +1,3 @@ +MD5 7456432c7f2153471f7b6c094cc35709 actionpack-1.12.3.gem 527360 +RMD160 950cf2f9ba7afee33cf14950003000f54e5673b5 actionpack-1.12.3.gem 527360 +SHA256 eb4f047ac48f84b7ab281e068bd8a2776713fb0e82bb248a68a104f02f72f0fe actionpack-1.12.3.gem 527360 diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index b9b106337a6d..b4345e3233be 100644 --- a/dev-ruby/actionwebservice/ChangeLog +++ b/dev-ruby/actionwebservice/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/actionwebservice # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.35 2006/06/28 11:56:32 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.36 2006/07/03 11:47:01 caleb Exp $ + +*actionwebservice-1.1.4 (03 Jul 2006) + + 03 Jul 2006; Caleb Tennis <caleb@gentoo.org> + +actionwebservice-1.1.4.ebuild: + Version bump *actionwebservice-1.1.3 (28 Jun 2006) diff --git a/dev-ruby/actionwebservice/actionwebservice-1.1.4.ebuild b/dev-ruby/actionwebservice/actionwebservice-1.1.4.ebuild new file mode 100644 index 000000000000..5650c17d65db --- /dev/null +++ b/dev-ruby/actionwebservice/actionwebservice-1.1.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-1.1.4.ebuild,v 1.1 2006/07/03 11:47:01 caleb Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Simple Support for Web Services APIs for Rails" +HOMEPAGE="http://rubyforge.org/projects/aws/" +# 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="1.1" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.2 + =dev-ruby/actionpack-1.12.3 + =dev-ruby/activerecord-1.14.3 + =dev-ruby/activesupport-1.3.1" diff --git a/dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.4 b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.4 new file mode 100644 index 000000000000..dd5137b58a4c --- /dev/null +++ b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.4 @@ -0,0 +1,3 @@ +MD5 6a7c1bdaadf6407098cf93c3722f817e actionwebservice-1.1.4.gem 67072 +RMD160 26880967f1fbfb70cc0e461400927fa13805bc36 actionwebservice-1.1.4.gem 67072 +SHA256 9e1083bcd3f61eb0ba6f049f69549b916aab1a5d23d360fe7986c3090e1298f1 actionwebservice-1.1.4.gem 67072 diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog index 7403cff70d28..9a6eae953d44 100644 --- a/dev-ruby/rails/ChangeLog +++ b/dev-ruby/rails/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/rails # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.52 2006/06/28 12:01:49 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.53 2006/07/03 11:47:36 caleb Exp $ + +*rails-1.1.4 (03 Jul 2006) + + 03 Jul 2006; Caleb Tennis <caleb@gentoo.org> +rails-1.1.4.ebuild: + Version bump *rails-1.1.3 (28 Jun 2006) diff --git a/dev-ruby/rails/files/digest-rails-1.1.4 b/dev-ruby/rails/files/digest-rails-1.1.4 new file mode 100644 index 000000000000..2aed214b13e9 --- /dev/null +++ b/dev-ruby/rails/files/digest-rails-1.1.4 @@ -0,0 +1,3 @@ +MD5 caa7223d8bb20b048d48cf6fe4ad60ff rails-1.1.4.gem 144896 +RMD160 8e5e679d2c18b17e491028cbf1a112829f8ffe92 rails-1.1.4.gem 144896 +SHA256 dc0cd4d9bb95ddcae3ccdaa3e21ae3b0d2b4606070ea3e0944cd1bf6ec71a70f rails-1.1.4.gem 144896 diff --git a/dev-ruby/rails/rails-1.1.4.ebuild b/dev-ruby/rails/rails-1.1.4.ebuild new file mode 100644 index 000000000000..4984e0cae890 --- /dev/null +++ b/dev-ruby/rails/rails-1.1.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.1.4.ebuild,v 1.1 2006/07/03 11:47:36 caleb Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="ruby on rails is a web-application and persistance framework" +HOMEPAGE="http://www.rubyonrails.org" +# 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="Ruby" +SLOT="1.1" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" + +IUSE="mysql sqlite sqlite3 postgres fastcgi" +DEPEND=">=dev-lang/ruby-1.8.2 + >=dev-ruby/rake-0.7.1 + =dev-ruby/activerecord-1.14.3 + =dev-ruby/actionmailer-1.2.3 + =dev-ruby/actionwebservice-1.1.4 + fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 ) + sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2 ) + sqlite3? ( dev-ruby/sqlite3-ruby ) + mysql? ( >=dev-ruby/mysql-ruby-2.7 ) + postgres? ( >=dev-ruby/ruby-postgres-0.7.1 )" |