summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2014-08-13 05:31:02 +0000
committerHans de Graaff <graaff@gentoo.org>2014-08-13 05:31:02 +0000
commitc1fa12ad35e822b86053966605be86ffdef77ecb (patch)
tree323a9e3a7a79f07a1eb5e8dcbef9a0bba28058b6 /dev-ruby/asciidoctor
parentSecurity version bump (bug #519246). (diff)
downloadgentoo-2-c1fa12ad35e822b86053966605be86ffdef77ecb.tar.gz
gentoo-2-c1fa12ad35e822b86053966605be86ffdef77ecb.tar.bz2
gentoo-2-c1fa12ad35e822b86053966605be86ffdef77ecb.zip
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/asciidoctor')
-rw-r--r--dev-ruby/asciidoctor/ChangeLog7
-rw-r--r--dev-ruby/asciidoctor/asciidoctor-1.5.0.ebuild29
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 )"