From 80f7705964ac8d0cc2fa2a2eecc29c0b886dae26 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Tue, 12 Mar 2013 06:57:57 +0000 Subject: Version bump. (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) --- dev-ruby/kramdown/ChangeLog | 7 ++++- dev-ruby/kramdown/kramdown-0.14.2.ebuild | 44 ++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 dev-ruby/kramdown/kramdown-0.14.2.ebuild (limited to 'dev-ruby') diff --git a/dev-ruby/kramdown/ChangeLog b/dev-ruby/kramdown/ChangeLog index bbd12f5eec3b..37361a880652 100644 --- a/dev-ruby/kramdown/ChangeLog +++ b/dev-ruby/kramdown/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/kramdown # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/kramdown/ChangeLog,v 1.19 2013/03/12 06:37:59 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/kramdown/ChangeLog,v 1.20 2013/03/12 06:57:57 graaff Exp $ + +*kramdown-0.14.2 (12 Mar 2013) + + 12 Mar 2013; Hans de Graaff +kramdown-0.14.2.ebuild: + Version bump. 12 Mar 2013; Hans de Graaff -kramdown-0.13.8.ebuild, -kramdown-0.14.0.ebuild: diff --git a/dev-ruby/kramdown/kramdown-0.14.2.ebuild b/dev-ruby/kramdown/kramdown-0.14.2.ebuild new file mode 100644 index 000000000000..7b5fe628a932 --- /dev/null +++ b/dev-ruby/kramdown/kramdown-0.14.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/kramdown/kramdown-0.14.2.ebuild,v 1.1 2013/03/12 06:57:57 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19 ree18 jruby" + +RUBY_FAKEGEM_DOCDIR="htmldoc/rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS ChangeLog CONTRIBUTERS" + +RUBY_FAKEGEM_EXTRAINSTALL="data" + +inherit ruby-fakegem + +DESCRIPTION="yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition." +HOMEPAGE="http://kramdown.rubyforge.org/" + +LICENSE="GPL-3" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="latex" + +LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra )" +RDEPEND+=" ${LATEX_DEPS}" +DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )" + +ruby_add_bdepend "doc? ( dev-ruby/rdoc ) + test? ( >=dev-ruby/coderay-1.0.0 )" + +all_ruby_prepare() { + if ! use latex; then + # Remove latex tests. They will fail gracefully when latex isn't + # present at all, but not when components are missing (most + # notable ucs.sty). + sed -i -e '/latex -v/,/^ end/ s:^:#:' test/test_files.rb || die + fi +} + +all_ruby_install() { + all_fakegem_install + + doman man/man1/kramdown.1 +} -- cgit v1.2.3-65-gdbad