diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-08-09 18:35:15 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-08-09 18:35:15 +0000 |
commit | 29beb914198a0c37d88c8100e54422d5caea0b6b (patch) | |
tree | f526b7a4563ff3d248444b935ce499af2a40e84a /dev-ruby/actionmailer | |
parent | Stable on amd64 wrt Bug #136987. (diff) | |
download | historical-29beb914198a0c37d88c8100e54422d5caea0b6b.tar.gz historical-29beb914198a0c37d88c8100e54422d5caea0b6b.tar.bz2 historical-29beb914198a0c37d88c8100e54422d5caea0b6b.zip |
version bump
Package-Manager: portage-2.1.1_pre3-r5
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-1.2.4.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/actionmailer/files/digest-actionmailer-1.2.4 | 3 |
3 files changed, 29 insertions, 1 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 591bb17ae96b..8a6dd124562b 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.41 2006/07/31 08:25:01 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.42 2006/08/09 18:32:29 caleb Exp $ + +*actionmailer-1.2.4 (09 Aug 2006) + + 09 Aug 2006; Caleb Tennis <caleb@gentoo.org> +actionmailer-1.2.4.ebuild: + version bump 31 Jul 2006; Simon Stelling <blubb@gentoo.org> actionmailer-1.2.3.ebuild: stable on amd64 wrt bug 138323 diff --git a/dev-ruby/actionmailer/actionmailer-1.2.4.ebuild b/dev-ruby/actionmailer/actionmailer-1.2.4.ebuild new file mode 100644 index 000000000000..dcbafd09cf8c --- /dev/null +++ b/dev-ruby/actionmailer/actionmailer-1.2.4.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.4.ebuild,v 1.1 2006/08/09 18:32:29 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.4 + >=dev-lang/ruby-1.8.2" diff --git a/dev-ruby/actionmailer/files/digest-actionmailer-1.2.4 b/dev-ruby/actionmailer/files/digest-actionmailer-1.2.4 new file mode 100644 index 000000000000..20c0753df5b4 --- /dev/null +++ b/dev-ruby/actionmailer/files/digest-actionmailer-1.2.4 @@ -0,0 +1,3 @@ +MD5 1b814533b88d044bc82d7c9f1dfccb15 actionmailer-1.2.4.gem 81920 +RMD160 f662758b855921459df0c3a1604e90caa54472e2 actionmailer-1.2.4.gem 81920 +SHA256 0300e0c468d110d4ca14178361afda30331dd1636a667ee2b6ae3a40bf57baf7 actionmailer-1.2.4.gem 81920 |