diff options
Diffstat (limited to 'dev-ruby/actionpack')
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/actionpack/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-1.4.0.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/actionpack/files/digest-actionpack-1.4.0 | 1 | ||||
-rw-r--r-- | dev-ruby/actionpack/metadata.xml | 5 |
5 files changed, 39 insertions, 0 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog new file mode 100644 index 000000000000..d8eccf6a6a86 --- /dev/null +++ b/dev-ruby/actionpack/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2005/02/16 05:42:42 pythonhead Exp $ + +*actionpack-1.4.0 (15 Feb 2005) + + 15 Feb 2005; Rob Cakebread <pythonhead@gentoo.org> +metadata.xml, + +actionpack-1.4.0.ebuild: + Initial commit. + diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest new file mode 100644 index 000000000000..3c25251b5620 --- /dev/null +++ b/dev-ruby/actionpack/Manifest @@ -0,0 +1,2 @@ +MD5 ffcc8889c9e7467b451beeddfe8b02d0 actionpack-1.4.0.ebuild 558 +MD5 1dcf06b2e95fbfdf9c2f499da5be240a files/digest-actionpack-1.4.0 65 diff --git a/dev-ruby/actionpack/actionpack-1.4.0.ebuild b/dev-ruby/actionpack/actionpack-1.4.0.ebuild new file mode 100644 index 000000000000..dec52927f66f --- /dev/null +++ b/dev-ruby/actionpack/actionpack-1.4.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.4.0.ebuild,v 1.1 2005/02/16 05:42:42 pythonhead 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/2763/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" +DEPEND="=dev-lang/ruby-1.8*" + + diff --git a/dev-ruby/actionpack/files/digest-actionpack-1.4.0 b/dev-ruby/actionpack/files/digest-actionpack-1.4.0 new file mode 100644 index 000000000000..33306faa166c --- /dev/null +++ b/dev-ruby/actionpack/files/digest-actionpack-1.4.0 @@ -0,0 +1 @@ +MD5 0b1429da4c857e4a0e34a9039643881f actionpack-1.4.0.gem 134144 diff --git a/dev-ruby/actionpack/metadata.xml b/dev-ruby/actionpack/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/actionpack/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ruby</herd> +</pkgmetadata> |