Gentoo Archives: gentoo-commits

From: Mike Auty <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/ikelos:master commit in: dev-ruby/fssm/, dev-ruby/compass/
Date: Sat, 28 Dec 2013 02:22:00
Message-Id: 1388197021.2e905a05177c8786e5b59cedae1271968ea49910.ikelos@gentoo
1 commit: 2e905a05177c8786e5b59cedae1271968ea49910
2 Author: Mike Auty <mike.auty <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 28 02:17:01 2013 +0000
4 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 02:17:01 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=2e905a05
7
8 Add in compass and associated requirements.
9
10 ---
11 dev-ruby/compass/Manifest | 2 ++
12 dev-ruby/compass/compass-0.12.2.ebuild | 22 ++++++++++++++++++++++
13 dev-ruby/fssm/Manifest | 2 ++
14 dev-ruby/fssm/fssm-0.2.10.ebuild | 17 +++++++++++++++++
15 4 files changed, 43 insertions(+)
16
17 diff --git a/dev-ruby/compass/Manifest b/dev-ruby/compass/Manifest
18 new file mode 100644
19 index 0000000..98f1d8c
20 --- /dev/null
21 +++ b/dev-ruby/compass/Manifest
22 @@ -0,0 +1,2 @@
23 +DIST compass-0.12.2.gem 1441280 SHA256 5f9784fcc40e1535b81e66e57d2e0d898f1a00099dd455a35dbb21fbb40f4a3b SHA512 e72d34ea9623471460df9adc08de1ecce40b7d5e8619bfe57eb3e4ed237f78d14a4ff07b2a4e64a8494cc511575c8ed6d6a04615bfc865640ee8c7d1d5a3f1c0 WHIRLPOOL 39535094eda55503c73705aa05953360c3c7c9736852195a135afe0dec920f3f520ba89ce93d745146bfe5d342ddd7d88227b0cb014c65daffad442bd441c199
24 +EBUILD compass-0.12.2.ebuild 487 SHA256 40e96e1bf6cb55968bd9bc3a2aad073723d471ff7ab52dd03d0c744b56aadf27 SHA512 fd232407d996332386b420d95116505ef33713c3b4dd43c3a5aeb749868798b9e25fac12208d8d4d82a968bc3264c6c3d1a077dc3bdbc426376a2a1098b5f88e WHIRLPOOL 32ce805148cafee8ba76f615967bf8f0476743edd4eb23faf6609c0af00de5286a9568a949b7bc5f37026e1614b899508dfaf0c4f7ec0c9081001a529105b576
25
26 diff --git a/dev-ruby/compass/compass-0.12.2.ebuild b/dev-ruby/compass/compass-0.12.2.ebuild
27 new file mode 100644
28 index 0000000..5e67218
29 --- /dev/null
30 +++ b/dev-ruby/compass/compass-0.12.2.ebuild
31 @@ -0,0 +1,22 @@
32 +# Copyright 1999-2013 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Header: $
35 +
36 +EAPI=5
37 +USE_RUBY="ruby18 ruby19"
38 +
39 +inherit ruby-fakegem
40 +
41 +DESCRIPTION="An open-source CSS Authoring Framework"
42 +HOMEPAGE="http://compass-style.org/"
43 +
44 +LICENSE="as-is"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +IUSE=""
48 +
49 +RUBY_FAKEGEM_EXTRAINSTALL="features frameworks examples"
50 +
51 +ruby_add_rdepend "dev-ruby/sass"
52 +ruby_add_rdepend "dev-ruby/chunky_png"
53 +ruby_add_rdepend "dev-ruby/fssm"
54
55 diff --git a/dev-ruby/fssm/Manifest b/dev-ruby/fssm/Manifest
56 new file mode 100644
57 index 0000000..6ac94ec
58 --- /dev/null
59 +++ b/dev-ruby/fssm/Manifest
60 @@ -0,0 +1,2 @@
61 +DIST fssm-0.2.10.gem 22528 SHA256 2aab89a151b029b8f8589be9edc7eef2f7f579c9e8940f893774ecd6c8c4c3d6 SHA512 3de2cf03b3f2b0a73ea120d72ed66436ac2b5124f5af8173a46294bbc869f778db6b445ff1e853af24623ba0b8cb88c4c0931abf1504976e21b0585a1908bf15 WHIRLPOOL 0b8ed4db2fda98b1f7d231e4e467337d2a4145d256e841725f6477ef0b644bb5fbf3451ab353054dde1cd44e008ce1330c87c267894b9689a730fcbfbdcbf5b2
62 +EBUILD fssm-0.2.10.ebuild 335 SHA256 433b8d520a2269b2de765986db3c2343d8317173f8d7d6164965eecba3b2a618 SHA512 fde3b76656b1c81703dbf46ca8953a345232625014c0209972b119f4eea26ac7ac3c6c0cb8fb448f67b58e91da03764b84ed5e21775c838e563b9dcb544ba74a WHIRLPOOL a28426ccd4ddeab817363be60f46c2e918b5c6a5fb5cbc8e357508fad841ffb41605925997e765adafe965e7f8cf8dbe4f0c82635d7413ac5e23eb6971345890
63
64 diff --git a/dev-ruby/fssm/fssm-0.2.10.ebuild b/dev-ruby/fssm/fssm-0.2.10.ebuild
65 new file mode 100644
66 index 0000000..48ff85a
67 --- /dev/null
68 +++ b/dev-ruby/fssm/fssm-0.2.10.ebuild
69 @@ -0,0 +1,17 @@
70 +# Copyright 1999-2013 Gentoo Foundation
71 +# Distributed under the terms of the GNU General Public License v2
72 +# $Header: $
73 +
74 +EAPI=5
75 +USE_RUBY="ruby18 ruby19"
76 +
77 +inherit ruby-fakegem
78 +
79 +DESCRIPTION="A file state system monitoring ruby module."
80 +HOMEPAGE="https://github.com/ttilley/fssm"
81 +
82 +LICENSE="as-is"
83 +SLOT="0"
84 +KEYWORDS="~amd64 ~x86"
85 +IUSE=""
86 +