From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DE0013832E for ; Fri, 22 Jul 2016 19:05:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7A71E0AAA; Fri, 22 Jul 2016 19:05:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66C60E0A5F for ; Fri, 22 Jul 2016 19:05:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74D1D340E93 for ; Fri, 22 Jul 2016 19:05:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C075241F for ; Fri, 22 Jul 2016 19:04:59 +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: <1469214257.c004819a7074fda32442a8acdc468da88b82166f.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sass/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sass/sass-3.2.19-r1.ebuild X-VCS-Directories: dev-ruby/sass/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c004819a7074fda32442a8acdc468da88b82166f X-VCS-Branch: master Date: Fri, 22 Jul 2016 19:04:59 +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: a4644d4a-d5b9-415b-aa21-4d00709138cc X-Archives-Hash: 9997050d398d91bd5d729b914853b340 commit: c004819a7074fda32442a8acdc468da88b82166f Author: Hans de Graaff gentoo org> AuthorDate: Fri Jul 22 18:27:33 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jul 22 19:04:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c004819a dev-ruby/sass: cleanup Package-Manager: portage-2.2.28 dev-ruby/sass/sass-3.2.19-r1.ebuild | 39 ------------------------------------- 1 file changed, 39 deletions(-) diff --git a/dev-ruby/sass/sass-3.2.19-r1.ebuild b/dev-ruby/sass/sass-3.2.19-r1.ebuild deleted file mode 100644 index d3010ea..0000000 --- a/dev-ruby/sass/sass-3.2.19-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby20" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_EXTRAINSTALL="rails init.rb VERSION VERSION_NAME" - -# Don't install binaries for compatibility with higher slot. -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem - -DESCRIPTION="An extension of CSS3, adding nested rules, variables, mixins, and more" -HOMEPAGE="http://sass-lang.com/" -LICENSE="MIT" - -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" -SLOT="0" -IUSE="" - -ruby_add_bdepend "doc? ( >=dev-ruby/yard-0.5.3 )" - -ruby_add_rdepend ">=dev-ruby/listen-0.7.2:0 !!