* [gentoo-commits] dev/graaff:master commit in: dev-ruby/compass-import-once/
@ 2014-05-14 12:37 Hans de Graaff
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff @ 2014-05-14 12:37 UTC (permalink / raw
To: gentoo-commits
commit: 1839eff5a50aaf1421c362592046656f1f47b591
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed May 14 12:26:43 2014 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed May 14 12:26:43 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=1839eff5
Initial import. New dependency for compass 1.x versions.
Package-Manager: portage-2.2.8-r1
---
dev-ruby/compass-import-once/ChangeLog | 10 ++++++++
dev-ruby/compass-import-once/Manifest | 1 +
.../compass-import-once-1.0.4.ebuild | 30 ++++++++++++++++++++++
dev-ruby/compass-import-once/metadata.xml | 5 ++++
4 files changed, 46 insertions(+)
diff --git a/dev-ruby/compass-import-once/ChangeLog b/dev-ruby/compass-import-once/ChangeLog
new file mode 100644
index 0000000..3a0163f
--- /dev/null
+++ b/dev-ruby/compass-import-once/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/compass-import-once
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*compass-import-once-1.0.4 (14 May 2014)
+
+ 14 May 2014; Hans de Graaff <graaff@gentoo.org>
+ +compass-import-once-1.0.4.ebuild, +metadata.xml:
+ Initial import. New dependency for compass 1.x versions.
+
diff --git a/dev-ruby/compass-import-once/Manifest b/dev-ruby/compass-import-once/Manifest
new file mode 100644
index 0000000..1a44e68
--- /dev/null
+++ b/dev-ruby/compass-import-once/Manifest
@@ -0,0 +1 @@
+DIST compass-import-once-1.0.4.gem 9216 SHA256 3d4f33f976f6d8e17d9c0c75147ffcd550a44b08075713cbbaa9604812dfcfd9 SHA512 0d65e094c21cbf8c133b083ed50675a0c5e0095d2257f3e085f15fa44322a8cf6cbbe7da7d26e3203576eb4d0ec6689efc0025a0be854ce3081c22fb89bd0055 WHIRLPOOL d07a077a41be41f4d73fe426a9b324da8060bfdb0a6dea031dc70048525b41c4fed608460722c7918ed90522913e18b3172353ef421122fc44f1e877b6c89c28
diff --git a/dev-ruby/compass-import-once/compass-import-once-1.0.4.ebuild b/dev-ruby/compass-import-once/compass-import-once-1.0.4.ebuild
new file mode 100644
index 0000000..11e1b19
--- /dev/null
+++ b/dev-ruby/compass-import-once/compass-import-once-1.0.4.ebuild
@@ -0,0 +1,30 @@
+# 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"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+ >=dev-ruby/sass-3.2 <dev-ruby/sass-3.5
+ dev-ruby/sass-globbing
+"
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/I s:^:#:' Rakefile || die
+}
diff --git a/dev-ruby/compass-import-once/metadata.xml b/dev-ruby/compass-import-once/metadata.xml
new file mode 100644
index 0000000..f977299
--- /dev/null
+++ b/dev-ruby/compass-import-once/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: dev-ruby/compass-import-once/
@ 2014-05-14 12:37 Hans de Graaff
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff @ 2014-05-14 12:37 UTC (permalink / raw
To: gentoo-commits
commit: d27099539c03b87c446044db854f1278f9350342
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed May 14 12:27:43 2014 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed May 14 12:27:43 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=d2709953
Use the slot that compass expects.
Package-Manager: portage-2.2.8-r1
---
dev-ruby/compass-import-once/ChangeLog | 4 ++++
dev-ruby/compass-import-once/compass-import-once-1.0.4.ebuild | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-ruby/compass-import-once/ChangeLog b/dev-ruby/compass-import-once/ChangeLog
index 3a0163f..aad3c04 100644
--- a/dev-ruby/compass-import-once/ChangeLog
+++ b/dev-ruby/compass-import-once/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 14 May 2014; Hans de Graaff <graaff@gentoo.org>
+ compass-import-once-1.0.4.ebuild:
+ Use the slot that compass expects.
+
*compass-import-once-1.0.4 (14 May 2014)
14 May 2014; Hans de Graaff <graaff@gentoo.org>
diff --git a/dev-ruby/compass-import-once/compass-import-once-1.0.4.ebuild b/dev-ruby/compass-import-once/compass-import-once-1.0.4.ebuild
index 11e1b19..3ea5ffc 100644
--- a/dev-ruby/compass-import-once/compass-import-once-1.0.4.ebuild
+++ b/dev-ruby/compass-import-once/compass-import-once-1.0.4.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Speed up your Sass compilation by making @import only import each f
HOMEPAGE="http://compass-style.org/"
LICENSE="MIT"
-SLOT="1"
+SLOT="1.0"
KEYWORDS="~amd64"
IUSE=""
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: dev-ruby/compass-import-once/
@ 2014-09-15 6:42 Hans de Graaff
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff @ 2014-09-15 6:42 UTC (permalink / raw
To: gentoo-commits
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 <graaff@gentoo.org>
+ +compass-import-once-1.0.5.ebuild:
+ Version bump.
+
14 May 2014; Hans de Graaff <graaff@gentoo.org>
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
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-09-15 6:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-14 12:37 [gentoo-commits] dev/graaff:master commit in: dev-ruby/compass-import-once/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2014-09-15 6:42 Hans de Graaff
2014-05-14 12:37 Hans de Graaff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox