public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/astrolabe: astrolabe-1.3.0.ebuild metadata.xml Manifest ChangeLog
@ 2014-09-04  2:17 Manuel Rueger (mrueg)
  0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2014-09-04  2:17 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/09/04 02:17:56

  Added:                astrolabe-1.3.0.ebuild metadata.xml Manifest
                        ChangeLog
  Log:
  Initial version.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.1                  dev-ruby/astrolabe/astrolabe-1.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/astrolabe/astrolabe-1.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/astrolabe/astrolabe-1.3.0.ebuild?rev=1.1&content-type=text/plain

Index: astrolabe-1.3.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/astrolabe/astrolabe-1.3.0.ebuild,v 1.1 2014/09/04 02:17:56 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_RECIPE_DOC="yard"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"

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_pre3"

all_ruby_prepare() {
	sed -i -e "/[Bb]undler/d" Rakefile || die
	# Fix Specs until RSpec3 is available
	sed -i -e "/mocks.verify_partial_doubles/ s/^/#/" spec/spec_helper.rb || die
	sed -i -e "s/is_expected.to/should/" spec/astrolabe/node_spec.rb || die
}



1.1                  dev-ruby/astrolabe/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/astrolabe/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/astrolabe/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ruby</herd>
</pkgmetadata>



1.1                  dev-ruby/astrolabe/Manifest

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/astrolabe/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/astrolabe/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST astrolabe-1.3.0.gem 16384 SHA256 23f774f5fa164e293bbf3977e42fe0258f49f06a5fd62080fae27d7248fddea1 SHA512 8acc0cd432b2aadff81ae6599a26e1778680d7e8cdd9af0644156e08151e27eabaf6e8bc4afffa0e51930b477823fc6c903f4fe88029989f5096df265df8504e WHIRLPOOL c0a2a55ec4df6cd986e322a8b07dbf9aee629cfb09b991e6ec4f1c1cf342bda8877b7b49f3f1c5298a2707540606bbd9475f0a86675f8a72f8b5dc4840f767ed
EBUILD astrolabe-1.3.0.ebuild 863 SHA256 1f4a3905baef37646de55b3bb592c49562040dbcf24523059e5eb5ddf0987658 SHA512 f22a7e7aa9ce7cf8aed4120b1a2e31e5ed176977583c82ff29ce1a78cf8aa9b2c628b00d3296969c0f83af7a371c64c2cf877cc6b12790069aaf05cbe72fca9b WHIRLPOOL ee4caeaa72624ad5ab4de7b4e60b4e055e4f7f896b2000091d9f63a207a98abb3427a98d8107bf1dd37a7b780258050514d82df12b7fdcaf28ae4b1a9994031c
MISC metadata.xml 157 SHA256 11fba03a217e2d996f5cd8895493a5692ece8ddac2c1a2dfc71d0e830555121c SHA512 0cec73b966de88015ea4c7212723d848d367608aa93658bb945f298a8000c4ba8aba73c9eb8481859fb5bbed45e80dae32c628caf81e027a4ad8eafa7e632851 WHIRLPOOL 4da25c81e21173ad8b7b5f35b056264869d9a16741062aa4422c5ea1aa9e73da8eb700b0d54de84c169d702fbb3f41ed157c9dc7c9daac110849ae84715c051b



1.1                  dev-ruby/astrolabe/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/astrolabe/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/astrolabe/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-ruby/astrolabe
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/astrolabe/ChangeLog,v 1.1 2014/09/04 02:17:56 mrueg Exp $

*astrolabe-1.3.0 (04 Sep 2014)

  04 Sep 2014; Manuel Rüger <mrueg@gentoo.org> +astrolabe-1.3.0.ebuild,
  +metadata.xml:
  Initial version.





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-04  2:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-04  2:17 [gentoo-commits] gentoo-x86 commit in dev-ruby/astrolabe: astrolabe-1.3.0.ebuild metadata.xml Manifest ChangeLog Manuel Rueger (mrueg)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox