diff options
-rw-r--r-- | dev-ruby/asciidoctor/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/asciidoctor/asciidoctor-1.5.0.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-ruby/asciidoctor/ChangeLog b/dev-ruby/asciidoctor/ChangeLog index d9f23ed6e5d5..e45df2b413fa 100644 --- a/dev-ruby/asciidoctor/ChangeLog +++ b/dev-ruby/asciidoctor/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/asciidoctor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v 1.2 2014/07/26 19:38:33 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v 1.3 2014/08/13 05:31:02 graaff Exp $ + +*asciidoctor-1.5.0 (13 Aug 2014) + + 13 Aug 2014; Hans de Graaff <graaff@gentoo.org> +asciidoctor-1.5.0.ebuild: + Version bump. 26 Jul 2014; Manuel Rüger <mrueg@gentoo.org> asciidoctor-0.1.4.ebuild: Add ruby20 target. diff --git a/dev-ruby/asciidoctor/asciidoctor-1.5.0.ebuild b/dev-ruby/asciidoctor/asciidoctor-1.5.0.ebuild new file mode 100644 index 000000000000..43d752e97509 --- /dev/null +++ b/dev-ruby/asciidoctor/asciidoctor-1.5.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-1.5.0.ebuild,v 1.1 2014/08/13 05:31:02 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20" + +RUBY_FAKEGEM_RECIPE_TEST="rake" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc" + +inherit ruby-fakegem + +DESCRIPTION="Processor for converting AsciiDoc source files or strings into HTML 5, DocBook 4.5 and other formats" +HOMEPAGE="https://github.com/asciidoctor/asciidoctor" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_bdepend "test? ( + dev-ruby/coderay + dev-ruby/erubis + dev-ruby/haml + dev-ruby/nokogiri + dev-ruby/slim + dev-ruby/tilt )" |