summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-11-18 11:53:09 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-11-18 11:53:09 +0000
commitbb3b3e7b4197ac56bb4253e082742b94e7ea0e6e (patch)
tree0881259afaf1d5d7a78ce63aef097d8b6868bd5b /dev-ruby/bluecloth
parentCleanup old. (diff)
downloadgentoo-2-bb3b3e7b4197ac56bb4253e082742b94e7ea0e6e.tar.gz
gentoo-2-bb3b3e7b4197ac56bb4253e082742b94e7ea0e6e.tar.bz2
gentoo-2-bb3b3e7b4197ac56bb4253e082742b94e7ea0e6e.zip
Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/bluecloth')
-rw-r--r--dev-ruby/bluecloth/ChangeLog5
-rw-r--r--dev-ruby/bluecloth/bluecloth-2.2.0.ebuild55
2 files changed, 4 insertions, 56 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog
index f3d0f01ec97e..d3add15d3e51 100644
--- a/dev-ruby/bluecloth/ChangeLog
+++ b/dev-ruby/bluecloth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/bluecloth
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.88 2014/11/18 11:47:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.89 2014/11/18 11:53:09 mrueg Exp $
+
+ 18 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -bluecloth-2.2.0.ebuild:
+ Cleanup old.
18 Nov 2014; Agostino Sarubbo <ago@gentoo.org> bluecloth-2.2.0-r1.ebuild:
Stable for sparc, wrt bug #505920
diff --git a/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild b/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild
deleted file mode 100644
index ec2a167cd03f..000000000000
--- a/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild
+++ /dev/null
@@ -1,55 +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/bluecloth/bluecloth-2.2.0.ebuild,v 1.18 2014/05/15 01:05:38 mrueg Exp $
-
-EAPI=4
-USE_RUBY="ruby19"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="A Ruby implementation of Markdown"
-HOMEPAGE="http://www.deveiate.org/projects/BlueCloth"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-
-DEPEND="${DEPEND} doc? ( dev-lang/perl )"
-RDEPEND="${RDEPEND}"
-
-ruby_add_bdepend "
- dev-ruby/hoe
- dev-ruby/rake-compiler
- test? (
- dev-ruby/diff-lcs
- dev-ruby/tidy-ext
- )"
-
-all_ruby_prepare() {
- # for Ruby 1.9.2 compatibility
- sed -i -e '1i $: << "."' Rakefile || die
-}
-
-all_ruby_compile() {
- rake man/man1/bluecloth.1
-
- all_fakegem_compile
-}
-
-each_ruby_compile() {
- ${RUBY} -S rake compile || die "extension build failed"
-}
-
-all_ruby_install() {
- doman man/man1/bluecloth.1
-
- all_fakegem_install
-}