public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mrueg:master commit in: dev-ruby/github-markup/
Date: Fri,  7 Aug 2015 12:22:25 +0000 (UTC)	[thread overview]
Message-ID: <1438950134.066fe2375c233e5a208c099769486fdd5f0c0e58.mrueg@gentoo> (raw)

commit:     066fe2375c233e5a208c099769486fdd5f0c0e58
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  7 12:22:14 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Aug  7 12:22:14 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=066fe237

[dev-ruby/github-markup] Version bump.

Package-Manager: portage-2.2.20

 dev-ruby/github-markup/Manifest                   |  1 +
 dev-ruby/github-markup/github-markup-1.4.0.ebuild | 41 +++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-ruby/github-markup/Manifest b/dev-ruby/github-markup/Manifest
index 9ee055c..cc5a3b7 100644
--- a/dev-ruby/github-markup/Manifest
+++ b/dev-ruby/github-markup/Manifest
@@ -1,2 +1,3 @@
 DIST github-markup-1.2.1.gem 24576 SHA256 33f291b7b94f6c6a9b42671cf2985b140312c3fef9d918ac928c08d562fa09b9 SHA512 0c086ef81ebfa7a152395e745ed27235fe684e8e906a00c81caf9418944280ba0957039aa516b9655241b1e49dc153f2281b81a4c80c1be994c1674c5d6d1632 WHIRLPOOL 73e98ed0d5681ab5ea08d58b8b4b5acc865dde0d60747a24499110d3cc84bf218c6bfe4963c2df9486a2733cae364b5fe4eaffcf9403abd4e395ed1cea3eb222
 DIST github-markup-1.3.3.gem 25600 SHA256 78c7411497219817cb27dd769aa4dac183648b7e0419982cd00fd8c778002907 SHA512 94531804ccadcbdfba009e46967df0ab71d875c1025d3b84f0d47fc41c889a9ca2194cba38ec5fe4658de9033738d38bf2c8763d1acfc15a7a8061f4295fb466 WHIRLPOOL 49cd5c2bb8e451d9b48f9c5cafca527ba83db785422b3c7ee4ba6031fcd79c51ecc1b1b7d586597c8627765eb7110ff9877f94a07470d576094d6a78b34a2fb0
+DIST github-markup-1.4.0.gem 25600 SHA256 9f94f7a5d0db019989a910f5dac002cab7702c0208a1a683007c8d0997ddcb10 SHA512 dac7801d062f8a6cd6dfde252ab1af37edad82286d83295518b1f47ff6770f8731dfbb8a827fadcd4d334b4289703066868f1c308b828339779c846cbe02255e WHIRLPOOL 72c0cc7054e4ab7bdebab54a2375a7d4218150f770f3b2bf094e1d893dfed59b30ec7888c6e5046ff342f0ae6eb2e99f933829f08e51b4b2d46f03f0d5345169

diff --git a/dev-ruby/github-markup/github-markup-1.4.0.ebuild b/dev-ruby/github-markup/github-markup-1.4.0.ebuild
new file mode 100644
index 0000000..be7f9ae
--- /dev/null
+++ b/dev-ruby/github-markup/github-markup-1.4.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_TEST="rake"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Used on GitHub when rendering README or any other rich text file"
+HOMEPAGE="https://github.com/github/markup"
+#SRC_URI="https://github.com/github/markup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND+=" dev-python/docutils
+	virtual/perl-Pod-Simple"
+
+ruby_add_rdepend "
+	dev-ruby/redcarpet
+	dev-ruby/rdiscount
+	dev-ruby/maruku
+	dev-ruby/kramdown
+	dev-ruby/posix-spawn
+	dev-ruby/redcloth
+	dev-ruby/org-ruby
+	dev-ruby/rinku
+	dev-ruby/creole
+	dev-ruby/wikicloth
+	>=dev-ruby/asciidoctor-1.5.2"
+
+each_ruby_test() {
+	${RUBY} -Ilib test/markup_test.rb || die
+}


             reply	other threads:[~2015-08-07 12:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-07 12:22 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-08-29 10:10 [gentoo-commits] dev/mrueg:master commit in: dev-ruby/github-markup/ Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1438950134.066fe2375c233e5a208c099769486fdd5f0c0e58.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox