summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2005-04-20 03:29:58 +0000
committerRob Cakebread <pythonhead@gentoo.org>2005-04-20 03:29:58 +0000
commit94c0329e6d16de6fd5d9fb8f9d86de20d75d34a8 (patch)
tree91ebc03c4e25702922e99bda156e481ba390b959 /dev-ruby/activerecord
parentStable on sparc (diff)
downloadhistorical-94c0329e6d16de6fd5d9fb8f9d86de20d75d34a8.tar.gz
historical-94c0329e6d16de6fd5d9fb8f9d86de20d75d34a8.tar.bz2
historical-94c0329e6d16de6fd5d9fb8f9d86de20d75d34a8.zip
Version bump removed bad version.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r--dev-ruby/activerecord/ChangeLog8
-rw-r--r--dev-ruby/activerecord/Manifest14
-rw-r--r--dev-ruby/activerecord/activerecord-1.10.1.ebuild (renamed from dev-ruby/activerecord/activerecord-1.10.0.ebuild)4
-rw-r--r--dev-ruby/activerecord/files/digest-activerecord-1.10.01
-rw-r--r--dev-ruby/activerecord/files/digest-activerecord-1.10.11
5 files changed, 12 insertions, 16 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog
index 319ffcdc17e8..153936d7febb 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.8 2005/04/19 05:34:32 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.9 2005/04/20 03:27:29 pythonhead Exp $
+
+*activerecord-1.10.1 (20 Apr 2005)
+
+ 20 Apr 2005; Rob Cakebread <pythonhead@gentoo.org>
+ -activerecord-1.10.0.ebuild, +activerecord-1.10.1.ebuild:
+ Version bump removed bad version.
*activerecord-1.10.0 (19 Apr 2005)
diff --git a/dev-ruby/activerecord/Manifest b/dev-ruby/activerecord/Manifest
index cfc9df2b797c..df1f9208c836 100644
--- a/dev-ruby/activerecord/Manifest
+++ b/dev-ruby/activerecord/Manifest
@@ -1,6 +1,3 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 0b79e8edb84ee62fa795dd79459d4c20 activerecord-1.6.0.ebuild 814
MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
MD5 5c039b88dade3cef19ca78011f1f167a ChangeLog 1219
@@ -8,17 +5,10 @@ MD5 b0619e2add7ce4b12d8e13af706cb8c0 activerecord-1.7.0.ebuild 841
MD5 ac277748a4c8315218f91d6868bc066a activerecord-1.8.0.ebuild 847
MD5 b33129c36830f1880bc780beafa405de activerecord-1.9.0.ebuild 842
MD5 e65b62b4342d032a89260181794a16e8 activerecord-1.9.1.ebuild 841
-MD5 da7bb66b44ca524d2407f3cefc74d3a7 activerecord-1.10.0.ebuild 848
+MD5 16e814beacb27bab9affe797dfd70e34 activerecord-1.10.1.ebuild 842
MD5 0bb4ff3c6365bbbba9cbece5c7d63763 files/digest-activerecord-1.6.0 67
MD5 1256bcab2a566e95e89aa6d3dcdd8d26 files/digest-activerecord-1.7.0 67
MD5 2eb4e69ef35d377ab4f7dbfaeaa65e49 files/digest-activerecord-1.8.0 67
MD5 4a96f641e43406bb9f8e3bae38e81753 files/digest-activerecord-1.9.0 67
MD5 41f6507f74e034f747ce0224e3951bb5 files/digest-activerecord-1.9.1 67
-MD5 11443f3aff32656466fc6e5101a1de0e files/digest-activerecord-1.10.0 68
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCZJh/z2gxt1z4IGYRAh8lAKDfeOTocm9OgEZIN2+b1M221pRYswCff0I7
-sazl6O/AvwfhTtmDhbkjrdA=
-=2fto
------END PGP SIGNATURE-----
+MD5 054ff02238f59d8e3e0f847eb2126ecf files/digest-activerecord-1.10.1 68
diff --git a/dev-ruby/activerecord/activerecord-1.10.0.ebuild b/dev-ruby/activerecord/activerecord-1.10.1.ebuild
index 9a8f5c41f199..a081c7eb2639 100644
--- a/dev-ruby/activerecord/activerecord-1.10.0.ebuild
+++ b/dev-ruby/activerecord/activerecord-1.10.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.10.0.ebuild,v 1.1 2005/04/19 05:34:32 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.10.1.ebuild,v 1.1 2005/04/20 03:27:29 pythonhead Exp $
inherit ruby gems
@@ -9,7 +9,7 @@ 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://rubyforge.org/frs/download.php/4115/${P}.gem"
+SRC_URI="http://rubyforge.org/frs/download.php/4146/${P}.gem"
LICENSE="MIT"
SLOT="0"
diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.10.0 b/dev-ruby/activerecord/files/digest-activerecord-1.10.0
deleted file mode 100644
index 245463608857..000000000000
--- a/dev-ruby/activerecord/files/digest-activerecord-1.10.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d0832bd394e21540e67c66a1151c027c activerecord-1.10.0.gem 256000
diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.10.1 b/dev-ruby/activerecord/files/digest-activerecord-1.10.1
new file mode 100644
index 000000000000..b498547039f4
--- /dev/null
+++ b/dev-ruby/activerecord/files/digest-activerecord-1.10.1
@@ -0,0 +1 @@
+MD5 aa2b215c928be42268c1736fa279cfe5 activerecord-1.10.1.gem 256512