diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-02-28 17:55:50 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-02-28 17:55:50 +0000 |
commit | 34a519cdbf7b3e4751f8cb8c165e8523efda39af (patch) | |
tree | a0c78ed77d6d1472857b27c960200bc38aefe959 /dev-ruby/actionmailer | |
parent | version bump - see bug #83446 (diff) | |
download | gentoo-2-34a519cdbf7b3e4751f8cb8c165e8523efda39af.tar.gz gentoo-2-34a519cdbf7b3e4751f8cb8c165e8523efda39af.tar.bz2 gentoo-2-34a519cdbf7b3e4751f8cb8c165e8523efda39af.zip |
version bump - se bug #83446
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionmailer/Manifest | 14 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-0.7.0.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/actionmailer/files/digest-actionmailer-0.7.0 | 1 |
4 files changed, 31 insertions, 12 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 38f5a5193f9f..e5aca0f89ee0 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.1 2005/02/16 05:44:59 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.2 2005/02/28 17:55:50 caleb Exp $ + +*actionmailer-0.7.0 (28 Feb 2005) + + 28 Feb 2005; Caleb Tennis <caleb@gentoo.org> +actionmailer-0.7.0.ebuild: + version bump - see bug #83446 *actionmailer-0.6.1 (15 Feb 2005) diff --git a/dev-ruby/actionmailer/Manifest b/dev-ruby/actionmailer/Manifest index 508ab0aaefa1..4fe394942215 100644 --- a/dev-ruby/actionmailer/Manifest +++ b/dev-ruby/actionmailer/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 09c875d55eddab79b50caf4f753c7260 actionmailer-0.7.0.ebuild 695 MD5 4815f696d9820c320a417c0de9f0dea7 actionmailer-0.6.1.ebuild 695 -MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 MD5 df6fa6679e055879271ff916aaa2bb32 ChangeLog 371 +MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 MD5 190bb447ec0db2a9f340acaf55011d58 files/digest-actionmailer-0.6.1 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCEt4Yz2gxt1z4IGYRAj2DAJ0V4FIL9nJ3mDd9ILkyCSjtxnNbggCgulU0 -p04NdkEx6l87CZQC6s+cRi4= -=qoWF ------END PGP SIGNATURE----- +MD5 05df4fe794b345deb7f1412a08655fde files/digest-actionmailer-0.7.0 66 diff --git a/dev-ruby/actionmailer/actionmailer-0.7.0.ebuild b/dev-ruby/actionmailer/actionmailer-0.7.0.ebuild new file mode 100644 index 000000000000..172c319fa33e --- /dev/null +++ b/dev-ruby/actionmailer/actionmailer-0.7.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-0.7.0.ebuild,v 1.1 2005/02/28 17:55:50 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://rubyforge.org/frs/download.php/3199/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" +DEPEND=">=dev-ruby/actionpack-1.5.0 + =dev-lang/ruby-1.8*" + diff --git a/dev-ruby/actionmailer/files/digest-actionmailer-0.7.0 b/dev-ruby/actionmailer/files/digest-actionmailer-0.7.0 new file mode 100644 index 000000000000..746205b3e336 --- /dev/null +++ b/dev-ruby/actionmailer/files/digest-actionmailer-0.7.0 @@ -0,0 +1 @@ +MD5 1673073ecab176e07cd95190810f1eff actionmailer-0.7.0.gem 53760 |