summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-09-19 09:27:39 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-09-19 09:27:39 +0000
commit7c64f881d18aec1ee8ff327e1d25d15c8fa8ca0b (patch)
tree2e341c1bc61c28f2278d3d33169a3555cc0d8bac /dev-ruby/allison
parentStable for ppc64, wrt bug #470516 (diff)
downloadgentoo-2-7c64f881d18aec1ee8ff327e1d25d15c8fa8ca0b.tar.gz
gentoo-2-7c64f881d18aec1ee8ff327e1d25d15c8fa8ca0b.tar.bz2
gentoo-2-7c64f881d18aec1ee8ff327e1d25d15c8fa8ca0b.zip
Cleanup old.
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/allison')
-rw-r--r--dev-ruby/allison/ChangeLog5
-rw-r--r--dev-ruby/allison/allison-2.0.3-r1.ebuild29
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
-}