diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-03-11 02:36:28 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-03-11 02:36:28 +0000 |
commit | 0c77eb6f7b167d9b33033464b7fde7cb243dd838 (patch) | |
tree | 463ad7692ea6538dc6f54d03a98cf95ee5d2655a /dev-ruby/actionmailer | |
parent | Moved from dev-dotnet to dev-lang (diff) | |
download | historical-0c77eb6f7b167d9b33033464b7fde7cb243dd838.tar.gz historical-0c77eb6f7b167d9b33033464b7fde7cb243dd838.tar.bz2 historical-0c77eb6f7b167d9b33033464b7fde7cb243dd838.zip |
Version bump.
Package-Manager: portage-2.0.51.18
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.1.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/actionmailer/files/digest-actionmailer-0.7.1 | 1 |
4 files changed, 30 insertions, 13 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index bb592f73f5c6..7ea7c8941f78 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,8 +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.4 2005/03/11 02:10:11 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.5 2005/03/11 02:32:53 pythonhead Exp $ - 10 Mar 2005; Rob Cakebread <pythonhead@gentoo.org> : +*actionmailer-0.7.1 (10 Mar 2005) + + 10 Mar 2005; Rob Cakebread <pythonhead@gentoo.org> + +actionmailer-0.7.1.ebuild: Version bump. 08 Mar 2005; Caleb Tennis <caleb@gentoo.org> actionmailer-0.7.0.ebuild: diff --git a/dev-ruby/actionmailer/Manifest b/dev-ruby/actionmailer/Manifest index 7f102126eb17..43ad4cda5029 100644 --- a/dev-ruby/actionmailer/Manifest +++ b/dev-ruby/actionmailer/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 4815f696d9820c320a417c0de9f0dea7 actionmailer-0.6.1.ebuild 695 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 -MD5 5577736c39f5f36b75a0f1636140618d ChangeLog 674 +MD5 bd2b442f5a2a7dd85fa7c79fa39b4e3c ChangeLog 737 MD5 36e19ac9d33cd3d5e6a20b4dd4f9798f actionmailer-0.7.0.ebuild 689 +MD5 2f5e35de2d92e652bace18eac94cad65 actionmailer-0.7.1.ebuild 582 MD5 190bb447ec0db2a9f340acaf55011d58 files/digest-actionmailer-0.6.1 66 MD5 05df4fe794b345deb7f1412a08655fde files/digest-actionmailer-0.7.0 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCMP4Pz2gxt1z4IGYRAkkYAKDaB+OhUT6mYlS+obKSwqAgjDXEDACgkSJe -aJF+kQiixMd8/egfc8oi6L0= -=flEU ------END PGP SIGNATURE----- +MD5 7ae3e9f6afe41c44788b8399e11b52dc files/digest-actionmailer-0.7.1 66 diff --git a/dev-ruby/actionmailer/actionmailer-0.7.1.ebuild b/dev-ruby/actionmailer/actionmailer-0.7.1.ebuild new file mode 100644 index 000000000000..afafb449c5e8 --- /dev/null +++ b/dev-ruby/actionmailer/actionmailer-0.7.1.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.1.ebuild,v 1.1 2005/03/11 02:32:53 pythonhead 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/3332/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" +DEPEND=">=dev-ruby/actionpack-1.5.1 + =dev-lang/ruby-1.8*" + diff --git a/dev-ruby/actionmailer/files/digest-actionmailer-0.7.1 b/dev-ruby/actionmailer/files/digest-actionmailer-0.7.1 new file mode 100644 index 000000000000..f6b82458de47 --- /dev/null +++ b/dev-ruby/actionmailer/files/digest-actionmailer-0.7.1 @@ -0,0 +1 @@ +MD5 036c8411959d804a9e17ae7b7090d88f actionmailer-0.7.1.gem 53760 |