Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/glark: ChangeLog glark-1.10.4.ebuild
Date: Sun, 01 Dec 2013 08:16:43
Message-Id: 20131201081637.62A2D2004B@flycatcher.gentoo.org
1 graaff 13/12/01 08:16:37
2
3 Modified: ChangeLog
4 Added: glark-1.10.4.ebuild
5 Log:
6 Version bump. Ebuild by Peter Wilmott in the ruby overlay. Fixes bug 350723. Dropped keywords for amd64-linux hppa mips ppc ppc-macos sparc x86 x86-linux reported in bug 493006.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.61 app-text/glark/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/ChangeLog?rev=1.61&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/ChangeLog?rev=1.61&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/ChangeLog?r1=1.60&r2=1.61
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v
20 retrieving revision 1.60
21 retrieving revision 1.61
22 diff -u -r1.60 -r1.61
23 --- ChangeLog 27 Mar 2011 21:55:29 -0000 1.60
24 +++ ChangeLog 1 Dec 2013 08:16:37 -0000 1.61
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-text/glark
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.60 2011/03/27 21:55:29 darkside Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.61 2013/12/01 08:16:37 graaff Exp $
31 +
32 +*glark-1.10.4 (01 Dec 2013)
33 +
34 + 01 Dec 2013; Hans de Graaff <graaff@g.o> +glark-1.10.4.ebuild:
35 + Version bump. Ebuild by Peter Wilmott in the ruby overlay. Fixes bug 350723.
36 + Dropped keywords for amd64-linux hppa mips ppc ppc-macos sparc x86 x86-linux
37 + reported in bug 493006.
38
39 27 Mar 2011; Jeremy Olexa <darkside@g.o> -glark-1.7.8.ebuild:
40 remove old ebuilds
41
42
43
44 1.1 app-text/glark/glark-1.10.4.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/glark-1.10.4.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/glark-1.10.4.ebuild?rev=1.1&content-type=text/plain
48
49 Index: glark-1.10.4.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.10.4.ebuild,v 1.1 2013/12/01 08:16:37 graaff Exp $
54
55 EAPI=5
56 USE_RUBY="ruby19"
57
58 RUBY_FAKEGEM_TASK_TEST="test"
59 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
60 RUBY_FAKEGEM_DOCDIR="doc"
61 RUBY_FAKEGEM_EXTRADOC="Features.txt History.txt README.md"
62
63 inherit ruby-fakegem
64
65 DESCRIPTION="File searcher similar to grep but with fancy output"
66 HOMEPAGE="https://github.com/jpace/glark"
67
68 SRC_URI="https://github.com/jpace/glark/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz"
69
70 LICENSE="MIT"
71 SLOT="0"
72 KEYWORDS="~amd64"
73 IUSE=""
74
75 ruby_add_rdepend "
76 >=dev-ruby/logue-1.0.0
77 >=dev-ruby/ragol-1.0.0
78 >=dev-ruby/rainbow-1.1.4
79 >=dev-ruby/riel-1.2.0"
80
81 all_ruby_prepare() {
82 rm -rf doc/ || die
83
84 # Fix broken links to test data.
85 sed -i -e 's:/proj/org/incava/glark/::g' $(find test -type f) || die
86 }