summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-13 18:41:05 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-13 18:41:05 +0000
commit5aeff6f819e217f2fa5397d6da97d5b36354b18f (patch)
tree5503c85c5ca9c2e055087d4d436f11f4d64e0aee /dev-ruby/polyglot
parentRemove old versions. (diff)
downloadgentoo-2-5aeff6f819e217f2fa5397d6da97d5b36354b18f.tar.gz
gentoo-2-5aeff6f819e217f2fa5397d6da97d5b36354b18f.tar.bz2
gentoo-2-5aeff6f819e217f2fa5397d6da97d5b36354b18f.zip
Use EXTRADOC variable.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/polyglot')
-rw-r--r--dev-ruby/polyglot/ChangeLog6
-rw-r--r--dev-ruby/polyglot/polyglot-0.2.9-r1.ebuild8
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-ruby/polyglot/ChangeLog b/dev-ruby/polyglot/ChangeLog
index 2cde25ca142d..2047aa7a00ad 100644
--- a/dev-ruby/polyglot/ChangeLog
+++ b/dev-ruby/polyglot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/polyglot
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.6 2010/01/13 16:57:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.7 2010/01/13 18:41:05 flameeyes Exp $
+
+ 13 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ polyglot-0.2.9-r1.ebuild:
+ Use EXTRADOC variable.
13 Jan 2010; Brent Baude <ranger@gentoo.org> polyglot-0.2.9-r1.ebuild:
Marking polyglot-0.2.9-r1 ~ppc64 for bug 300739
diff --git a/dev-ruby/polyglot/polyglot-0.2.9-r1.ebuild b/dev-ruby/polyglot/polyglot-0.2.9-r1.ebuild
index c2aa280f5c48..6915b98c7b0a 100644
--- a/dev-ruby/polyglot/polyglot-0.2.9-r1.ebuild
+++ b/dev-ruby/polyglot/polyglot-0.2.9-r1.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/polyglot/polyglot-0.2.9-r1.ebuild,v 1.2 2010/01/13 16:57:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.2.9-r1.ebuild,v 1.3 2010/01/13 18:41:05 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -8,6 +8,8 @@ USE_RUBY="ruby18"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
+
inherit ruby-fakegem
DESCRIPTION="Polyglot provides support for fully-custom DSLs."
@@ -23,7 +25,3 @@ ruby_add_bdepend test virtual/ruby-test-unit
each_ruby_test() {
${RUBY} test/test_polyglot.rb
}
-
-all_ruby_install() {
- dodoc History.txt README.txt
-}