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/daemons: daemons-1.1.9-r1.ebuild daemons-1.1.8.ebuild ChangeLog
Date: Wed, 29 Oct 2014 19:43:06
Message-Id: 20141029194301.C39B59056@oystercatcher.gentoo.org
1 mrueg 14/10/29 19:43:01
2
3 Modified: daemons-1.1.9-r1.ebuild daemons-1.1.8.ebuild
4 ChangeLog
5 Log:
6 Drop jruby target. Update Homagepage.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.4 dev-ruby/daemons/daemons-1.1.9-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/daemons-1.1.9-r1.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/daemons-1.1.9-r1.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/daemons-1.1.9-r1.ebuild?r1=1.3&r2=1.4
16
17 Index: daemons-1.1.9-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.1.9-r1.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- daemons-1.1.9-r1.ebuild 10 Jul 2014 11:39:42 -0000 1.3
24 +++ daemons-1.1.9-r1.ebuild 29 Oct 2014 19:43:01 -0000 1.4
25 @@ -1,9 +1,9 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.1.9-r1.ebuild,v 1.3 2014/07/10 11:39:42 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.1.9-r1.ebuild,v 1.4 2014/10/29 19:43:01 mrueg Exp $
30
31 EAPI=5
32 -USE_RUBY="ruby19 ruby20 ruby21 jruby"
33 +USE_RUBY="ruby19 ruby20 ruby21"
34
35 RUBY_FAKEGEM_EXTRADOC="Releases README TODO"
36 RUBY_FAKEGEM_DOCDIR="html"
37 @@ -13,7 +13,7 @@
38 inherit ruby-fakegem
39
40 DESCRIPTION="Wrap existing ruby scripts to be run as a daemon"
41 -HOMEPAGE="http://daemons.rubyforge.org/"
42 +HOMEPAGE="https://github.com/thuehlinger/daemons"
43
44 LICENSE="MIT"
45 SLOT="0"
46
47
48
49 1.14 dev-ruby/daemons/daemons-1.1.8.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/daemons-1.1.8.ebuild?rev=1.14&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/daemons-1.1.8.ebuild?rev=1.14&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/daemons-1.1.8.ebuild?r1=1.13&r2=1.14
54
55 Index: daemons-1.1.8.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.1.8.ebuild,v
58 retrieving revision 1.13
59 retrieving revision 1.14
60 diff -u -r1.13 -r1.14
61 --- daemons-1.1.8.ebuild 5 Apr 2014 14:02:38 -0000 1.13
62 +++ daemons-1.1.8.ebuild 29 Oct 2014 19:43:01 -0000 1.14
63 @@ -1,9 +1,9 @@
64 # Copyright 1999-2014 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.1.8.ebuild,v 1.13 2014/04/05 14:02:38 mrueg Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.1.8.ebuild,v 1.14 2014/10/29 19:43:01 mrueg Exp $
68
69 EAPI=4
70 -USE_RUBY="ruby19 jruby"
71 +USE_RUBY="ruby19"
72
73 RUBY_FAKEGEM_EXTRADOC="Releases README TODO"
74 RUBY_FAKEGEM_DOCDIR="html"
75 @@ -13,7 +13,7 @@
76 inherit ruby-fakegem
77
78 DESCRIPTION="Wrap existing ruby scripts to be run as a daemon"
79 -HOMEPAGE="http://daemons.rubyforge.org/"
80 +HOMEPAGE="https://github.com/thuehlinger/daemons"
81
82 LICENSE="MIT"
83 SLOT="0"
84
85
86
87 1.87 dev-ruby/daemons/ChangeLog
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/ChangeLog?rev=1.87&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/ChangeLog?rev=1.87&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/ChangeLog?r1=1.86&r2=1.87
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v
96 retrieving revision 1.86
97 retrieving revision 1.87
98 diff -u -r1.86 -r1.87
99 --- ChangeLog 10 Jul 2014 11:39:42 -0000 1.86
100 +++ ChangeLog 29 Oct 2014 19:43:01 -0000 1.87
101 @@ -1,6 +1,10 @@
102 # ChangeLog for dev-ruby/daemons
103 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v 1.86 2014/07/10 11:39:42 graaff Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v 1.87 2014/10/29 19:43:01 mrueg Exp $
106 +
107 + 29 Oct 2014; Manuel RĂ¼ger <mrueg@g.o> daemons-1.1.8.ebuild,
108 + daemons-1.1.9-r1.ebuild:
109 + Drop jruby target. Update Homagepage.
110
111 10 Jul 2014; Hans de Graaff <graaff@g.o> daemons-1.1.9-r1.ebuild:
112 Add ruby21. Fix deprecated rake tasks.