commit:     3266573e379937cf7bf582d09aedbc53f47857e5
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Sep 11 06:38:35 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 06:38:35 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=3266573e

Version bump.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/compass-import-once/ChangeLog             |  6 +++++
 dev-ruby/compass-import-once/Manifest              |  1 +
 .../compass-import-once-1.0.5.ebuild               | 31 ++++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-ruby/compass-import-once/ChangeLog 
b/dev-ruby/compass-import-once/ChangeLog
index aad3c04..ed7e071 100644
--- a/dev-ruby/compass-import-once/ChangeLog
+++ b/dev-ruby/compass-import-once/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*compass-import-once-1.0.5 (11 Sep 2014)
+
+  11 Sep 2014; Hans de Graaff <[email protected]>
+  +compass-import-once-1.0.5.ebuild:
+  Version bump.
+
   14 May 2014; Hans de Graaff <[email protected]>
   compass-import-once-1.0.4.ebuild:
   Use the slot that compass expects.

diff --git a/dev-ruby/compass-import-once/Manifest 
b/dev-ruby/compass-import-once/Manifest
index 1a44e68..88f9789 100644
--- a/dev-ruby/compass-import-once/Manifest
+++ b/dev-ruby/compass-import-once/Manifest
@@ -1 +1,2 @@
 DIST compass-import-once-1.0.4.gem 9216 SHA256 
3d4f33f976f6d8e17d9c0c75147ffcd550a44b08075713cbbaa9604812dfcfd9 SHA512 
0d65e094c21cbf8c133b083ed50675a0c5e0095d2257f3e085f15fa44322a8cf6cbbe7da7d26e3203576eb4d0ec6689efc0025a0be854ce3081c22fb89bd0055
 WHIRLPOOL 
d07a077a41be41f4d73fe426a9b324da8060bfdb0a6dea031dc70048525b41c4fed608460722c7918ed90522913e18b3172353ef421122fc44f1e877b6c89c28
+DIST compass-import-once-1.0.5.gem 9728 SHA256 
38978ffed0d332e8526e87e1befd1b6831774ca7d8350c5adb5b9eef167fc72e SHA512 
2ef723803341892b34a4bbe691b32ddd266a125c5e3faf8034c473566d70c7a8c0931f1a02abe64c243fe62f2a204cc8e53b951dd88c440eada4ec2dfc19856b
 WHIRLPOOL 
70804304882031ea8d12a8fcfa56687e77a594e3b86235a56157218306dc9898a64c9a79279fcdd0225ff439fdf3912ae7f3e7100c963fcbf981eacca5bdc3a9

diff --git a/dev-ruby/compass-import-once/compass-import-once-1.0.5.ebuild 
b/dev-ruby/compass-import-once/compass-import-once-1.0.5.ebuild
new file mode 100644
index 0000000..f33fe8e
--- /dev/null
+++ b/dev-ruby/compass-import-once/compass-import-once-1.0.5.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="README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="VERSION"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Speed up your Sass compilation by making @import only import each 
file once"
+HOMEPAGE="http://compass-style.org/";
+
+LICENSE="MIT"
+SLOT="1.0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_rdepend "
+       >=dev-ruby/sass-3.2 <dev-ruby/sass-3.5
+"
+
+ruby_add_bdepend "test? ( dev-ruby/sass-globbing )"
+
+all_ruby_prepare() {
+       sed -i -e '/bundler/I s:^:#:' Rakefile || die
+}

Reply via email to