summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2008-06-17 05:38:29 +0000
committerHans de Graaff <graaff@gentoo.org>2008-06-17 05:38:29 +0000
commit68253c55a0daa2425170e169512117066428c9cd (patch)
tree8e22eb2e39ef9374b85c8e654e8fb8c8aafabac3 /dev-ruby
parentVersion bump for Rails 2.1.0 (diff)
downloadgentoo-2-68253c55a0daa2425170e169512117066428c9cd.tar.gz
gentoo-2-68253c55a0daa2425170e169512117066428c9cd.tar.bz2
gentoo-2-68253c55a0daa2425170e169512117066428c9cd.zip
Version bump for Rails 2.1.0
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/actionmailer/ChangeLog8
-rw-r--r--dev-ruby/actionmailer/actionmailer-2.1.0.ebuild16
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog
index c831dfef7ef2..8d206b4f4d0e 100644
--- a/dev-ruby/actionmailer/ChangeLog
+++ b/dev-ruby/actionmailer/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/actionmailer
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.77 2008/05/16 17:34:52 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.78 2008/06/17 05:38:29 graaff Exp $
+
+*actionmailer-2.1.0 (17 Jun 2008)
+
+ 17 Jun 2008; Hans de Graaff <graaff@gentoo.org>
+ +actionmailer-2.1.0.ebuild:
+ Version bump for Rails 2.1.0
16 May 2008; nixnut <nixnut@gentoo.org> actionmailer-2.0.2.ebuild:
Stable on ppc wrt bug 221309
diff --git a/dev-ruby/actionmailer/actionmailer-2.1.0.ebuild b/dev-ruby/actionmailer/actionmailer-2.1.0.ebuild
new file mode 100644
index 000000000000..cb69095dedb5
--- /dev/null
+++ b/dev-ruby/actionmailer/actionmailer-2.1.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.1.0.ebuild,v 1.1 2008/06/17 05:38:29 graaff Exp $
+
+inherit ruby gems
+
+DESCRIPTION="Framework for designing email-service layers"
+HOMEPAGE="http://rubyforge.org/projects/actionmailer/"
+
+LICENSE="MIT"
+SLOT="2.1"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="=dev-ruby/actionpack-2.1.0
+ >=dev-lang/ruby-1.8.5"