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 EC6CA1393E9 for ; Wed, 14 May 2014 12:37:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BF8AE09CB; Wed, 14 May 2014 12:37:06 +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 9D8BDE09DA for ; Wed, 14 May 2014 12:37:05 +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 9222B33FF78 for ; Wed, 14 May 2014 12:37:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 27E63182D3 for ; Wed, 14 May 2014 12:37:03 +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: <1400070869.1bf6725713a40f50385ca58de411467d298aad53.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/compass-core/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/compass-core/ChangeLog dev-ruby/compass-core/Manifest dev-ruby/compass-core/compass-core-1.0.0_alpha_p19.ebuild dev-ruby/compass-core/metadata.xml X-VCS-Directories: dev-ruby/compass-core/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 1bf6725713a40f50385ca58de411467d298aad53 X-VCS-Branch: master Date: Wed, 14 May 2014 12:37:03 +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: 097dd087-bedb-40c5-bbc2-f54787e04b1b X-Archives-Hash: 2f768f222029ec73829587999554dcce commit: 1bf6725713a40f50385ca58de411467d298aad53 Author: Hans de Graaff degraaff org> AuthorDate: Wed May 14 12:34:29 2014 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed May 14 12:34:29 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=1bf67257 Initial import. New dependency for compass 1.x Package-Manager: portage-2.2.8-r1 --- dev-ruby/compass-core/ChangeLog | 10 ++++++++ dev-ruby/compass-core/Manifest | 1 + .../compass-core-1.0.0_alpha_p19.ebuild | 29 ++++++++++++++++++++++ dev-ruby/compass-core/metadata.xml | 5 ++++ 4 files changed, 45 insertions(+) diff --git a/dev-ruby/compass-core/ChangeLog b/dev-ruby/compass-core/ChangeLog new file mode 100644 index 0000000..ef567a5 --- /dev/null +++ b/dev-ruby/compass-core/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/compass-core +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*compass-core-1.0.0_alpha_p19 (14 May 2014) + + 14 May 2014; Hans de Graaff + +compass-core-1.0.0_alpha_p19.ebuild, +metadata.xml: + Initial import. New dependency for compass 1.x + diff --git a/dev-ruby/compass-core/Manifest b/dev-ruby/compass-core/Manifest new file mode 100644 index 0000000..4c39c2d --- /dev/null +++ b/dev-ruby/compass-core/Manifest @@ -0,0 +1 @@ +DIST compass-core-1.0.0.alpha.19.gem 125440 SHA256 2c99d90c660dbc4bed0056abd1937874a6404a784a5c680e20ef9deda97c34af SHA512 048a28a577ba50374e5b0e6849e49a1b5441339eb1feca353b813274ddda9cd61e858883df667761117e40afcb8b2090b91a97d8aa936a0270f1c0f9566ddc97 WHIRLPOOL 5b214308b541088a7925d521e5fff3a988d4d42a32c363dbe03a9e814db16ad9fc683aec6aa526f06ba3bb33115389ebda4c82f34bc34c2d5cde066d7e3e38ca diff --git a/dev-ruby/compass-core/compass-core-1.0.0_alpha_p19.ebuild b/dev-ruby/compass-core/compass-core-1.0.0_alpha_p19.ebuild new file mode 100644 index 0000000..76817ab --- /dev/null +++ b/dev-ruby/compass-core/compass-core-1.0.0_alpha_p19.ebuild @@ -0,0 +1,29 @@ +# 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_TEST="" + +RUBY_FAKEGEM_TASK_DOC="" + +RUBY_FAKEGEM_EXTRAINSTALL="data stylesheets templates RELEASE_VERSION VERSION" + +RUBY_FAKEGEM_VERSION=${PV/_alpha_p/.alpha.} + +inherit ruby-fakegem + +DESCRIPTION="Compass Stylesheet Authoring Framework" +HOMEPAGE="http://compass-style.org/" + +LICENSE="MIT" +SLOT="1" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend " + >=dev-ruby/multi_json-1.0 + >=dev-ruby/sass-3.3.0 + + +graaff@gentoo.org +