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 474911382FE for ; Sun, 10 Jul 2016 19:00:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC96321C198; Sun, 10 Jul 2016 19:00:49 +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 4D8C521C18F for ; Sun, 10 Jul 2016 19:00:48 +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 3C3CC340DED for ; Sun, 10 Jul 2016 19:00:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45C56244C for ; Sun, 10 Jul 2016 19:00:44 +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: <1468177238.4273223ffed0b0d6d4257440ddd143ea474624a6.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiera/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/hiera/hiera-1.3.4.ebuild X-VCS-Directories: dev-ruby/hiera/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4273223ffed0b0d6d4257440ddd143ea474624a6 X-VCS-Branch: master Date: Sun, 10 Jul 2016 19:00:44 +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: 9ffca08e-bee2-4eca-9df3-8f2b1507b399 X-Archives-Hash: 2db4b6acfd66f35bb78de1da2294492e commit: 4273223ffed0b0d6d4257440ddd143ea474624a6 Author: Hans de Graaff gentoo org> AuthorDate: Sun Jul 10 18:52:14 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jul 10 19:00:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4273223f dev-ruby/hiera: cleanup Package-Manager: portage-2.2.28 dev-ruby/hiera/hiera-1.3.4.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/dev-ruby/hiera/hiera-1.3.4.ebuild b/dev-ruby/hiera/hiera-1.3.4.ebuild deleted file mode 100644 index 1681155..0000000 --- a/dev-ruby/hiera/hiera-1.3.4.ebuild +++ /dev/null @@ -1,32 +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_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="A simple pluggable Hierarchical Database" -HOMEPAGE="http://projects.puppetlabs.com/" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" -KEYWORDS="amd64 hppa ppc sparc x86" - -ruby_add_bdepend "test? ( dev-ruby/mocha )" - -ruby_add_rdepend "dev-ruby/json" - -all_ruby_prepare() { - # Our json package is either the compiled version or the pure - # version. Fix gemspec accordingly. - sed -i -e 's/json_pure/json/' ../metadata || die -}