Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/compass: compass-1.0.3.ebuild ChangeLog
Date: Fri, 30 Jan 2015 06:51:16
Message-Id: 20150130065107.9CE6710A86@oystercatcher.gentoo.org
1 graaff 15/01/30 06:51:07
2
3 Modified: ChangeLog
4 Added: compass-1.0.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.6 dev-ruby/compass/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/compass/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/compass/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/compass/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/compass/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 7 Oct 2014 12:33:51 -0000 1.5
24 +++ ChangeLog 30 Jan 2015 06:51:07 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/compass
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/compass/ChangeLog,v 1.5 2014/10/07 12:33:51 graaff Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/compass/ChangeLog,v 1.6 2015/01/30 06:51:07 graaff Exp $
31 +
32 +*compass-1.0.3 (30 Jan 2015)
33 +
34 + 30 Jan 2015; Hans de Graaff <graaff@g.o> +compass-1.0.3.ebuild:
35 + Version bump.
36
37 *compass-1.0.1-r1 (07 Oct 2014)
38
39
40
41
42 1.1 dev-ruby/compass/compass-1.0.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/compass/compass-1.0.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/compass/compass-1.0.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: compass-1.0.3.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/compass/compass-1.0.3.ebuild,v 1.1 2015/01/30 06:51:07 graaff Exp $
52
53 EAPI=5
54 USE_RUBY="ruby19 ruby20 ruby21"
55
56 RUBY_FAKEGEM_TASK_DOC=""
57
58 RUBY_FAKEGEM_TASK_TEST="-Ilib test features"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="Compass Stylesheet Authoring Framework"
63 HOMEPAGE="http://compass-style.org/"
64
65 LICENSE="MIT"
66 SLOT="1"
67 KEYWORDS="~amd64"
68 IUSE=""
69
70 # Gem does not contain all files needed to run specs and it is not clear
71 # which upstream repository/branch/directory to use.
72 RESTRICT="test"
73
74 ruby_add_rdepend ">=dev-ruby/chunky_png-1.2
75 >=dev-ruby/compass-core-1.0.2:1.0
76 >=dev-ruby/compass-import-once-1.0.5:1.0
77 >=dev-ruby/rb-inotify-0.9
78 >=dev-ruby/sass-3.3.13 <dev-ruby/sass-3.5
79 !!<dev-ruby/compass-0.12.7-r1"
80
81 #ruby_add_bdepend "test? ( dev-ruby/colorize )"
82
83 all_ruby_prepare() {
84 sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die
85
86 # Remove rb-fsevent dependency since it is not needed on Linux and
87 # not packaged.
88 sed -i -e '/rb-fsevent/,/^-/ s:^:#:' ../metadata || die
89 }