zerochaos 14/04/21 17:49:47
Added: fivemat-1.2.1.ebuild fivemat-1.3.0.ebuild
metadata.xml ChangeLog
Log:
fivemat: initial commit, tests are broken and disabled
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key
DD11F94A)
Revision Changes Path
1.1 dev-ruby/fivemat/fivemat-1.2.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fivemat/fivemat-1.2.1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fivemat/fivemat-1.2.1.ebuild?rev=1.1&content-type=text/plain
Index: fivemat-1.2.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fivemat/fivemat-1.2.1.ebuild,v 1.1
2014/04/21 17:49:47 zerochaos Exp $
EAPI=5
USE_RUBY="ruby19"
#RUBY_FAKEGEM_RECIPE_DOC="rdoc"
#RUBY_FAKEGEM_DOCDIR="doc"
#RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
inherit ruby-fakegem
DESCRIPTION="MiniTest/RSpec/Cucumber formatter that gives each test file its
own line of dots"
HOMEPAGE="https://github.com/tpope/fivemat"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
#tests fail missing .git directory
RESTRICT=test
1.1 dev-ruby/fivemat/fivemat-1.3.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fivemat/fivemat-1.3.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fivemat/fivemat-1.3.0.ebuild?rev=1.1&content-type=text/plain
Index: fivemat-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/fivemat/fivemat-1.3.0.ebuild,v 1.1
2014/04/21 17:49:47 zerochaos Exp $
EAPI=5
USE_RUBY="ruby19"
#RUBY_FAKEGEM_RECIPE_DOC="rdoc"
#RUBY_FAKEGEM_DOCDIR="doc"
#RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
inherit ruby-fakegem
DESCRIPTION="MiniTest/RSpec/Cucumber formatter that gives each test file its
own line of dots"
HOMEPAGE="https://github.com/tpope/fivemat"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
#tests fail missing .git directory
RESTRICT=test
1.1 dev-ruby/fivemat/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fivemat/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fivemat/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>
<maintainer>
<email>[email protected]</email>
<name>Rick Farina</name>
</maintainer>
<longdescription lang="en">
</longdescription>
</pkgmetadata>
1.1 dev-ruby/fivemat/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fivemat/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fivemat/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-ruby/fivemat
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fivemat/ChangeLog,v 1.1 2014/04/21
17:49:47 zerochaos Exp $
*fivemat-1.2.1 (21 Apr 2014)
*fivemat-1.3.0 (21 Apr 2014)
21 Apr 2014; Rick Farina <[email protected]> +fivemat-1.2.1.ebuild,
+fivemat-1.3.0.ebuild, +metadata.xml:
fivemat: initial commit, tests are broken and disabled