summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2008-10-20 19:32:07 +0000
committerHans de Graaff <graaff@gentoo.org>2008-10-20 19:32:07 +0000
commit2418eba4d67f35a8df873d8279de01e96b282a81 (patch)
tree987f74e0420ba6813a484ae2814c63e11a71c78f /dev-ruby/actionmailer
parentVersion bump for Rails 2.0.5 (diff)
downloadgentoo-2-2418eba4d67f35a8df873d8279de01e96b282a81.tar.gz
gentoo-2-2418eba4d67f35a8df873d8279de01e96b282a81.tar.bz2
gentoo-2-2418eba4d67f35a8df873d8279de01e96b282a81.zip
Version bump for Rails 2.0.5
(Portage version: 2.1.4.5)
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r--dev-ruby/actionmailer/ChangeLog8
-rw-r--r--dev-ruby/actionmailer/actionmailer-2.0.5.ebuild16
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog
index 027bcca36d62..0ae01c10c1f8 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.82 2008/09/13 09:03:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.83 2008/10/20 19:32:07 graaff Exp $
+
+*actionmailer-2.0.5 (20 Oct 2008)
+
+ 20 Oct 2008; Hans de Graaff <graaff@gentoo.org>
+ +actionmailer-2.0.5.ebuild:
+ Version bump for Rails 2.0.5
*actionmailer-2.1.1 (13 Sep 2008)
diff --git a/dev-ruby/actionmailer/actionmailer-2.0.5.ebuild b/dev-ruby/actionmailer/actionmailer-2.0.5.ebuild
new file mode 100644
index 000000000000..f9eefd80ff1c
--- /dev/null
+++ b/dev-ruby/actionmailer/actionmailer-2.0.5.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.0.5.ebuild,v 1.1 2008/10/20 19:32:07 graaff Exp $
+
+inherit ruby gems
+
+DESCRIPTION="Framework for designing email-service layers"
+HOMEPAGE="http://rubyforge.org/projects/actionmailer/"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="=dev-ruby/actionpack-2.0.5
+ >=dev-lang/ruby-1.8.5"