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] dev/graaff:master commit in: dev-ruby/compass-rails/
Date: Thu, 30 Oct 2014 10:31:43 +0000 (UTC)	[thread overview]
Message-ID: <1413556017.c3ddbd93441d6b27c51399615e9e4f80109fbbb4.graaff@gentoo> (raw)

commit:     c3ddbd93441d6b27c51399615e9e4f80109fbbb4
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Oct 17 14:26:57 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct 17 14:26:57 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=c3ddbd93

Version bump.

Package-Manager: portage-2.2.8-r2

---
 dev-ruby/compass-rails/ChangeLog                  |  5 ++++
 dev-ruby/compass-rails/Manifest                   |  1 +
 dev-ruby/compass-rails/compass-rails-2.0.1.ebuild | 31 +++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-ruby/compass-rails/ChangeLog b/dev-ruby/compass-rails/ChangeLog
index ed1ebe4..7176f45 100644
--- a/dev-ruby/compass-rails/ChangeLog
+++ b/dev-ruby/compass-rails/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*compass-rails-2.0.1 (17 Oct 2014)
+
+  17 Oct 2014; Hans de Graaff <graaff@gentoo.org> +compass-rails-2.0.1.ebuild:
+  Version bump.
+
 *compass-rails-2.0.0 (11 Jul 2014)
 
   11 Jul 2014; Hans de Graaff <graaff@gentoo.org> +compass-rails-2.0.0.ebuild:

diff --git a/dev-ruby/compass-rails/Manifest b/dev-ruby/compass-rails/Manifest
index 1510f33..9c05cf2 100644
--- a/dev-ruby/compass-rails/Manifest
+++ b/dev-ruby/compass-rails/Manifest
@@ -1,2 +1,3 @@
 DIST compass-rails-1.1.7.gem 17408 SHA256 4ac64056ed7239d29ff77ac9c6cddb0990a4f2cf232ca2c0f4a165bd5cb60d2d SHA512 cb5052f21d3895faf81a161225372d86919fe999b044cad26fd0e031bbcbbcfb8fac5dcc9db05e32efb8bce44a6ba09c37bceb1c53d0384655b6e3adb85ad0f1 WHIRLPOOL c1c59b8b66f30703faee26915be4ae6bf4acbec2db9d9df5b6f5ae68369b75f54d453f996594303395115d37ffe5fca6958aa5b7d7e0aeebaa958549bb836b3d
 DIST compass-rails-2.0.0.gem 16384 SHA256 2ae64b44cab0a7e73143d12cbbcf9b03705182ed3cbfef1bced1392bccca9ace SHA512 926afc4433c225b2e42192d940a307b1e36e09ffdd15866abeddeec40e06ea5b7f79d9835422a02a4e41bbce55dc379491e1c255643d3e1891867ac6ff3ec2f0 WHIRLPOOL 724ca21348b0e1c004acb6c9d33b1982641c9311e85ef5421d94ca847e6598c961279702a3d43a5e431aa8a998f720f25704f6d149719596b50e34d4b62b2ccd
+DIST compass-rails-2.0.1.gem 16384 SHA256 2f78db306654290cd4bfb19aec4d013e7e0b8be329ad74d1dee78176a92a0999 SHA512 f1cd0710e93a653f3468335320c5655f725a19eac3a0c12744c795f7b23d431c7a28ccb2ef1091098ce761849f1d61987330767a843783208d74ca62fa9e405a WHIRLPOOL 254e53e62e84dd0794c5245591e35422258b049e0f7252d1681ea76da66bd4356ccd9f134dc9fcc1dd29ff2005e08aad7a68bbf6d6ab810a155543b7e779b562

diff --git a/dev-ruby/compass-rails/compass-rails-2.0.1.ebuild b/dev-ruby/compass-rails/compass-rails-2.0.1.ebuild
new file mode 100644
index 0000000..fa00391
--- /dev/null
+++ b/dev-ruby/compass-rails/compass-rails-2.0.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_TASK_TEST="-Ilib test features"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Rails adapter for the Compass Stylesheet Authoring Framework"
+HOMEPAGE="http://compass-style.org/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+# Uses appraisal and rainbow and runs integration on a variety of Rails
+# versions.
+RESTRICT="test"
+
+ruby_add_rdepend "dev-ruby/compass:1"
+
+all_ruby_prepare() {
+	sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die
+}


             reply	other threads:[~2014-10-30 10:32 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-30 10:31 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-08-26 21:16 [gentoo-commits] dev/graaff:master commit in: dev-ruby/compass-rails/ Hans de Graaff
2016-08-26 21:16 Hans de Graaff
2016-03-08  5:49 Hans de Graaff
2016-02-12  6:55 Hans de Graaff
2016-02-12  6:55 Hans de Graaff
2015-08-18  5:27 Hans de Graaff
2015-08-18  5:27 Hans de Graaff
2015-01-28 15:58 Hans de Graaff
2015-01-05 13:57 Hans de Graaff
2014-07-15  9:03 Hans de Graaff
2014-06-30 16:21 Hans de Graaff
2014-06-30 16:21 Hans de Graaff
2014-04-06  6:03 Hans de Graaff
2013-01-08 12:06 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=1413556017.c3ddbd93441d6b27c51399615e9e4f80109fbbb4.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