public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/github-markup/
@ 2015-08-07 12:22 Manuel Rüger
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2015-08-07 12:22 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/github-markup/
@ 2016-08-29 10:10 Manuel Rüger
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2016-08-29 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     1ff7d2f325c83e711ea8645aef01c3b55c22deec
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 10:10:32 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 10:10:32 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=1ff7d2f3

dev-ruby/github-markup: Add ruby22

Package-Manager: portage-2.3.0

 dev-ruby/github-markup/github-markup-1.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/github-markup/github-markup-1.4.0.ebuild b/dev-ruby/github-markup/github-markup-1.4.0.ebuild
index 4c57273..bbe2c27 100644
--- a/dev-ruby/github-markup/github-markup-1.4.0.ebuild
+++ b/dev-ruby/github-markup/github-markup-1.4.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rake"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-29 10:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-07 12:22 [gentoo-commits] dev/mrueg:master commit in: dev-ruby/github-markup/ Manuel Rüger
  -- strict thread matches above, loose matches on Subject: below --
2016-08-29 10:10 Manuel Rüger

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