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] repo/gentoo:master commit in: www-apps/jekyll-sass-converter/
Date: Tue, 13 Dec 2016 22:10:02 +0000 (UTC)	[thread overview]
Message-ID: <1481666986.76eb7e89a0e8a529ef56149a6f73d934e5d785e3.mrueg@gentoo> (raw)

commit:     76eb7e89a0e8a529ef56149a6f73d934e5d785e3
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 13 22:09:46 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 22:09:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76eb7e89

www-apps/jekyll-sass-converter: Version bump to 1.5.0

Package-Manager: portage-2.3.3

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

diff --git a/www-apps/jekyll-sass-converter/Manifest b/www-apps/jekyll-sass-converter/Manifest
index dcf84eb..bda8b76 100644
--- a/www-apps/jekyll-sass-converter/Manifest
+++ b/www-apps/jekyll-sass-converter/Manifest
@@ -1 +1,2 @@
 DIST jekyll-sass-converter-1.4.0.tar.gz 7986 SHA256 934891e329d8258d7968e9b604bc4cf811b640a2ff71f8aa640830132c99fe0e SHA512 2ba7a10b687aa1cdd193c85c70efc15b9ff97987e29b7c591382c706a7d6a588c376995858ab0b1aff38b118eef9fd71c2175a1e6f9a3bc396966fdf13949d1b WHIRLPOOL 44950a3379aae76dabd1fd7bde72f9d48e4a5c99cfed6453356274e06885530d2c10641934f7ddb5f6037f83f06a772b98f638f4aaa6eaf3d550975296d304c7
+DIST jekyll-sass-converter-1.5.0.tar.gz 8516 SHA256 b6e42e91c38e3340d8b10577297e9c1b9d9ee38e613246a48f6db4a046bb6a98 SHA512 ece83d8c13e93a90c66ed899accc77746d56067f6841ca0d29050168c52d9eea6de3d78760b0f468be2dbc9b0b9df5ac02d5066a26809a33cdadd591fbbc9b52 WHIRLPOOL 44bdcc4737eced23f094b105464ca8fb4a586aa36468378fe4bcbcee5b25462f57b330ae16940652b3f36c3b0d99e304dacb324e459044316c92b5c58f74f66b

diff --git a/www-apps/jekyll-sass-converter/jekyll-sass-converter-1.5.0.ebuild b/www-apps/jekyll-sass-converter/jekyll-sass-converter-1.5.0.ebuild
new file mode 100644
index 00000000..1a2494d
--- /dev/null
+++ b/www-apps/jekyll-sass-converter/jekyll-sass-converter-1.5.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22"
+
+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"
+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:[~2016-12-13 22:10 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-13 22:10 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-23  8:51 [gentoo-commits] repo/gentoo:master commit in: www-apps/jekyll-sass-converter/ 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
2019-04-12 13:58 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-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=1481666986.76eb7e89a0e8a529ef56149a6f73d934e5d785e3.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