mrueg 14/10/29 19:43:01
Modified: daemons-1.1.9-r1.ebuild daemons-1.1.8.ebuild
ChangeLog
Log:
Drop jruby target. Update Homagepage.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.4 dev-ruby/daemons/daemons-1.1.9-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/daemons-1.1.9-r1.ebuild?rev=1.4&view=markup
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
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/daemons-1.1.9-r1.ebuild?r1=1.3&r2=1.4
Index: daemons-1.1.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.1.9-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- daemons-1.1.9-r1.ebuild 10 Jul 2014 11:39:42 -0000 1.3
+++ daemons-1.1.9-r1.ebuild 29 Oct 2014 19:43:01 -0000 1.4
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_EXTRADOC="Releases README TODO"
RUBY_FAKEGEM_DOCDIR="html"
@@ -13,7 +13,7 @@
inherit ruby-fakegem
DESCRIPTION="Wrap existing ruby scripts to be run as a daemon"
-HOMEPAGE="http://daemons.rubyforge.org/"
+HOMEPAGE="https://github.com/thuehlinger/daemons"
LICENSE="MIT"
SLOT="0"
1.14 dev-ruby/daemons/daemons-1.1.8.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/daemons-1.1.8.ebuild?rev=1.14&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/daemons-1.1.8.ebuild?rev=1.14&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/daemons-1.1.8.ebuild?r1=1.13&r2=1.14
Index: daemons-1.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.1.8.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- daemons-1.1.8.ebuild 5 Apr 2014 14:02:38 -0000 1.13
+++ daemons-1.1.8.ebuild 29 Oct 2014 19:43:01 -0000 1.14
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.1.8.ebuild,v
1.13 2014/04/05 14:02:38 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.1.8.ebuild,v
1.14 2014/10/29 19:43:01 mrueg Exp $
EAPI=4
-USE_RUBY="ruby19 jruby"
+USE_RUBY="ruby19"
RUBY_FAKEGEM_EXTRADOC="Releases README TODO"
RUBY_FAKEGEM_DOCDIR="html"
@@ -13,7 +13,7 @@
inherit ruby-fakegem
DESCRIPTION="Wrap existing ruby scripts to be run as a daemon"
-HOMEPAGE="http://daemons.rubyforge.org/"
+HOMEPAGE="https://github.com/thuehlinger/daemons"
LICENSE="MIT"
SLOT="0"
1.87 dev-ruby/daemons/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/ChangeLog?rev=1.87&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/ChangeLog?rev=1.87&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/ChangeLog?r1=1.86&r2=1.87
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog 10 Jul 2014 11:39:42 -0000 1.86
+++ ChangeLog 29 Oct 2014 19:43:01 -0000 1.87
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/daemons
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v 1.86
2014/07/10 11:39:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v 1.87
2014/10/29 19:43:01 mrueg Exp $
+
+ 29 Oct 2014; Manuel RĂ¼ger <[email protected]> daemons-1.1.8.ebuild,
+ daemons-1.1.9-r1.ebuild:
+ Drop jruby target. Update Homagepage.
10 Jul 2014; Hans de Graaff <[email protected]> daemons-1.1.9-r1.ebuild:
Add ruby21. Fix deprecated rake tasks.