diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-12-18 07:06:18 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-12-18 07:06:18 +0000 |
commit | f9e4cd9715dc67e94634130662dff48f947aac54 (patch) | |
tree | d5cfa308041fc13b086cf19ee92a0c260f98564d /dev-ruby/actionpack | |
parent | Initial import (diff) | |
download | historical-f9e4cd9715dc67e94634130662dff48f947aac54.tar.gz historical-f9e4cd9715dc67e94634130662dff48f947aac54.tar.bz2 historical-f9e4cd9715dc67e94634130662dff48f947aac54.zip |
Version bump for Rails 2.0.2
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-ruby/actionpack')
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-2.0.2.ebuild | 16 | ||||
-rw-r--r-- | dev-ruby/actionpack/files/digest-actionpack-2.0.2 | 3 |
3 files changed, 25 insertions, 1 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index 0dfeeca39fd5..e2f9bb8e3ae5 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/actionpack # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.71 2007/12/01 22:46:00 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.72 2007/12/18 07:04:49 graaff Exp $ + +*actionpack-2.0.2 (18 Dec 2007) + + 18 Dec 2007; Hans de Graaff <graaff@gentoo.org> +actionpack-2.0.2.ebuild: + Version bump for Rails 2.0.2 01 Dec 2007; Christoph Mende <angelos@gentoo.org> actionpack-1.13.6.ebuild: diff --git a/dev-ruby/actionpack/actionpack-2.0.2.ebuild b/dev-ruby/actionpack/actionpack-2.0.2.ebuild new file mode 100644 index 000000000000..9f9c2d985371 --- /dev/null +++ b/dev-ruby/actionpack/actionpack-2.0.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.0.2.ebuild,v 1.1 2007/12/18 07:04:49 graaff Exp $ + +inherit ruby gems + +DESCRIPTION="Eases web-request routing, handling, and response." +HOMEPAGE="http://rubyforge.org/projects/actionpack/" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + =dev-ruby/activesupport-2.0.2" diff --git a/dev-ruby/actionpack/files/digest-actionpack-2.0.2 b/dev-ruby/actionpack/files/digest-actionpack-2.0.2 new file mode 100644 index 000000000000..5ef032964cbb --- /dev/null +++ b/dev-ruby/actionpack/files/digest-actionpack-2.0.2 @@ -0,0 +1,3 @@ +MD5 e5ea499e95c2d5e23abef26a8666f2c9 actionpack-2.0.2.gem 711168 +RMD160 fff4c35d844553f3298f2f1f5c0d384ed3673b3e actionpack-2.0.2.gem 711168 +SHA256 c9da9c7c574d680f722856471f6121c8ceadf887633f7aa9cc7180201494e3f6 actionpack-2.0.2.gem 711168 |