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 739041384B4 for ; Thu, 19 Nov 2015 07:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 913CFE086E; Thu, 19 Nov 2015 07:04:26 +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 28866E086E for ; Thu, 19 Nov 2015 07:04:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4958340686 for ; Thu, 19 Nov 2015 07:04:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B153EFFB for ; Thu, 19 Nov 2015 07:04:20 +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: <1447916475.f3d325264c324f41a2885a65740e1ebfd6ed68ee.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rgen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rgen/rgen-0.6.6-r1.ebuild dev-ruby/rgen/rgen-0.6.6-r2.ebuild X-VCS-Directories: dev-ruby/rgen/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: f3d325264c324f41a2885a65740e1ebfd6ed68ee X-VCS-Branch: master Date: Thu, 19 Nov 2015 07:04:20 +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: bafe8eef-3ac7-4aef-974d-f780b9d205a6 X-Archives-Hash: 62666037e34dfa9b75f6b5c0aca8830d commit: f3d325264c324f41a2885a65740e1ebfd6ed68ee Author: Hans de Graaff gentoo org> AuthorDate: Thu Nov 19 06:51:29 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Nov 19 07:01:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d32526 dev-ruby/rgen: cleanup Package-Manager: portage-2.2.20.1 dev-ruby/rgen/rgen-0.6.6-r1.ebuild | 23 ----------------------- dev-ruby/rgen/rgen-0.6.6-r2.ebuild | 25 ------------------------- 2 files changed, 48 deletions(-) diff --git a/dev-ruby/rgen/rgen-0.6.6-r1.ebuild b/dev-ruby/rgen/rgen-0.6.6-r1.ebuild deleted file mode 100644 index 8a61b60..0000000 --- a/dev-ruby/rgen/rgen-0.6.6-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Ruby Modelling and Generator Framework" -HOMEPAGE="https://github.com/mthiede/rgen" - -LICENSE="MIT" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" - -each_ruby_test() { - ${RUBY} -S testrb $(find test -type f -name '*_test.rb') || die -} diff --git a/dev-ruby/rgen/rgen-0.6.6-r2.ebuild b/dev-ruby/rgen/rgen-0.6.6-r2.ebuild deleted file mode 100644 index 8442de6..0000000 --- a/dev-ruby/rgen/rgen-0.6.6-r2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Ruby Modelling and Generator Framework" -HOMEPAGE="https://github.com/mthiede/rgen" - -LICENSE="MIT" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" - -ruby_add_rdepend "dev-ruby/nokogiri" - -each_ruby_test() { - ${RUBY} -S testrb $(find test -type f -name '*_test.rb') || die -}