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 BFFEA1382C5 for ; Mon, 5 Mar 2018 06:28:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86375E0953; Mon, 5 Mar 2018 06:28:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BD1CE0953 for ; Mon, 5 Mar 2018 06:28:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86907335C30 for ; Mon, 5 Mar 2018 06:28:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81CC4245 for ; Mon, 5 Mar 2018 06:28:06 +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: <1520231192.8baba294f901913c81d2810e031127753131f462.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/temple/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/temple/Manifest dev-ruby/temple/temple-0.7.7.ebuild X-VCS-Directories: dev-ruby/temple/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8baba294f901913c81d2810e031127753131f462 X-VCS-Branch: master Date: Mon, 5 Mar 2018 06:28:06 +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: c88d5173-0efe-483f-9d8c-cbe468ef82d1 X-Archives-Hash: 5c794a654cac4f92a029fef2bb9cb48b commit: 8baba294f901913c81d2810e031127753131f462 Author: Hans de Graaff gentoo org> AuthorDate: Mon Mar 5 06:21:50 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Mar 5 06:26:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8baba294 dev-ruby/temple: cleanup Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/temple/Manifest | 1 - dev-ruby/temple/temple-0.7.7.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/dev-ruby/temple/Manifest b/dev-ruby/temple/Manifest index 28000a3df1f..aa4ff5d4e17 100644 --- a/dev-ruby/temple/Manifest +++ b/dev-ruby/temple/Manifest @@ -1,3 +1,2 @@ DIST temple-0.6.10.gem 36864 BLAKE2B ae3bc8d031f2a2d8bf1630d7a4536fd4422115bb92b8f005a7310d069392ca35a3cfb8da89ec12a91f2f3c4b89452d3526edd797377b35b2bf5702d530fa8af8 SHA512 668d4b12ff2f5b28fa70755036c4b2d4612ee6fd0f66382cc534d5e1555e0105e6efff58ddfdadc62dd0a0f0066fe37ac9228299258a045ba7af7ad73600ba83 -DIST temple-0.7.7.gem 38400 BLAKE2B 186d235d23a0e3430b1794b5d3fe288b81d722b3d9631eef376608d9ea8dd585473883c3a011d102a48e953455024efafd0a5a1cd1c2d9eb99d0e2f9da5f9b11 SHA512 e7437e3b39cad78c20d9f99c8b00344a86589d38a964f2a55295099502d2f1a7bfdbe6ee98b63c4e73e1ba886107e0dd6f511d8e4e0643b96f77bbd9093e4955 DIST temple-0.8.0.gem 39424 BLAKE2B 48df1f38a2df12871b13a8592afecf93fdd7c13497491d86c52eb2e06d47768403a1c8e7ca6201d73f319a9f27d65ae08f15c6c177b1b6e5d73b37483f01a4ca SHA512 ad57c484de78f029797fbf4331fa9c24247d6cec2e3dea447d394a104eb9496c91af45f505b720da1c4242845d94b34b626ca586c625cd126f72d1e4296ab2a6 diff --git a/dev-ruby/temple/temple-0.7.7.ebuild b/dev-ruby/temple/temple-0.7.7.ebuild deleted file mode 100644 index a035f9f7937..00000000000 --- a/dev-ruby/temple/temple-0.7.7.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGES EXPRESSIONS.md README.md" - -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="An abstraction and a framework for compiling templates to pure Ruby" -HOMEPAGE="https://github.com/judofyr/temple" - -LICENSE="MIT" -SLOT="0.7" -KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/bacon - dev-ruby/erubis - >=dev-ruby/tilt-2.0.1 )" - -each_ruby_test() { - ${RUBY} -S bacon -Ilib -Itest --automatic --quiet || die -}