summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2006-06-28 11:52:06 +0000
committerCaleb Tennis <caleb@gentoo.org>2006-06-28 11:52:06 +0000
commitedfa15f424118f5e3ca971670ed08f2f4376e5fa (patch)
treea7d134f7e9b057caf346204298b144d83ef0b1c7
parentRemove old versions (diff)
downloadhistorical-edfa15f424118f5e3ca971670ed08f2f4376e5fa.tar.gz
historical-edfa15f424118f5e3ca971670ed08f2f4376e5fa.tar.bz2
historical-edfa15f424118f5e3ca971670ed08f2f4376e5fa.zip
version bump and remove old versions
Package-Manager: portage-2.1.1_pre1-r2
-rw-r--r--dev-ruby/actionpack/ChangeLog8
-rw-r--r--dev-ruby/actionpack/actionpack-1.12.2.ebuild20
-rw-r--r--dev-ruby/actionpack/files/digest-actionpack-1.12.23
-rw-r--r--dev-ruby/activerecord/ChangeLog9
-rw-r--r--dev-ruby/activerecord/activerecord-1.14.3.ebuild21
-rw-r--r--dev-ruby/activerecord/files/digest-activerecord-1.14.33
6 files changed, 62 insertions, 2 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog
index 391c0355f315..1c328cfd7f86 100644
--- a/dev-ruby/actionpack/ChangeLog
+++ b/dev-ruby/actionpack/ChangeLog
@@ -1,6 +1,12 @@
# 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.33 2006/06/06 16:54:18 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.34 2006/06/28 11:52:06 caleb Exp $
+
+*actionpack-1.12.2 (28 Jun 2006)
+
+ 28 Jun 2006; Caleb Tennis <caleb@gentoo.org> -actionpack-1.11.2.ebuild,
+ -actionpack-1.12.0.ebuild, +actionpack-1.12.2.ebuild:
+ version bump and remove old version
06 Jun 2006; Simon Stelling <blubb@gentoo.org> actionpack-1.12.1.ebuild:
stable on amd64
diff --git a/dev-ruby/actionpack/actionpack-1.12.2.ebuild b/dev-ruby/actionpack/actionpack-1.12.2.ebuild
new file mode 100644
index 000000000000..8e8c1eb02890
--- /dev/null
+++ b/dev-ruby/actionpack/actionpack-1.12.2.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.2.ebuild,v 1.1 2006/06/28 11:52:06 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.2 b/dev-ruby/actionpack/files/digest-actionpack-1.12.2
new file mode 100644
index 000000000000..a66ad2229e7d
--- /dev/null
+++ b/dev-ruby/actionpack/files/digest-actionpack-1.12.2
@@ -0,0 +1,3 @@
+MD5 0b4a0c5c47d68dcc137204da6c4f747b actionpack-1.12.2.gem 525824
+RMD160 dbcdbc863b6d13c32aa73401f4880e991b4bd3dc actionpack-1.12.2.gem 525824
+SHA256 255655910937eb5a0fb75e21f526244a83cfa935b4c5503ec782d216ff67474e actionpack-1.12.2.gem 525824
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog
index ddfc25502a51..d8909860cefb 100644
--- a/dev-ruby/activerecord/ChangeLog
+++ b/dev-ruby/activerecord/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-ruby/activerecord
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.33 2006/06/06 16:55:36 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.34 2006/06/28 11:49:36 caleb Exp $
+
+*activerecord-1.14.3 (28 Jun 2006)
+
+ 28 Jun 2006; Caleb Tennis <caleb@gentoo.org> -activerecord-1.13.2.ebuild,
+ -activerecord-1.14.0.ebuild, -activerecord-1.14.1.ebuild,
+ +activerecord-1.14.3.ebuild:
+ Version bump and remove old versions
06 Jun 2006; Simon Stelling <blubb@gentoo.org> activerecord-1.14.2.ebuild:
stable on amd64
diff --git a/dev-ruby/activerecord/activerecord-1.14.3.ebuild b/dev-ruby/activerecord/activerecord-1.14.3.ebuild
new file mode 100644
index 000000000000..5a096849ee51
--- /dev/null
+++ b/dev-ruby/activerecord/activerecord-1.14.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.14.3.ebuild,v 1.1 2006/06/28 11:49:36 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="1.1"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+RESTRICT="test"
+
+DEPEND=">=dev-lang/ruby-1.8.2
+ =dev-ruby/activesupport-1.3.1"
diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.14.3 b/dev-ruby/activerecord/files/digest-activerecord-1.14.3
new file mode 100644
index 000000000000..9c51c546b5ee
--- /dev/null
+++ b/dev-ruby/activerecord/files/digest-activerecord-1.14.3
@@ -0,0 +1,3 @@
+MD5 3ed720b9391e801808d17fb20a0e85d3 activerecord-1.14.3.gem 349184
+RMD160 a1dc41a99944c888f24d06ce7b43bd0dd69ce274 activerecord-1.14.3.gem 349184
+SHA256 ab9ab76b5711f450de7f3bd9c00d6f960f2c35ceed7becfcc3a8bb5e903e690d activerecord-1.14.3.gem 349184