diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-07-03 11:46:10 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-07-03 11:46:10 +0000 |
commit | 3409f24572448aad265aa9a0b577290c1c92a719 (patch) | |
tree | ce1370031f3474ff76a1f9b6deefdb5ac6936e93 /dev-ruby/actionmailer | |
parent | Version bump (diff) | |
download | gentoo-2-3409f24572448aad265aa9a0b577290c1c92a719.tar.gz gentoo-2-3409f24572448aad265aa9a0b577290c1c92a719.tar.bz2 gentoo-2-3409f24572448aad265aa9a0b577290c1c92a719.zip |
Version bump
(Portage version: 2.1.1_pre1-r4)
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-1.2.3.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/actionmailer/files/digest-actionmailer-1.2.3 | 3 |
3 files changed, 29 insertions, 1 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index c3c45e4063ec..a195357342ff 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.35 2006/06/28 11:53:52 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.36 2006/07/03 11:46:10 caleb Exp $ + +*actionmailer-1.2.3 (03 Jul 2006) + + 03 Jul 2006; Caleb Tennis <caleb@gentoo.org> +actionmailer-1.2.3.ebuild: + Version bump *actionmailer-1.2.2 (28 Jun 2006) diff --git a/dev-ruby/actionmailer/actionmailer-1.2.3.ebuild b/dev-ruby/actionmailer/actionmailer-1.2.3.ebuild new file mode 100644 index 000000000000..ebb674d5a8f6 --- /dev/null +++ b/dev-ruby/actionmailer/actionmailer-1.2.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-1.2.3.ebuild,v 1.1 2006/07/03 11:46:10 caleb 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://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="MIT" +SLOT="1.1" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="=dev-ruby/actionpack-1.12.3 + >=dev-lang/ruby-1.8.2" diff --git a/dev-ruby/actionmailer/files/digest-actionmailer-1.2.3 b/dev-ruby/actionmailer/files/digest-actionmailer-1.2.3 new file mode 100644 index 000000000000..3e72afc8a292 --- /dev/null +++ b/dev-ruby/actionmailer/files/digest-actionmailer-1.2.3 @@ -0,0 +1,3 @@ +MD5 3172c46cbf664433168e822d3ae4da63 actionmailer-1.2.3.gem 80896 +RMD160 ecf8ab059b59e59f064d92e84038d259fba35fa2 actionmailer-1.2.3.gem 80896 +SHA256 fd1751afe4e553cf86bb9ee9c905c186d8694647bbdf26f2c4dc055a5b450a33 actionmailer-1.2.3.gem 80896 |