graaff      15/03/06 07:10:35

  Added:                metadata.xml ChangeLog web-console-2.1.1.ebuild
  Log:
  Initial import.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.1                  dev-ruby/web-console/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/web-console/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/web-console/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/web-console/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-ruby/web-console
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/web-console/ChangeLog,v 1.1 
2015/03/06 07:10:35 graaff Exp $

*web-console-2.1.1 (06 Mar 2015)

  06 Mar 2015; Hans de Graaff <[email protected]> +web-console-2.1.1.ebuild,
  +metadata.xml:
  Initial import.




1.1                  dev-ruby/web-console/web-console-2.1.1.ebuild

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

Index: web-console-2.1.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/web-console/web-console-2.1.1.ebuild,v 1.1 
2015/03/06 07:10:35 graaff Exp $

EAPI=5
USE_RUBY="ruby20 ruby21"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.markdown README.markdown"

inherit ruby-fakegem

DESCRIPTION="A debugging tool for your Ruby on Rails applications"
HOMEPAGE="https://github.com/rails/web-console";
SRC_URI="https://github.com/rails/web-console/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

ruby_add_rdepend "
        >=dev-ruby/activemodel-4.0
        >=dev-ruby/binding_of_caller-0.7.2
        >=dev-ruby/railties-4.0
        >=dev-ruby/sprockets-rails-2.0 <dev-ruby/sprockets-rails-4.0
"

ruby_add_bdepend "test? (
        dev-ruby/bundler
        >=dev-ruby/rails-4.0
        dev-ruby/sqlite3
        dev-ruby/mocha
        dev-ruby/simplecov
)"

all_ruby_prepare() {
        # Use an installed rails version rather than live source from github.
        sed -i -e '/rails/ s/,/#/' Gemfile || die
}




Reply via email to