diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-02-16 05:48:13 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-02-16 05:48:13 +0000 |
commit | 5f463baa9235db4e9db1ea930676e197c3ad57cb (patch) | |
tree | fa61752fdcdc850725ff28ab054c6a57bef0f40d /dev-ruby | |
parent | Initial commit. (diff) | |
download | gentoo-2-5f463baa9235db4e9db1ea930676e197c3ad57cb.tar.gz gentoo-2-5f463baa9235db4e9db1ea930676e197c3ad57cb.tar.bz2 gentoo-2-5f463baa9235db4e9db1ea930676e197c3ad57cb.zip |
Initial commit.
(Portage version: 2.0.51.16)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/actionmailer/Manifest | 4 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-0.6.1.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/actionmailer/files/digest-actionmailer-0.6.1 | 1 | ||||
-rw-r--r-- | dev-ruby/actionmailer/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ruby/rails/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/rails/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/rails/files/digest-rails-0.9.5 | 1 | ||||
-rw-r--r-- | dev-ruby/rails/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ruby/rails/rails-0.9.5.ebuild | 26 |
10 files changed, 85 insertions, 0 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog new file mode 100644 index 000000000000..38f5a5193f9f --- /dev/null +++ b/dev-ruby/actionmailer/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/actionmailer +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.1 2005/02/16 05:44:59 pythonhead Exp $ + +*actionmailer-0.6.1 (15 Feb 2005) + + 15 Feb 2005; Rob Cakebread <pythonhead@gentoo.org> +metadata.xml, + +actionmailer-0.6.1.ebuild: + Initial commit. + diff --git a/dev-ruby/actionmailer/Manifest b/dev-ruby/actionmailer/Manifest new file mode 100644 index 000000000000..c5a29ff40f81 --- /dev/null +++ b/dev-ruby/actionmailer/Manifest @@ -0,0 +1,4 @@ +MD5 513618ef76b7ba3642091d06c9942597 actionmailer-0.6.1.ebuild 582 +MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 +MD5 f9e313aed9169d2cd12c76c87884f141 ChangeLog 274 +MD5 190bb447ec0db2a9f340acaf55011d58 files/digest-actionmailer-0.6.1 66 diff --git a/dev-ruby/actionmailer/actionmailer-0.6.1.ebuild b/dev-ruby/actionmailer/actionmailer-0.6.1.ebuild new file mode 100644 index 000000000000..5ef2b3d6fb83 --- /dev/null +++ b/dev-ruby/actionmailer/actionmailer-0.6.1.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/actionmailer/actionmailer-0.6.1.ebuild,v 1.1 2005/02/16 05:44:59 pythonhead Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Framework for designing email-service layers" +HOMEPAGE="http://rubyforge.org/projects/actionmailer/" +# 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/2663/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" +DEPEND=">=dev-ruby/actionpack-1.4.0 + =dev-lang/ruby-1.8*" + diff --git a/dev-ruby/actionmailer/files/digest-actionmailer-0.6.1 b/dev-ruby/actionmailer/files/digest-actionmailer-0.6.1 new file mode 100644 index 000000000000..cc96abf1cc9d --- /dev/null +++ b/dev-ruby/actionmailer/files/digest-actionmailer-0.6.1 @@ -0,0 +1 @@ +MD5 76aa2e251a5fa567ae82facdadfaac24 actionmailer-0.6.1.gem 53248 diff --git a/dev-ruby/actionmailer/metadata.xml b/dev-ruby/actionmailer/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/actionmailer/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> diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog new file mode 100644 index 000000000000..8174f40370c1 --- /dev/null +++ b/dev-ruby/rails/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/rails +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.1 2005/02/16 05:48:13 pythonhead Exp $ + +*rails-0.9.5 (15 Feb 2005) + + 15 Feb 2005; Rob Cakebread <pythonhead@gentoo.org> +metadata.xml, + +rails-0.9.5.ebuild: + Initial commit. bug# 80828 + diff --git a/dev-ruby/rails/Manifest b/dev-ruby/rails/Manifest new file mode 100644 index 000000000000..4e8b1205eba1 --- /dev/null +++ b/dev-ruby/rails/Manifest @@ -0,0 +1,2 @@ +MD5 c0a373f7604823f5051129e232bcac75 rails-0.9.5.ebuild 789 +MD5 937edc8b22617c57edda938e9d6e5445 files/digest-rails-0.9.5 59 diff --git a/dev-ruby/rails/files/digest-rails-0.9.5 b/dev-ruby/rails/files/digest-rails-0.9.5 new file mode 100644 index 000000000000..7ea31baf687f --- /dev/null +++ b/dev-ruby/rails/files/digest-rails-0.9.5 @@ -0,0 +1 @@ +MD5 6d8e05bee54523a317470009d6556c76 rails-0.9.5.gem 40960 diff --git a/dev-ruby/rails/metadata.xml b/dev-ruby/rails/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/rails/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> diff --git a/dev-ruby/rails/rails-0.9.5.ebuild b/dev-ruby/rails/rails-0.9.5.ebuild new file mode 100644 index 000000000000..3b0e820037d5 --- /dev/null +++ b/dev-ruby/rails/rails-0.9.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-0.9.5.ebuild,v 1.1 2005/02/16 05:48:13 pythonhead Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="ruby on rails is a web-application and persistance framework" +HOMEPAGE="http://www.rubyonrails.org" +# 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/2764/${P}.gem" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~x86" + +IUSE="mysql sqlite postgres" +DEPEND="=dev-lang/ruby-1.8* + >=dev-ruby/rake-0.4.15-r1 + >=dev-ruby/activerecord-1.6.0 + >=dev-ruby/actionmailer-0.6.1 + sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2) + mysql? ( >=dev-ruby/mysql-ruby-2.5 ) + postgres? ( >=dev-ruby/ruby-postgres-0.7.1 )" + |