diff options
-rw-r--r-- | dev-ruby/allison/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/allison/allison-2.0.3-r1.ebuild | 29 |
2 files changed, 4 insertions, 30 deletions
diff --git a/dev-ruby/allison/ChangeLog b/dev-ruby/allison/ChangeLog index 439ef35766c1..e1fec341e282 100644 --- a/dev-ruby/allison/ChangeLog +++ b/dev-ruby/allison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/allison # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/allison/ChangeLog,v 1.37 2014/09/19 09:22:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/allison/ChangeLog,v 1.38 2014/09/19 09:27:39 mrueg Exp $ + + 19 Sep 2014; Manuel Rüger <mrueg@gentoo.org> -allison-2.0.3-r1.ebuild: + Cleanup old. 19 Sep 2014; Agostino Sarubbo <ago@gentoo.org> allison-2.0.3-r2.ebuild: Stable for ppc64, wrt bug #503564 diff --git a/dev-ruby/allison/allison-2.0.3-r1.ebuild b/dev-ruby/allison/allison-2.0.3-r1.ebuild deleted file mode 100644 index 579813f640a2..000000000000 --- a/dev-ruby/allison/allison-2.0.3-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/allison/allison-2.0.3-r1.ebuild,v 1.14 2014/08/05 16:00:37 mrueg Exp $ - -EAPI=2 -USE_RUBY="ruby19 jruby" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README" -RUBY_FAKEGEM_EXTRAINSTALL="cache" - -inherit ruby-fakegem - -DESCRIPTION="A modern, pretty RDoc template" -HOMEPAGE="http://fauna.github.com/fauna/allison/files/README.html" - -LICENSE="AFL-3.0" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-solaris" -IUSE="" - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r contrib -} |