public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/syntax/
Date: Thu,  6 Jul 2017 04:56:06 +0000 (UTC)	[thread overview]
Message-ID: <1499315633.bc8d225e528c82672e21622ac75125535e84eec1.graaff@gentoo> (raw)

commit:     bc8d225e528c82672e21622ac75125535e84eec1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  6 04:33:53 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 04:33:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc8d225e

dev-ruby/syntax: add 1.2.2

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/syntax/Manifest            |  1 +
 dev-ruby/syntax/syntax-1.2.2.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/syntax/Manifest b/dev-ruby/syntax/Manifest
index 3a8737ca59a..e92bc407992 100644
--- a/dev-ruby/syntax/Manifest
+++ b/dev-ruby/syntax/Manifest
@@ -1,2 +1,3 @@
 DIST syntax-1.2.0.tar.gz 40797 SHA256 9cec12fac6b6dc4f3fee263f5765333880ae26d4194b9670f3de26d4674dde9b SHA512 69804ab94203e2260b4c585aacf68db6ad8e47cf2339ffeb1105ae39da5f1d456b1413eeeef29f1c450bff19780e815b9b1b966b171de3b24595f759b36e6548 WHIRLPOOL 4eb23d481dbd56878ac024643d10069f644ac182813dc744fa61ea44a418d04caa738915a7a60ca85aff5bf90c35e92187e18a1adf168cd17265c06f2b3a4e66
 DIST syntax-1.2.1.tar.gz 40994 SHA256 d1d4d39f63e4dd4753f68b3baee76ad35941c74257816ac9688ce132dbf92701 SHA512 1b2369a5a71f1818f0074e47e56054707986fbfc14bc799e39925c919d3f00d008e102f11dfc7bbc30ea03c7fab9dddce76e5262bc3e85ce75bcd0550e793f13 WHIRLPOOL f1f6a727a5e2dfd3b6afdbd7f5cd756c5a685e08cdbd41ee73845c434ecf7eb22057857a3a25df8f748e461441519f432fff188f83240794ab566d9290393cf3
+DIST syntax-1.2.2.tar.gz 41485 SHA256 0f4fe45d8dca5cbc6bb0870de5f23aa4d2f518c320dcb38f24b8d603abf16e3a SHA512 a3be7ac736d6c77833aa532f17485c076d34e66c40426c9c6be2dbbde87b2adb7154c9b3bed3439cc12577dffc01c8148e0870a0d02b3a02ffbf9fb1d651433b WHIRLPOOL 1e671223cf2d01bbd6237cbf7684927c363d57709f140ad193974c84c3cfbfb0a4ebb2241573c669b7fb5b5d14c3bfb7542adf86fe4681f9f2c5bb5d11dba31c

diff --git a/dev-ruby/syntax/syntax-1.2.2.ebuild b/dev-ruby/syntax/syntax-1.2.2.ebuild
new file mode 100644
index 00000000000..00c37f66849
--- /dev/null
+++ b/dev-ruby/syntax/syntax-1.2.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Syntax highlighting for sourcecode and HTML"
+HOMEPAGE="https://github.com/dblock/syntax"
+SRC_URI="https://github.com/dblock/syntax/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test doc"
+
+ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
+
+all_ruby_prepare() {
+	# Remove manual doc since it can not longer be build and it blocks default rdoc recipe.
+	rm -rf doc || die
+}
+
+each_ruby_test() {
+	${RUBY} -Ilib test/ALL-TESTS.rb || die
+}


             reply	other threads:[~2017-07-06  4:56 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-06  4:56 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-27  9:16 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/syntax/ Hans de Graaff
2023-03-05  8:42 Hans de Graaff
2022-03-14  6:34 Hans de Graaff
2021-08-02 21:48 Marek Szuba
2020-12-29  6:36 Hans de Graaff
2019-12-26 15:41 Hans de Graaff
2019-03-16 19:54 Mikle Kolyada
2018-12-26 17:47 Hans de Graaff
2018-07-22 18:30 Hans de Graaff
2018-07-22 14:37 Mikle Kolyada
2018-07-10 19:11 Sergei Trofimovich
2018-06-26 15:44 Tobias Klausmann
2018-06-16  5:05 Hans de Graaff
2018-06-15 12:28 Sergei Trofimovich
2018-06-13 20:02 Sergei Trofimovich
2018-04-27  8:33 Hans de Graaff
2018-01-18  6:55 Hans de Graaff
2017-06-28  9:35 Alexis Ballier
2017-04-02  5:40 Hans de Graaff
2016-12-27  6:22 Hans de Graaff
2016-08-09  5:21 Hans de Graaff
2016-01-10  7:47 Hans de Graaff
2015-11-08  7:13 Hans de Graaff
2015-11-07 23:37 Mikle Kolyada
2015-11-01 15:51 Tobias Klausmann
2015-10-30 10:15 Agostino Sarubbo
2015-10-25 19:12 Markus Meier
2015-10-10 17:40 Mikle Kolyada
2015-10-04 10:24 Jeroen Roovers
2015-10-04 10:14 Agostino Sarubbo
2015-10-04  9:42 Agostino Sarubbo
2015-10-03 18:10 Jeroen Roovers

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=1499315633.bc8d225e528c82672e21622ac75125535e84eec1.graaff@gentoo \
    --to=graaff@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