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 dev-ruby/daemons: ChangeLog daemons-1.2.3.ebuild
Date: Sat, 27 Jun 2015 05:39:48
Message-Id: 20150627053943.A94E7735@oystercatcher.gentoo.org
1 graaff 15/06/27 05:39:43
2
3 Modified: ChangeLog
4 Added: daemons-1.2.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.99 dev-ruby/daemons/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/ChangeLog?rev=1.99&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/ChangeLog?rev=1.99&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/ChangeLog?r1=1.98&r2=1.99
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v
20 retrieving revision 1.98
21 retrieving revision 1.99
22 diff -u -r1.98 -r1.99
23 --- ChangeLog 21 Jun 2015 10:50:40 -0000 1.98
24 +++ ChangeLog 27 Jun 2015 05:39:43 -0000 1.99
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/daemons
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v 1.98 2015/06/21 10:50:40 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v 1.99 2015/06/27 05:39:43 graaff Exp $
30 +
31 +*daemons-1.2.3 (27 Jun 2015)
32 +
33 + 27 Jun 2015; Hans de Graaff <graaff@g.o> +daemons-1.2.3.ebuild:
34 + Version bump.
35
36 21 Jun 2015; Markus Meier <maekke@g.o> daemons-1.1.9-r1.ebuild:
37 arm stable, bug #551418
38
39
40
41 1.1 dev-ruby/daemons/daemons-1.2.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/daemons-1.2.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/daemons-1.2.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: daemons-1.2.3.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.2.3.ebuild,v 1.1 2015/06/27 05:39:43 graaff Exp $
51
52 EAPI=5
53 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
54
55 RUBY_FAKEGEM_EXTRADOC="Releases README.md"
56 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
57
58 RUBY_FAKEGEM_TASK_TEST=""
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="Wrap existing ruby scripts to be run as a daemon"
63 HOMEPAGE="https://github.com/thuehlinger/daemons"
64
65 LICENSE="MIT"
66 SLOT="0"
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
68 IUSE="examples"
69
70 all_ruby_install() {
71 all_fakegem_install
72
73 use examples || return
74
75 insinto /usr/share/doc/${PF}/
76 doins -r examples
77 }