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: www-apps/jekyll-sass-converter/
Date: Fri, 12 Apr 2019 13:58:37 +0000 (UTC)	[thread overview]
Message-ID: <1555077505.fef962ff41c131b0fb9b6ee58605f43abb86f3b2.graaff@gentoo> (raw)

commit:     fef962ff41c131b0fb9b6ee58605f43abb86f3b2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 12 07:37:10 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 13:58:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef962ff

www-apps/jekyll-sass-converter: add 1.5.2

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 www-apps/jekyll-sass-converter/Manifest            |  1 +
 .../jekyll-sass-converter-1.5.2.ebuild             | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/www-apps/jekyll-sass-converter/Manifest b/www-apps/jekyll-sass-converter/Manifest
index 377cc6260e3..bfa0e4b9121 100644
--- a/www-apps/jekyll-sass-converter/Manifest
+++ b/www-apps/jekyll-sass-converter/Manifest
@@ -1 +1,2 @@
 DIST jekyll-sass-converter-1.5.0.tar.gz 8516 BLAKE2B 78b4c49f2d49f28f1c7f02fe808ab98644cb9143038c179bbdb872bf8b8d45cbba84bd73da924a61e661d7d22ba26f2715531146ec8169089729046f196be403 SHA512 ece83d8c13e93a90c66ed899accc77746d56067f6841ca0d29050168c52d9eea6de3d78760b0f468be2dbc9b0b9df5ac02d5066a26809a33cdadd591fbbc9b52
+DIST jekyll-sass-converter-1.5.2.tar.gz 9004 BLAKE2B a5c0e9a3aa51e47efcc7af90682c3fdb5ab23ba8142768afb175c1edaf2edd4feb8a867aebc72d3c89cc39fe40ed1ec7d1334a473d6023c95478411178e33758 SHA512 370ac6bd150a51afc766e4eb065b55d8965e7c39070fd133ea5422db1c559d4bf84d59bd601a3565792fd90a99c32ea1ccb5ecbed0cc8e1a3a343e7923250cb2

diff --git a/www-apps/jekyll-sass-converter/jekyll-sass-converter-1.5.2.ebuild b/www-apps/jekyll-sass-converter/jekyll-sass-converter-1.5.2.ebuild
new file mode 100644
index 00000000000..7ae638410e1
--- /dev/null
+++ b/www-apps/jekyll-sass-converter/jekyll-sass-converter-1.5.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md History.markdown"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A basic Sass converter for Jekyll"
+HOMEPAGE="https://github.com/jekyll/jekyll-sass-converter"
+SRC_URI="https://github.com/jekyll/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/sass-3.4:* =dev-ruby/sass-3*:*"
+ruby_add_bdepend "test? ( >=www-apps/jekyll-2 )"
+
+all_ruby_prepare() {
+	sed -i -e "1irequire 'tmpdir'" spec/scss_converter_spec.rb || die
+}


             reply	other threads:[~2019-04-12 13:58 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-12 13:58 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-20 17:30 [gentoo-commits] repo/gentoo:master commit in: www-apps/jekyll-sass-converter/ Hans de Graaff
2023-06-23  8:51 Sam James
2023-04-01  6:25 Hans de Graaff
2022-06-18  8:40 Hans de Graaff
2022-05-20 10:36 Hans de Graaff
2021-03-08  9:29 Hans de Graaff
2020-08-09  7:27 Michał Górny
2020-07-27  2:09 Sam James
2020-06-19 13:09 Hans de Graaff
2019-07-17  7:37 Hans de Graaff
2018-05-06  8:14 Hans de Graaff
2018-01-24 18:33 Hans de Graaff
2017-10-09 18:06 Michał Górny
2017-10-09 18:06 Michał Górny
2017-04-28 21:11 Manuel Rüger
2017-04-28 21:11 Manuel Rüger
2016-12-13 22:10 Manuel Rüger
2016-08-28 22:59 Manuel Rüger
2015-12-26 17:57 Manuel Rüger
2015-12-26 17:54 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=1555077505.fef962ff41c131b0fb9b6ee58605f43abb86f3b2.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