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 92CD5138D22 for ; Fri, 17 Jul 2015 06:07:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35095E081C; Fri, 17 Jul 2015 06:07:39 +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 99577E07C5 for ; Fri, 17 Jul 2015 06:07:38 +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 AD60A340CD2 for ; Fri, 17 Jul 2015 06:07:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58AA2B6 for ; Fri, 17 Jul 2015 06:07:36 +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: <1437112720.dd1c3652d537e8ae11f583f6cbd86cb0f0256aae.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/astrolabe/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/astrolabe/ChangeLog dev-ruby/astrolabe/Manifest dev-ruby/astrolabe/astrolabe-1.3.0.ebuild dev-ruby/astrolabe/metadata.xml X-VCS-Directories: dev-ruby/astrolabe/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: dd1c3652d537e8ae11f583f6cbd86cb0f0256aae X-VCS-Branch: master Date: Fri, 17 Jul 2015 06:07:36 +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: d744144b-c5ea-4041-87b0-704fb755f95f X-Archives-Hash: 49b9e06ec3865f8d7e48da25f5b26cc0 commit: dd1c3652d537e8ae11f583f6cbd86cb0f0256aae Author: Hans de Graaff degraaff org> AuthorDate: Fri Jul 17 05:58:40 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jul 17 05:58:40 2015 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=dd1c3652 Available in gentoo tree. dev-ruby/astrolabe/ChangeLog | 16 ---------------- dev-ruby/astrolabe/Manifest | 1 - dev-ruby/astrolabe/astrolabe-1.3.0.ebuild | 23 ----------------------- dev-ruby/astrolabe/metadata.xml | 6 ------ 4 files changed, 46 deletions(-) diff --git a/dev-ruby/astrolabe/ChangeLog b/dev-ruby/astrolabe/ChangeLog deleted file mode 100644 index 15a946e..0000000 --- a/dev-ruby/astrolabe/ChangeLog +++ /dev/null @@ -1,16 +0,0 @@ -# ChangeLog for dev-ruby/astrolabe -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 12 Jun 2015; Hans de Graaff astrolabe-1.3.0.ebuild: - Add ruby22. - - 10 Mar 2015; Hans de Graaff astrolabe-1.3.0.ebuild: - Put astrolabe in the correct slot. - -*astrolabe-1.3.0 (10 Mar 2015) - - 10 Mar 2015; Hans de Graaff +astrolabe-1.3.0.ebuild, - +metadata.xml: - Initial import. - diff --git a/dev-ruby/astrolabe/Manifest b/dev-ruby/astrolabe/Manifest deleted file mode 100644 index 7358ee9..0000000 --- a/dev-ruby/astrolabe/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST astrolabe-1.3.0.gem 16384 SHA256 23f774f5fa164e293bbf3977e42fe0258f49f06a5fd62080fae27d7248fddea1 SHA512 8acc0cd432b2aadff81ae6599a26e1778680d7e8cdd9af0644156e08151e27eabaf6e8bc4afffa0e51930b477823fc6c903f4fe88029989f5096df265df8504e WHIRLPOOL c0a2a55ec4df6cd986e322a8b07dbf9aee629cfb09b991e6ec4f1c1cf342bda8877b7b49f3f1c5298a2707540606bbd9475f0a86675f8a72f8b5dc4840f767ed diff --git a/dev-ruby/astrolabe/astrolabe-1.3.0.ebuild b/dev-ruby/astrolabe/astrolabe-1.3.0.ebuild deleted file mode 100644 index e583a56..0000000 --- a/dev-ruby/astrolabe/astrolabe-1.3.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="An object-oriented AST extension for Parser" -HOMEPAGE="https://github.com/yujinakayama/astrolabe" - -LICENSE="MIT" -SLOT="1" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/parser-2.2.0:0" diff --git a/dev-ruby/astrolabe/metadata.xml b/dev-ruby/astrolabe/metadata.xml deleted file mode 100644 index 9bf681c..0000000 --- a/dev-ruby/astrolabe/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - -graaff@gentoo.org -