summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-12-28 13:47:41 +0000
committerHans de Graaff <graaff@gentoo.org>2010-12-28 13:47:41 +0000
commit95aee9d8969a12cac02dcaeb24a1983ab0a642a4 (patch)
treec8e7e7df81d0c9bf2e48aae74f2bda4e6dac7881 /dev-ruby
parentMarking PEAR-PEAR-1.9.1-r3 ppc64 for bug 340807 (diff)
downloadgentoo-2-95aee9d8969a12cac02dcaeb24a1983ab0a642a4.tar.gz
gentoo-2-95aee9d8969a12cac02dcaeb24a1983ab0a642a4.tar.bz2
gentoo-2-95aee9d8969a12cac02dcaeb24a1983ab0a642a4.zip
Install proper gemspec.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/actionmailer/ChangeLog5
-rw-r--r--dev-ruby/actionmailer/actionmailer-3.0.3.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog
index ef18a8735568..fc38e50d3bc1 100644
--- a/dev-ruby/actionmailer/ChangeLog
+++ b/dev-ruby/actionmailer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/actionmailer
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.148 2010/12/05 08:59:13 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.149 2010/12/28 13:47:41 graaff Exp $
+
+ 28 Dec 2010; Hans de Graaff <graaff@gentoo.org> actionmailer-3.0.3.ebuild:
+ Install proper gemspec.
*actionmailer-3.0.3 (05 Dec 2010)
diff --git a/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild b/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild
index 877454dd6157..0fdc566cbf03 100644
--- a/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild
+++ b/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild,v 1.1 2010/12/05 08:59:13 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild,v 1.2 2010/12/28 13:47:41 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ree18"
@@ -8,6 +8,8 @@ USE_RUBY="ruby18 ree18"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
+RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec"
+
inherit ruby-fakegem
DESCRIPTION="Framework for designing email-service layers"