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 9FF6D138CBD for ; Tue, 10 Mar 2015 15:45:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5455DE07E1; Tue, 10 Mar 2015 15:45: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 CDA37E07D8 for ; Tue, 10 Mar 2015 15:45:09 +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 3882C3402C3 for ; Tue, 10 Mar 2015 15:45:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E9F41374A for ; Tue, 10 Mar 2015 15:45:04 +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: <1426001639.6650f45105abcd7bbe5040a84e55b4218582e5b8.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: 6650f45105abcd7bbe5040a84e55b4218582e5b8 X-VCS-Branch: master Date: Tue, 10 Mar 2015 15:45:04 +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: cde1177d-dcbd-4b4a-9b2a-1f9998d4a398 X-Archives-Hash: 77e38b747975fbcf0bbce3598386d8b6 commit: 6650f45105abcd7bbe5040a84e55b4218582e5b8 Author: Hans de Graaff degraaff org> AuthorDate: Tue Mar 10 15:33:59 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Mar 10 15:33:59 2015 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=6650f451 Initial import. Package-Manager: portage-2.2.14 dev-ruby/astrolabe/ChangeLog | 10 ++++++++++ dev-ruby/astrolabe/Manifest | 1 + dev-ruby/astrolabe/astrolabe-1.3.0.ebuild | 23 +++++++++++++++++++++++ dev-ruby/astrolabe/metadata.xml | 6 ++++++ 4 files changed, 40 insertions(+) diff --git a/dev-ruby/astrolabe/ChangeLog b/dev-ruby/astrolabe/ChangeLog new file mode 100644 index 0000000..e814ecc --- /dev/null +++ b/dev-ruby/astrolabe/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/astrolabe +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*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 new file mode 100644 index 0000000..7358ee9 --- /dev/null +++ b/dev-ruby/astrolabe/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..ae67c4e --- /dev/null +++ b/dev-ruby/astrolabe/astrolabe-1.3.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +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="0" +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 new file mode 100644 index 0000000..9bf681c --- /dev/null +++ b/dev-ruby/astrolabe/metadata.xml @@ -0,0 +1,6 @@ + + + + +graaff@gentoo.org +