summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2007-12-18 07:06:18 +0000
committerHans de Graaff <graaff@gentoo.org>2007-12-18 07:06:18 +0000
commitf9e4cd9715dc67e94634130662dff48f947aac54 (patch)
treed5cfa308041fc13b086cf19ee92a0c260f98564d /dev-ruby
parentInitial import (diff)
downloadhistorical-f9e4cd9715dc67e94634130662dff48f947aac54.tar.gz
historical-f9e4cd9715dc67e94634130662dff48f947aac54.tar.bz2
historical-f9e4cd9715dc67e94634130662dff48f947aac54.zip
Version bump for Rails 2.0.2
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/actionmailer/ChangeLog8
-rw-r--r--dev-ruby/actionmailer/actionmailer-2.0.2.ebuild16
-rw-r--r--dev-ruby/actionmailer/files/digest-actionmailer-2.0.23
-rw-r--r--dev-ruby/actionpack/ChangeLog7
-rw-r--r--dev-ruby/actionpack/actionpack-2.0.2.ebuild16
-rw-r--r--dev-ruby/actionpack/files/digest-actionpack-2.0.23
-rw-r--r--dev-ruby/activesupport/ChangeLog8
-rw-r--r--dev-ruby/activesupport/activesupport-2.0.2.ebuild16
-rw-r--r--dev-ruby/activesupport/files/digest-activesupport-2.0.23
9 files changed, 77 insertions, 3 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog
index c014e9d7ead5..74b190ccb65f 100644
--- a/dev-ruby/actionmailer/ChangeLog
+++ b/dev-ruby/actionmailer/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/actionmailer
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.70 2007/12/01 22:46:55 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.71 2007/12/18 07:06:18 graaff Exp $
+
+*actionmailer-2.0.2 (18 Dec 2007)
+
+ 18 Dec 2007; Hans de Graaff <graaff@gentoo.org>
+ +actionmailer-2.0.2.ebuild:
+ Version bump for Rails 2.0.2
01 Dec 2007; Christoph Mende <angelos@gentoo.org>
actionmailer-1.3.6.ebuild:
diff --git a/dev-ruby/actionmailer/actionmailer-2.0.2.ebuild b/dev-ruby/actionmailer/actionmailer-2.0.2.ebuild
new file mode 100644
index 000000000000..3279d24adf4f
--- /dev/null
+++ b/dev-ruby/actionmailer/actionmailer-2.0.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.0.2.ebuild,v 1.1 2007/12/18 07:06:18 graaff Exp $
+
+inherit ruby gems
+
+DESCRIPTION="Framework for designing email-service layers"
+HOMEPAGE="http://rubyforge.org/projects/actionmailer/"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="=dev-ruby/actionpack-2.0.2
+ >=dev-lang/ruby-1.8.5"
diff --git a/dev-ruby/actionmailer/files/digest-actionmailer-2.0.2 b/dev-ruby/actionmailer/files/digest-actionmailer-2.0.2
new file mode 100644
index 000000000000..980912387511
--- /dev/null
+++ b/dev-ruby/actionmailer/files/digest-actionmailer-2.0.2
@@ -0,0 +1,3 @@
+MD5 04ccdf0f70f2c9a76b15bc64690ce9a4 actionmailer-2.0.2.gem 116736
+RMD160 f6b247c87353639722da709dbf3ca50d9c86d18a actionmailer-2.0.2.gem 116736
+SHA256 50f40a5eddf597dd06ec9b8302946a0192034528fc032919db0698ce28740f0c actionmailer-2.0.2.gem 116736
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog
index 0dfeeca39fd5..e2f9bb8e3ae5 100644
--- a/dev-ruby/actionpack/ChangeLog
+++ b/dev-ruby/actionpack/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/actionpack
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.71 2007/12/01 22:46:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.72 2007/12/18 07:04:49 graaff Exp $
+
+*actionpack-2.0.2 (18 Dec 2007)
+
+ 18 Dec 2007; Hans de Graaff <graaff@gentoo.org> +actionpack-2.0.2.ebuild:
+ Version bump for Rails 2.0.2
01 Dec 2007; Christoph Mende <angelos@gentoo.org>
actionpack-1.13.6.ebuild:
diff --git a/dev-ruby/actionpack/actionpack-2.0.2.ebuild b/dev-ruby/actionpack/actionpack-2.0.2.ebuild
new file mode 100644
index 000000000000..9f9c2d985371
--- /dev/null
+++ b/dev-ruby/actionpack/actionpack-2.0.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.0.2.ebuild,v 1.1 2007/12/18 07:04:49 graaff Exp $
+
+inherit ruby gems
+
+DESCRIPTION="Eases web-request routing, handling, and response."
+HOMEPAGE="http://rubyforge.org/projects/actionpack/"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=">=dev-lang/ruby-1.8.5
+ =dev-ruby/activesupport-2.0.2"
diff --git a/dev-ruby/actionpack/files/digest-actionpack-2.0.2 b/dev-ruby/actionpack/files/digest-actionpack-2.0.2
new file mode 100644
index 000000000000..5ef032964cbb
--- /dev/null
+++ b/dev-ruby/actionpack/files/digest-actionpack-2.0.2
@@ -0,0 +1,3 @@
+MD5 e5ea499e95c2d5e23abef26a8666f2c9 actionpack-2.0.2.gem 711168
+RMD160 fff4c35d844553f3298f2f1f5c0d384ed3673b3e actionpack-2.0.2.gem 711168
+SHA256 c9da9c7c574d680f722856471f6121c8ceadf887633f7aa9cc7180201494e3f6 actionpack-2.0.2.gem 711168
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog
index be23c684a192..70a09e864714 100644
--- a/dev-ruby/activesupport/ChangeLog
+++ b/dev-ruby/activesupport/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.52 2007/12/01 09:13:41 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.53 2007/12/18 07:01:11 graaff Exp $
+
+*activesupport-2.0.2 (18 Dec 2007)
+
+ 18 Dec 2007; Hans de Graaff <graaff@gentoo.org>
+ +activesupport-2.0.2.ebuild:
+ Version bump for Rails 2.0.2
01 Dec 2007; Markus Rothe <corsair@gentoo.org> activesupport-1.4.4.ebuild:
Stable on ppc64; bug #200159
diff --git a/dev-ruby/activesupport/activesupport-2.0.2.ebuild b/dev-ruby/activesupport/activesupport-2.0.2.ebuild
new file mode 100644
index 000000000000..55120e39f414
--- /dev/null
+++ b/dev-ruby/activesupport/activesupport-2.0.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.0.2.ebuild,v 1.1 2007/12/18 07:01:11 graaff Exp $
+
+inherit ruby gems
+
+DESCRIPTION="Utility Classes and Extension to the Standard Library"
+HOMEPAGE="http://rubyforge.org/projects/activesupport/"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=">=dev-lang/ruby-1.8.5
+ >=dev-ruby/rubygems-0.9.0"
diff --git a/dev-ruby/activesupport/files/digest-activesupport-2.0.2 b/dev-ruby/activesupport/files/digest-activesupport-2.0.2
new file mode 100644
index 000000000000..d09fbfa47ab7
--- /dev/null
+++ b/dev-ruby/activesupport/files/digest-activesupport-2.0.2
@@ -0,0 +1,3 @@
+MD5 61f090d1ad0bacd93e0130d2cf421387 activesupport-2.0.2.gem 234496
+RMD160 2b70cf3eb6740121f793c2b9116c74f06c6b08da activesupport-2.0.2.gem 234496
+SHA256 f4422ab72d8503f9a46557378b39ef94e55e93093b825b3dbd96279ca474e732 activesupport-2.0.2.gem 234496