diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-02-28 17:52:30 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-02-28 17:52:30 +0000 |
commit | e21e4987436a7b31bdbd28eb72b4449444fa1874 (patch) | |
tree | 330b772e6ccc2c33b1bc6583c6f35993cf6f6d85 /dev-ruby | |
parent | Fixes for shared -> sharedext USE flag (diff) | |
download | historical-e21e4987436a7b31bdbd28eb72b4449444fa1874.tar.gz historical-e21e4987436a7b31bdbd28eb72b4449444fa1874.tar.bz2 historical-e21e4987436a7b31bdbd28eb72b4449444fa1874.zip |
Version bump for new release, bug #83446
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionmailer/Manifest | 14 | ||||
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.7.0.ebuild | 25 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.7.0 | 1 |
4 files changed, 35 insertions, 12 deletions
diff --git a/dev-ruby/actionmailer/Manifest b/dev-ruby/actionmailer/Manifest index 508ab0aaefa1..33db62c34142 100644 --- a/dev-ruby/actionmailer/Manifest +++ b/dev-ruby/actionmailer/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 8a652f7a04076b032c05d2779e304c41 actionmailer-0.7.0.ebuild 690 MD5 4815f696d9820c320a417c0de9f0dea7 actionmailer-0.6.1.ebuild 695 +MD5 36f24f5d5c2df0c8818d3d317b731fc6 ChangeLog 509 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 -MD5 df6fa6679e055879271ff916aaa2bb32 ChangeLog 371 MD5 190bb447ec0db2a9f340acaf55011d58 files/digest-actionmailer-0.6.1 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCEt4Yz2gxt1z4IGYRAj2DAJ0V4FIL9nJ3mDd9ILkyCSjtxnNbggCgulU0 -p04NdkEx6l87CZQC6s+cRi4= -=qoWF ------END PGP SIGNATURE----- +MD5 05df4fe794b345deb7f1412a08655fde files/digest-actionmailer-0.7.0 66 diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 8a3d95727b41..5d0463f8105a 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.1 2005/02/16 05:40:45 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.2 2005/02/28 17:52:30 caleb Exp $ + +*activerecord-1.7.0 (28 Feb 2005) + + 28 Feb 2005; Caleb Tennis <caleb@gentoo.org> +activerecord-1.7.0.ebuild: + Version bump for new release, bug #83446 *activerecord-1.6.0 (15 Feb 2005) diff --git a/dev-ruby/activerecord/activerecord-1.7.0.ebuild b/dev-ruby/activerecord/activerecord-1.7.0.ebuild new file mode 100644 index 000000000000..dfd7d8f1c854 --- /dev/null +++ b/dev-ruby/activerecord/activerecord-1.7.0.ebuild @@ -0,0 +1,25 @@ +# 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.7.0.ebuild,v 1.1 2005/02/28 17:52:30 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://rubyforge.org/frs/download.php/3190/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="=dev-lang/ruby-1.8* + >=dev-ruby/activesupport-1.0.0" + +src_test() { + echo "Skipping rake test. It requires setting up live databases" + echo "and is beyond the scope of portage testing." +} + diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.7.0 b/dev-ruby/activerecord/files/digest-activerecord-1.7.0 new file mode 100644 index 000000000000..6e52f311a95d --- /dev/null +++ b/dev-ruby/activerecord/files/digest-activerecord-1.7.0 @@ -0,0 +1 @@ +MD5 fff35db9eddfa5d80a0f02a1871f97bf activerecord-1.7.0.gem 279040 |