diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-08-10 20:17:36 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-08-10 20:17:36 +0000 |
commit | 1c89751afbc1ae4d377a0abfc5505df71f888d58 (patch) | |
tree | c16e6a3397f3969c903b3a377f85b9c5f22484fb /dev-ruby | |
parent | bump again (diff) | |
download | gentoo-2-1c89751afbc1ae4d377a0abfc5505df71f888d58.tar.gz gentoo-2-1c89751afbc1ae4d377a0abfc5505df71f888d58.tar.bz2 gentoo-2-1c89751afbc1ae4d377a0abfc5505df71f888d58.zip |
version bump
(Portage version: 2.1.1_pre3-r5)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-1.2.5.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/actionmailer/files/digest-actionmailer-1.2.5 | 3 |
3 files changed, 29 insertions, 1 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index a644f44df251..e9e3b85d1744 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.46 2006/08/10 11:53:00 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.47 2006/08/10 20:17:36 caleb Exp $ + +*actionmailer-1.2.5 (10 Aug 2006) + + 10 Aug 2006; Caleb Tennis <caleb@gentoo.org> +actionmailer-1.2.5.ebuild: + version bump 10 Aug 2006; Ferris McCormick <fmccor@gentoo.org> actionmailer-1.2.4.ebuild: diff --git a/dev-ruby/actionmailer/actionmailer-1.2.5.ebuild b/dev-ruby/actionmailer/actionmailer-1.2.5.ebuild new file mode 100644 index 000000000000..b48203261a60 --- /dev/null +++ b/dev-ruby/actionmailer/actionmailer-1.2.5.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.5.ebuild,v 1.1 2006/08/10 20:17:36 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.5 + >=dev-lang/ruby-1.8.2" diff --git a/dev-ruby/actionmailer/files/digest-actionmailer-1.2.5 b/dev-ruby/actionmailer/files/digest-actionmailer-1.2.5 new file mode 100644 index 000000000000..9f37faf59de2 --- /dev/null +++ b/dev-ruby/actionmailer/files/digest-actionmailer-1.2.5 @@ -0,0 +1,3 @@ +MD5 095ce5045eebad4634987119e3f4a1ef actionmailer-1.2.5.gem 81920 +RMD160 98fab9785978a116da3a5d3472d827aa70c7d17b actionmailer-1.2.5.gem 81920 +SHA256 24d5d7f0633525f5bcac946fd4c4c267bc7e9ba46d689bbcef35ec720d3ec64b actionmailer-1.2.5.gem 81920 |