mrueg       15/03/19 20:47:46

  Modified:             ChangeLog
  Added:                glark-1.10.5.ebuild
  Log:
  Version bump. Add ruby20, ruby21 support. Fixes bug #540650.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.73                 app-text/glark/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/ChangeLog?rev=1.73&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/ChangeLog?rev=1.73&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   16 Jan 2015 08:52:32 -0000      1.72
+++ ChangeLog   19 Mar 2015 20:47:46 -0000      1.73
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/glark
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.72 2015/01/16 
08:52:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.73 2015/03/19 
20:47:46 mrueg Exp $
+
+*glark-1.10.5 (19 Mar 2015)
+
+  19 Mar 2015; Manuel Rüger <[email protected]> +glark-1.10.5.ebuild:
+  Version bump. Add ruby20, ruby21 support. Fixes bug #540650.
 
   16 Jan 2015; Raúl Porcel <[email protected]> glark-1.10.4.ebuild:
   sparc stable wrt #505102



1.1                  app-text/glark/glark-1.10.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/glark-1.10.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/glark-1.10.5.ebuild?rev=1.1&content-type=text/plain

Index: glark-1.10.5.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.10.5.ebuild,v 1.1 
2015/03/19 20:47:46 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_TEST="test"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="Features.txt History.txt README.md"

inherit ruby-fakegem

DESCRIPTION="File searcher similar to grep but with fancy output"
HOMEPAGE="https://github.com/jpace/glark";

SRC_URI="https://github.com/jpace/glark/archive/v${PV}.tar.gz -> 
${PN}-git-${PV}.tgz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE="zip"

ruby_add_rdepend "
        >=dev-ruby/logue-1.0.0
        >=dev-ruby/ragol-1.0.0
        >=dev-ruby/rainbow-2.0.0:2
        >=dev-ruby/riel-1.2.0
        zip? ( dev-ruby/rubyzip:1 )"

ruby_add_bdepend "test? ( dev-ruby/rubyzip:0 )"

all_ruby_prepare() {
        rm -rf doc/ || die

        # Fix broken links to test data.
        sed -i -e 's:/proj/org/incava/glark/::g' $(find test -type f) || die
}




Reply via email to