commit: 81b735a7b8c4b6fa434be60c8ccf3fd75d2b3351 Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Wed May 14 12:48:01 2014 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed May 14 12:48:01 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=81b735a7
Version bump for 1.x series. Package-Manager: portage-2.2.8-r1 --- dev-ruby/compass/ChangeLog | 6 ++++ dev-ruby/compass/Manifest | 1 + dev-ruby/compass/compass-1.0.0_alpha_p19.ebuild | 46 +++++++++++++++++++++++++ 3 files changed, 53 insertions(+) diff --git a/dev-ruby/compass/ChangeLog b/dev-ruby/compass/ChangeLog index e673119..df68501 100644 --- a/dev-ruby/compass/ChangeLog +++ b/dev-ruby/compass/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*compass-1.0.0_alpha_p19 (14 May 2014) + + 14 May 2014; Hans de Graaff <gra...@gentoo.org> + +compass-1.0.0_alpha_p19.ebuild: + Version bump for 1.x series. + *compass-0.12.3-r1 (22 Apr 2014) 22 Apr 2014; Hans de Graaff <gra...@gentoo.org> -compass-0.12.3.ebuild, diff --git a/dev-ruby/compass/Manifest b/dev-ruby/compass/Manifest index 810666b..ffabb99 100644 --- a/dev-ruby/compass/Manifest +++ b/dev-ruby/compass/Manifest @@ -1,2 +1,3 @@ DIST compass-0.12.2-git.tar.gz 2019736 SHA256 94d15a5e9a4b019ebc6fb7d1297a817da278efa8935ec8f0c47c3ad5b347464e SHA512 2de5a583aa5e2aee10bd374b011271aee1ba713a1088d1397057ef0745b5d6581907178e8f566275278a0863c1995c4ebc87c82f0707f4197a36ab05864a8bb9 WHIRLPOOL 46d9aed86fd6c649562e5903364280de2601f792ec357e7b4266785cb102c237c7e62f33cbec9a6c17ab1196013a9af1c3f3c1ad4237c77d2764aff1602bcf94 DIST compass-0.12.3-git.tar.gz 2019689 SHA256 614fd5cdfff2ca50741f5f243941713bace99f441c52b8b0a2e95553a034a7c9 SHA512 45678a244b99642e9d56f42eb8a048faa1cdc3dbfd3563d1eedb614c4bede5154ae5d3c59a543f4885da9f5dd65b353610cce7ec65fd2099787627e5fb812d90 WHIRLPOOL bae32441777ef0b53171dbf81263a1bef2416bc45d4dd96cec8fbd87e8a39635710bdc134846cfc4aaa7c0c3c4635afc1338f415919264f5b69e46d5e21743cd +DIST compass-1.0.0.alpha.19.gem 378368 SHA256 83647b73510af259898251f2975e22f0e9fad0c4fcf14f2a002fb236447f72ef SHA512 076878416fde946c4ccb71c3eae9bdcb65e5cb7544ddb88d77c1bdae5831808ba329770957c03e6cd295f72b7335b490bcb41ccc75d0abf062bd9aa80bb09c65 WHIRLPOOL fe59c514bfc47ebfe6e2e59cc2eb9835ad86071538610226023daccc9dbcef45526f1ac7523a9bbec49c7968dd277d4218a659efa4cb123a096ae0675f9fa0be diff --git a/dev-ruby/compass/compass-1.0.0_alpha_p19.ebuild b/dev-ruby/compass/compass-1.0.0_alpha_p19.ebuild new file mode 100644 index 0000000..7b47428 --- /dev/null +++ b/dev-ruby/compass/compass-1.0.0_alpha_p19.ebuild @@ -0,0 +1,46 @@ +# 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_TASK_TEST="-Ilib test features" + +RUBY_FAKEGEM_EXTRAINSTALL="RELEASE_VERSION VERSION" + +RUBY_FAKEGEM_VERSION=${PV/_alpha_p/.alpha.} + +# Avoid installing the compass binary since the official version in the +# main tree will already do this for another slot. To be fixed when this +# version ends up in the main tree. +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem + +DESCRIPTION="Compass Stylesheet Authoring Framework" +HOMEPAGE="http://compass-style.org/" + +LICENSE="MIT" +SLOT="1" +KEYWORDS="~amd64" +IUSE="" + +# Gem does not contain all files needed to run specs and it is not clear +# which upstream repository/branch to use. +RESTRICT="test" + +ruby_add_rdepend ">=dev-ruby/chunky_png-1.2 + >=dev-ruby/compass-core-1.0.0_alpha_p17 + >=dev-ruby/compass-import-once-1.0.2:1.0 + dev-ruby/json + >=dev-ruby/listen-1.1.0:1 + >=dev-ruby/sass-3.3.0:3.3" + +ruby_add_bdepend "test? ( dev-ruby/colorize )" + +all_ruby_prepare() { + sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die +}