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/actionmailer | |
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/actionmailer')
-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 |
5 files changed, 41 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> |