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/sassc-rails/
Date: Sun, 26 May 2019 05:41:36 +0000 (UTC)	[thread overview]
Message-ID: <1558849289.0a7e16727a1e4c98bc86ca34f8e94b3e7ede551e.graaff@gentoo> (raw)

commit:     0a7e16727a1e4c98bc86ca34f8e94b3e7ede551e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 05:19:54 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May 26 05:41:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7e1672

dev-ruby/sassc-rails: import 2.1.1 from graaff overlay

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

 dev-ruby/sassc-rails/Manifest                 |  1 +
 dev-ruby/sassc-rails/metadata.xml             | 11 +++++++++
 dev-ruby/sassc-rails/sassc-rails-2.1.1.ebuild | 35 +++++++++++++++++++++++++++
 3 files changed, 47 insertions(+)

diff --git a/dev-ruby/sassc-rails/Manifest b/dev-ruby/sassc-rails/Manifest
new file mode 100644
index 00000000000..714064312ac
--- /dev/null
+++ b/dev-ruby/sassc-rails/Manifest
@@ -0,0 +1 @@
+DIST sassc-rails-2.1.1.gem 33280 BLAKE2B eaa66fa6bfa60a41c8b2a180ac58758d860feaa33aad6a92b28b3224361837281c353041f854317591ef4ae99a6e48f00d8cb31fdf1e5c6a12f58fb24809d615 SHA512 d612a0c5d0d4f55600f8f9734f5bcf30c62c2bcd657b917ee13e95b7f7c3c08b2b4cb2b62b75c52e08992b254279aa4988c3e94b56b91490532b2382dc0d8555

diff --git a/dev-ruby/sassc-rails/metadata.xml b/dev-ruby/sassc-rails/metadata.xml
new file mode 100644
index 00000000000..6cc4ce8447f
--- /dev/null
+++ b/dev-ruby/sassc-rails/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>ruby@gentoo.org</email>
+    <name>Gentoo Ruby Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">sass/sassc-rails</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-ruby/sassc-rails/sassc-rails-2.1.1.ebuild b/dev-ruby/sassc-rails/sassc-rails-2.1.1.ebuild
new file mode 100644
index 00000000000..2aeb1374d57
--- /dev/null
+++ b/dev-ruby/sassc-rails/sassc-rails-2.1.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="Integrate SassC-Ruby with Rails"
+HOMEPAGE="https://github.com/sass/sassc-rails"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+RESTRICT=test
+
+ruby_add_rdepend "
+	>=dev-ruby/sassc-2.0
+	dev-ruby/tilt:*
+	>=dev-ruby/railties-4:*
+	>=dev-ruby/sprockets-3.0:*
+	dev-ruby/sprockets-rails:*
+"
+
+each_ruby_test() {
+	${RUBY} -S bundle exec rake test || die
+}


             reply	other threads:[~2019-05-26  5:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-26  5:41 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-05-26  5:41 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sassc-rails/ Hans de Graaff
2019-06-18 17:33 Hans de Graaff
2019-12-04  8:19 Hans de Graaff
2019-12-04  8:19 Hans de Graaff
2020-06-01  4:47 Hans de Graaff
2020-06-01  4:47 Hans de Graaff
2021-07-06 19:41 Hans de Graaff
2022-07-01  6:49 Hans de Graaff
2022-10-15  6:21 Hans de Graaff
2022-10-15  6:21 Hans de Graaff
2023-03-13  7:14 Hans de Graaff
2023-07-10 18:10 Hans de Graaff
2023-07-10 18:10 Hans de Graaff
2023-07-17  4:55 Hans de Graaff
2023-08-13  5:22 Hans de Graaff
2024-07-17  5:37 Hans de Graaff

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=1558849289.0a7e16727a1e4c98bc86ca34f8e94b3e7ede551e.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