Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/logue: logue-1.0.2.ebuild ChangeLog
Date: Thu, 01 Jan 2015 17:48:35
Message-Id: 20150101174830.A16E1EA70@oystercatcher.gentoo.org
1 mrueg 15/01/01 17:48:30
2
3 Modified: ChangeLog
4 Added: logue-1.0.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.15 dev-ruby/logue/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logue/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logue/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logue/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/logue/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 30 Oct 2014 13:57:09 -0000 1.14
24 +++ ChangeLog 1 Jan 2015 17:48:30 -0000 1.15
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/logue
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/logue/ChangeLog,v 1.14 2014/10/30 13:57:09 mrueg Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/logue/ChangeLog,v 1.15 2015/01/01 17:48:30 mrueg Exp $
31 +
32 +*logue-1.0.2 (01 Jan 2015)
33 +
34 + 01 Jan 2015; Manuel Rüger <mrueg@g.o> +logue-1.0.2.ebuild:
35 + Version bump.
36
37 30 Oct 2014; Manuel Rüger <mrueg@g.o> logue-1.0.1.ebuild:
38 Drop jruby target.
39
40
41
42 1.1 dev-ruby/logue/logue-1.0.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logue/logue-1.0.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logue/logue-1.0.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: logue-1.0.2.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/logue/logue-1.0.2.ebuild,v 1.1 2015/01/01 17:48:30 mrueg Exp $
52
53 EAPI=5
54 USE_RUBY="ruby19"
55
56 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
57 RUBY_FAKEGEM_DOCDIR="doc"
58 RUBY_FAKEGEM_EXTRADOC="Features.txt History.txt README.md"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="A module that adds logging/trace functionality"
63 HOMEPAGE="https://github.com/jpace/logue"
64
65 SRC_URI="https://github.com/jpace/logue/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
70 IUSE=""
71
72 ruby_add_rdepend ">=dev-ruby/rainbow-1.1.4"