diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-03-22 19:59:59 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-03-22 19:59:59 +0000 |
commit | 3d6001558d5e1e9bb7f682b899460e4d59c28b05 (patch) | |
tree | 953c14ac06e292c5d677de8581eb6d58674b03b7 /dev-ruby/actionpack | |
parent | version bump (diff) | |
download | gentoo-2-3d6001558d5e1e9bb7f682b899460e4d59c28b05.tar.gz gentoo-2-3d6001558d5e1e9bb7f682b899460e4d59c28b05.tar.bz2 gentoo-2-3d6001558d5e1e9bb7f682b899460e4d59c28b05.zip |
version bump
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-ruby/actionpack')
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionpack/Manifest | 16 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-1.6.0.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/actionpack/files/digest-actionpack-1.6.0 | 1 |
4 files changed, 32 insertions, 13 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index f1e4366d89b3..9bac14e739fc 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/actionpack # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.5 2005/03/11 02:30:30 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.6 2005/03/22 19:57:32 caleb Exp $ + +*actionpack-1.6.0 (22 Mar 2005) + + 22 Mar 2005; Caleb Tennis <caleb@gentoo.org> +actionpack-1.6.0.ebuild: + version bump *actionpack-1.5.1 (10 Mar 2005) diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest index 4cb28bd50f51..869e8dccd6d6 100644 --- a/dev-ruby/actionpack/Manifest +++ b/dev-ruby/actionpack/Manifest @@ -1,18 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 5d01df84ef40a8353c6d30630364893f actionpack-1.4.0.ebuild 667 -MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 -MD5 5e4b4afbf6965ed1b125ead7ab4dbe33 ChangeLog 717 MD5 1e5e486c7cb96d32cab48e0f739c50c3 actionpack-1.5.0.ebuild 694 +MD5 9007fe1be259caa99060f36f045a07f8 actionpack-1.6.0.ebuild 699 +MD5 5e4b4afbf6965ed1b125ead7ab4dbe33 ChangeLog 717 +MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 MD5 64aa2e78666810fc3bf25c10d44744cd actionpack-1.5.1.ebuild 700 MD5 1dcf06b2e95fbfdf9c2f499da5be240a files/digest-actionpack-1.4.0 65 MD5 b957eed75058069dd6830b703539fb11 files/digest-actionpack-1.5.0 65 MD5 39838a48d8797e44af1c01a72ff978f1 files/digest-actionpack-1.5.1 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCMQLQz2gxt1z4IGYRAmKxAJ9PP5TUQrUikbOhLJlfTQVdmUKoAgCghXXw -qTrxuP0zh1NubuQ3eJbOLSU= -=64L7 ------END PGP SIGNATURE----- +MD5 7633ee045a3f6fb1108e76213ad3292d files/digest-actionpack-1.6.0 65 diff --git a/dev-ruby/actionpack/actionpack-1.6.0.ebuild b/dev-ruby/actionpack/actionpack-1.6.0.ebuild new file mode 100644 index 000000000000..3545c682df36 --- /dev/null +++ b/dev-ruby/actionpack/actionpack-1.6.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-1.6.0.ebuild,v 1.1 2005/03/22 19:57:32 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://rubyforge.org/frs/download.php/3584/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" +DEPEND="=dev-lang/ruby-1.8* + >=dev-ruby/activesupport-1.0.2" + diff --git a/dev-ruby/actionpack/files/digest-actionpack-1.6.0 b/dev-ruby/actionpack/files/digest-actionpack-1.6.0 new file mode 100644 index 000000000000..d37962a2b2b6 --- /dev/null +++ b/dev-ruby/actionpack/files/digest-actionpack-1.6.0 @@ -0,0 +1 @@ +MD5 3ad33fe59442992e08179c1926a4c4ad actionpack-1.6.0.gem 159232 |