summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-09-04 11:44:36 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-09-04 11:44:36 +0000
commitfe2a50c52f04c97654a9526feea616ca5224040d (patch)
tree0bbc9eec2a6b2d91aa0e78a2fe6cd73c0fb8dc10 /dev-ruby
parentAdd ~mips keyword (diff)
downloadgentoo-2-fe2a50c52f04c97654a9526feea616ca5224040d.tar.gz
gentoo-2-fe2a50c52f04c97654a9526feea616ca5224040d.tar.bz2
gentoo-2-fe2a50c52f04c97654a9526feea616ca5224040d.zip
Cleanup old.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/maruku/ChangeLog5
-rw-r--r--dev-ruby/maruku/maruku-0.6.0-r2.ebuild51
2 files changed, 4 insertions, 52 deletions
diff --git a/dev-ruby/maruku/ChangeLog b/dev-ruby/maruku/ChangeLog
index 3f75312a6a65..96dd61822eac 100644
--- a/dev-ruby/maruku/ChangeLog
+++ b/dev-ruby/maruku/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/maruku
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/maruku/ChangeLog,v 1.25 2013/08/23 09:11:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/maruku/ChangeLog,v 1.26 2013/09/04 11:44:36 mrueg Exp $
+
+ 04 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -maruku-0.6.0-r2.ebuild:
+ Cleanup old.
23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> maruku-0.6.1.ebuild:
Stable for x86, wrt bug #481622
diff --git a/dev-ruby/maruku/maruku-0.6.0-r2.ebuild b/dev-ruby/maruku/maruku-0.6.0-r2.ebuild
deleted file mode 100644
index 4b55bb224181..000000000000
--- a/dev-ruby/maruku/maruku-0.6.0-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/maruku/maruku-0.6.0-r2.ebuild,v 1.9 2013/01/15 06:44:44 zerochaos Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC="-I. rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="docs/changelog.md docs/div_syntax.md docs/entity_test.md
- docs/markdown_syntax.md docs/maruku.md docs/math.md docs/other_stuff.md
- docs/proposal.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Markdown-superset interpreter written in Ruby."
-HOMEPAGE="http://maruku.rubyforge.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-# Tests fail in various ways, possibly due to missing
-# dependencies. Since we shipped this without any tests for over a year
-# just restrict them for now and revisit for the next version.
-RESTRICT=test
-
-ruby_add_rdepend dev-ruby/syntax
-
-all_ruby_prepare() {
- sed -i \
- -e '/Gem::manage_gems/s:^:#:' \
- -e '/jamis\.rb/s:^:#:' \
- Rakefile
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib bin/marutest $(find tests/unittest -name '*.md') || die
-}
-
-pkg_postinst() {
- elog
- elog "You need to emerge app-text/texlive and dev-tex/latex-unicode if"
- elog "you want to use --pdf with Maruku. You may also want to emerge"
- elog "dev-tex/listings to enable LaTeX syntax highlighting."
- elog
-}