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: Sun,  6 Apr 2014 06:03:09 +0000 (UTC)	[thread overview]
Message-ID: <1396619637.b0e7f09953055b9dca7dfbc25ecf6b42fe160e3c.graaff@gentoo> (raw)

commit:     b0e7f09953055b9dca7dfbc25ecf6b42fe160e3c
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Apr  4 13:53:57 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr  4 13:53:57 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=b0e7f099

Version bump.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/compass-rails/ChangeLog                  |  5 ++++
 dev-ruby/compass-rails/Manifest                   |  1 +
 dev-ruby/compass-rails/compass-rails-1.1.7.ebuild | 32 +++++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-ruby/compass-rails/ChangeLog b/dev-ruby/compass-rails/ChangeLog
index 20c025b..14caca7 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-1.1.7 (04 Apr 2014)
+
+  04 Apr 2014; Hans de Graaff <graaff@gentoo.org> +compass-rails-1.1.7.ebuild:
+  Version bump.
+
 *compass-rails-1.1.3 (10 Jan 2014)
 
   10 Jan 2014; Hans de Graaff <graaff@gentoo.org> +compass-rails-1.1.3.ebuild:

diff --git a/dev-ruby/compass-rails/Manifest b/dev-ruby/compass-rails/Manifest
index ac6fc70..6e19d27 100644
--- a/dev-ruby/compass-rails/Manifest
+++ b/dev-ruby/compass-rails/Manifest
@@ -1,2 +1,3 @@
 DIST compass-rails-1.0.3.gem 19456 SHA256 b04f4068e3a9900c80df828689f6eaf621ee9b402af943bcd1a9995c5027da3d SHA512 7a9df2ff9ff2162c3b71e6aeb552a30cf9330cda2b5ad79c4465efcd10074a2216ac3a63d678b1c371ab1271a22c0afd1b67b60c0d97cfa97b451a6b662de534 WHIRLPOOL 93e3159eee85c8866f842218b04bd2e625e86700d2b9b15be85b5086d23683c4f763c763048b21b77c6f3d82f465074321b004cfce778d5b270d3670f732ed04
 DIST compass-rails-1.1.3.gem 18432 SHA256 8fd2cd2b61cc5dc64a614b33df7f94a0fd59a6cba8af42f175d74f51c079ee34 SHA512 fcd4eb7dfc529964503caa062b18007d4c26966ae24b559b6456692886a1159d2705336ed163edb8a4e035aec76c4e88660dd2f029173dfc056e6676af9f4cf3 WHIRLPOOL 379517eec4963f5135e180587f334c9c182a8038836b1c505354aa249478d0573a2418b4eb30e5d8ab145679d1aa6cbdb294bcc078af22ff9b32b6c30e761ea7
+DIST compass-rails-1.1.7.gem 17408 SHA256 4ac64056ed7239d29ff77ac9c6cddb0990a4f2cf232ca2c0f4a165bd5cb60d2d SHA512 cb5052f21d3895faf81a161225372d86919fe999b044cad26fd0e031bbcbbcfb8fac5dcc9db05e32efb8bce44a6ba09c37bceb1c53d0384655b6e3adb85ad0f1 WHIRLPOOL c1c59b8b66f30703faee26915be4ae6bf4acbec2db9d9df5b6f5ae68369b75f54d453f996594303395115d37ffe5fca6958aa5b7d7e0aeebaa958549bb836b3d

diff --git a/dev-ruby/compass-rails/compass-rails-1.1.7.ebuild b/dev-ruby/compass-rails/compass-rails-1.1.7.ebuild
new file mode 100644
index 0000000..8f7807b
--- /dev/null
+++ b/dev-ruby/compass-rails/compass-rails-1.1.7.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="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-0.12.2
+	<=dev-ruby/sprockets-2.11.0"
+
+all_ruby_prepare() {
+	sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die
+}


             reply	other threads:[~2014-04-06  6:03 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-06  6:03 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-10-30 10:31 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
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=1396619637.b0e7f09953055b9dca7dfbc25ecf6b42fe160e3c.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