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 | bbd01ec47061f702e560dc3a4654ab709dcf3a7f (patch) | |
tree | d4679adc8b87ea19bd2e5876bd62d1e49c151efb /dev-ruby | |
parent | version bump - see bug #83446 (diff) | |
download | historical-bbd01ec47061f702e560dc3a4654ab709dcf3a7f.tar.gz historical-bbd01ec47061f702e560dc3a4654ab709dcf3a7f.tar.bz2 historical-bbd01ec47061f702e560dc3a4654ab709dcf3a7f.zip |
version bump - se bug #83446
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 7 | ||||
-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 |
3 files changed, 28 insertions, 1 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/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 |