From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1AC431381FA for ; Wed, 14 May 2014 12:23:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A50B8E0944; Wed, 14 May 2014 12:23:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10180E0944 for ; Wed, 14 May 2014 12:23:38 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11D3B33FF9C for ; Wed, 14 May 2014 12:23:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id ABAE3182D4 for ; Wed, 14 May 2014 12:23:25 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1400070055.0e0b0d1a313e23209abf9cee35807a88958968d0.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/sass-globbing/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/sass-globbing/ChangeLog dev-ruby/sass-globbing/Manifest dev-ruby/sass-globbing/metadata.xml dev-ruby/sass-globbing/sass-globbing-1.1.0.ebuild X-VCS-Directories: dev-ruby/sass-globbing/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 0e0b0d1a313e23209abf9cee35807a88958968d0 X-VCS-Branch: master Date: Wed, 14 May 2014 12:23:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: da0de89b-fd97-47ca-8c1f-24a557e0b0f9 X-Archives-Hash: 8ec64a3f57498e17574f407ac0de80e7 commit: 0e0b0d1a313e23209abf9cee35807a88958968d0 Author: Hans de Graaff degraaff org> AuthorDate: Wed May 14 12:20:55 2014 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed May 14 12:20:55 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=0e0b0d1a Initial import. New dependency for compass-import-once. Package-Manager: portage-2.2.8-r1 --- dev-ruby/sass-globbing/ChangeLog | 10 +++++++++ dev-ruby/sass-globbing/Manifest | 1 + dev-ruby/sass-globbing/metadata.xml | 5 +++++ dev-ruby/sass-globbing/sass-globbing-1.1.0.ebuild | 27 +++++++++++++++++++++++ 4 files changed, 43 insertions(+) diff --git a/dev-ruby/sass-globbing/ChangeLog b/dev-ruby/sass-globbing/ChangeLog new file mode 100644 index 0000000..a9e127d --- /dev/null +++ b/dev-ruby/sass-globbing/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/sass-globbing +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*sass-globbing-1.1.0 (14 May 2014) + + 14 May 2014; Hans de Graaff +sass-globbing-1.1.0.ebuild, + +metadata.xml: + Initial import. New dependency for compass-import-once. + diff --git a/dev-ruby/sass-globbing/Manifest b/dev-ruby/sass-globbing/Manifest new file mode 100644 index 0000000..1f208ba --- /dev/null +++ b/dev-ruby/sass-globbing/Manifest @@ -0,0 +1 @@ +DIST sass-globbing-1.1.0.gem 7680 SHA256 3edcb534d9737789fe8850f39a57a05fa540c1da2860eb518156aa60e56c1692 SHA512 ece294bf01c359b8143ed1a1cbcab91a361a730aac3b2fbb95b43b12f1aa832d4738edd298de6774e5ce3a02e4f47a43debfdbd1bb1cc11002bb120a8b5bc51b WHIRLPOOL d799a118bc3a882dd465d0944e2337c2a37412b468d312d07b9a4ceecce148571f1e96326c6fd7419ea5ee5ef36c5ea9f1db03b7570f4cb2a616fda77e8bca0b diff --git a/dev-ruby/sass-globbing/metadata.xml b/dev-ruby/sass-globbing/metadata.xml new file mode 100644 index 0000000..f977299 --- /dev/null +++ b/dev-ruby/sass-globbing/metadata.xml @@ -0,0 +1,5 @@ + + + +graaff@gentoo.org + diff --git a/dev-ruby/sass-globbing/sass-globbing-1.1.0.ebuild b/dev-ruby/sass-globbing/sass-globbing-1.1.0.ebuild new file mode 100644 index 0000000..58d6984 --- /dev/null +++ b/dev-ruby/sass-globbing/sass-globbing-1.1.0.ebuild @@ -0,0 +1,27 @@ +# 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="CHANGELOG.markdown README.markdown" + +inherit ruby-fakegem + +DESCRIPTION="Sass globbing allows you to import many sass or scss files in a single import statement" +HOMEPAGE="http://chriseppstein.github.com/" + +LICENSE="MIT" +SLOT="1" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend " + >=dev-ruby/sass-3.1 +" + +all_ruby_prepare() { + sed -i -e '/bundler/I s:^:#:' Rakefile || die +}