public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/kramdown: kramdown-0.13.8.ebuild ChangeLog kramdown-0.13.7.ebuild
@ 2012-09-01 12:35 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2012-09-01 12:35 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/09/01 12:35:04

  Modified:             ChangeLog
  Added:                kramdown-0.13.8.ebuild
  Removed:              kramdown-0.13.7.ebuild
  Log:
  Version bump; make sure latex dependencies are also added during test with the flag enabled; use the rdoc recipe for documentation building.
  
  (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 dev-ruby/kramdown/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/kramdown/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/kramdown/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/kramdown/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/kramdown/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	25 Aug 2012 06:12:44 -0000	1.15
+++ ChangeLog	1 Sep 2012 12:35:04 -0000	1.16
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/kramdown
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/kramdown/ChangeLog,v 1.15 2012/08/25 06:12:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/kramdown/ChangeLog,v 1.16 2012/09/01 12:35:04 flameeyes Exp $
+
+*kramdown-0.13.8 (01 Sep 2012)
+
+  01 Sep 2012; Diego E. Pettenò <flameeyes@gentoo.org> +kramdown-0.13.8.ebuild,
+  -kramdown-0.13.7.ebuild:
+  Version bump; make sure latex dependencies are also added during test with the
+  flag enabled; use the rdoc recipe for documentation building.
 
   25 Aug 2012; Hans de Graaff <graaff@gentoo.org> -kramdown-0.13.3.ebuild,
   -kramdown-0.13.4.ebuild, -kramdown-0.13.5.ebuild, -kramdown-0.13.5-r1.ebuild,
@@ -75,4 +82,3 @@
   +metadata.xml:
   Initial import. This is a mandatory dependency of app-text/webgen, bug
   341067.
-



1.1                  dev-ruby/kramdown/kramdown-0.13.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/kramdown/kramdown-0.13.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/kramdown/kramdown-0.13.8.ebuild?rev=1.1&content-type=text/plain

Index: kramdown-0.13.8.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/kramdown/kramdown-0.13.8.ebuild,v 1.1 2012/09/01 12:35:04 flameeyes Exp $

EAPI=4
USE_RUBY="ruby18 ruby19 ree18 jruby"

RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS ChangeLog CONTRIBUTERS"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_DOC_SOURCES="lib README.md"

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} )"

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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-01 12:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-01 12:35 [gentoo-commits] gentoo-x86 commit in dev-ruby/kramdown: kramdown-0.13.8.ebuild ChangeLog kramdown-0.13.7.ebuild Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox