From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 250CA1384C3 for ; Mon, 7 Sep 2015 09:53:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2C13E07ED; Mon, 7 Sep 2015 09:53:10 +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 58A4CE07ED for ; Mon, 7 Sep 2015 09:53:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A6C23408D4 for ; Mon, 7 Sep 2015 09:53:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A98A17A for ; Mon, 7 Sep 2015 09:53:07 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1441619565.107e67ffa1c981beb9ab99ba3b5c5186bb20ed6c.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/spork/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/spork/spork-0.9.2.ebuild X-VCS-Directories: dev-ruby/spork/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 107e67ffa1c981beb9ab99ba3b5c5186bb20ed6c X-VCS-Branch: master Date: Mon, 7 Sep 2015 09:53:07 +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: 4e0edbae-b1c7-4048-a1c5-bb81b3c597cc X-Archives-Hash: 9faa1ac861cef06b23eed16fcc1bd343 commit: 107e67ffa1c981beb9ab99ba3b5c5186bb20ed6c Author: Manuel Rüger gentoo org> AuthorDate: Mon Sep 7 09:52:17 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Sep 7 09:52:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=107e67ff dev-ruby/spork: Remove old Package-Manager: portage-2.2.20.1 dev-ruby/spork/spork-0.9.2.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-ruby/spork/spork-0.9.2.ebuild b/dev-ruby/spork/spork-0.9.2.ebuild deleted file mode 100644 index 2d84bf3..0000000 --- a/dev-ruby/spork/spork-0.9.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -USE_RUBY="ruby19" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.rdoc" -RUBY_FAKEGEM_EXTRAINSTALL="assets" - -inherit ruby-fakegem - -DESCRIPTION="Spork is Tim Harper's implementation of test server" -HOMEPAGE="https://github.com/sporkrb/spork" -LICENSE="MIT" - -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -SLOT="0" -IUSE=""