diff options
author | 2006-07-03 11:45:40 +0000 | |
---|---|---|
committer | 2006-07-03 11:45:40 +0000 | |
commit | a8422a1f69d9c027c6efa59f8aea1dfdfa76248f (patch) | |
tree | ae8a73d1fed9e8008a5bd2e4233072f0a290c9d1 /dev-ruby/actionpack | |
parent | Fixed ChangeLog entry for the last version bumps. (diff) | |
download | gentoo-2-a8422a1f69d9c027c6efa59f8aea1dfdfa76248f.tar.gz gentoo-2-a8422a1f69d9c027c6efa59f8aea1dfdfa76248f.tar.bz2 gentoo-2-a8422a1f69d9c027c6efa59f8aea1dfdfa76248f.zip |
Version bump
(Portage version: 2.1.1_pre1-r4)
Diffstat (limited to 'dev-ruby/actionpack')
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-1.12.3.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/actionpack/files/digest-actionpack-1.12.3 | 3 |
3 files changed, 29 insertions, 1 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index 1c328cfd7f86..93751561b712 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,11 @@ # 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.34 2006/06/28 11:52:06 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.35 2006/07/03 11:45:40 caleb Exp $ + +*actionpack-1.12.3 (03 Jul 2006) + + 03 Jul 2006; Caleb Tennis <caleb@gentoo.org> +actionpack-1.12.3.ebuild: + Version bump *actionpack-1.12.2 (28 Jun 2006) diff --git a/dev-ruby/actionpack/actionpack-1.12.3.ebuild b/dev-ruby/actionpack/actionpack-1.12.3.ebuild new file mode 100644 index 000000000000..ec73d9e06850 --- /dev/null +++ b/dev-ruby/actionpack/actionpack-1.12.3.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.3.ebuild,v 1.1 2006/07/03 11:45:40 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.3 b/dev-ruby/actionpack/files/digest-actionpack-1.12.3 new file mode 100644 index 000000000000..1c84906963a4 --- /dev/null +++ b/dev-ruby/actionpack/files/digest-actionpack-1.12.3 @@ -0,0 +1,3 @@ +MD5 7456432c7f2153471f7b6c094cc35709 actionpack-1.12.3.gem 527360 +RMD160 950cf2f9ba7afee33cf14950003000f54e5673b5 actionpack-1.12.3.gem 527360 +SHA256 eb4f047ac48f84b7ab281e068bd8a2776713fb0e82bb248a68a104f02f72f0fe actionpack-1.12.3.gem 527360 |