mrueg 14/08/05 16:00:42
Modified: childprocess-0.4.2.ebuild childprocess-0.3.9.ebuild
childprocess-0.5.1.ebuild childprocess-0.5.3.ebuild
ChangeLog
Log:
Remove trailing '.' from DESCRIPTION.
(Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key
)
Revision Changes Path
1.4 dev-ruby/childprocess/childprocess-0.4.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.4.2.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.4.2.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.4.2.ebuild?r1=1.3&r2=1.4
Index: childprocess-0.4.2.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- childprocess-0.4.2.ebuild 16 Jun 2014 15:40:30 -0000 1.3
+++ childprocess-0.4.2.ebuild 5 Aug 2014 16:00:42 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.4.2.ebuild,v 1.3
2014/06/16 15:40:30 klausman Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.4.2.ebuild,v 1.4
2014/08/05 16:00:42 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 jruby"
@@ -14,7 +14,7 @@
inherit ruby-fakegem
-DESCRIPTION="A simple and reliable solution for controlling external programs
running in the background."
+DESCRIPTION="A simple and reliable solution for controlling external programs
running in the background"
HOMEPAGE="https://github.com/jarib/childprocess"
LICENSE="MIT"
1.9 dev-ruby/childprocess/childprocess-0.3.9.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.9.ebuild?rev=1.9&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.9.ebuild?rev=1.9&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.9.ebuild?r1=1.8&r2=1.9
Index: childprocess-0.3.9.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.9.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- childprocess-0.3.9.ebuild 21 Jul 2014 13:56:44 -0000 1.8
+++ childprocess-0.3.9.ebuild 5 Aug 2014 16:00:42 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.9.ebuild,v 1.8
2014/07/21 13:56:44 klausman Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.9.ebuild,v 1.9
2014/08/05 16:00:42 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 jruby"
@@ -14,7 +14,7 @@
inherit ruby-fakegem
-DESCRIPTION="A simple and reliable solution for controlling external programs
running in the background."
+DESCRIPTION="A simple and reliable solution for controlling external programs
running in the background"
HOMEPAGE="https://github.com/jarib/childprocess"
LICENSE="MIT"
1.2 dev-ruby/childprocess/childprocess-0.5.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.1.ebuild?r1=1.1&r2=1.2
Index: childprocess-0.5.1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- childprocess-0.5.1.ebuild 20 Feb 2014 11:02:52 -0000 1.1
+++ childprocess-0.5.1.ebuild 5 Aug 2014 16:00:42 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.1.ebuild,v 1.1
2014/02/20 11:02:52 graaff Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.1.ebuild,v 1.2
2014/08/05 16:00:42 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
@@ -14,7 +14,7 @@
inherit ruby-fakegem
-DESCRIPTION="A simple and reliable solution for controlling external programs
running in the background."
+DESCRIPTION="A simple and reliable solution for controlling external programs
running in the background"
HOMEPAGE="https://github.com/jarib/childprocess"
LICENSE="MIT"
1.3 dev-ruby/childprocess/childprocess-0.5.3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.3.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.3.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.3.ebuild?r1=1.2&r2=1.3
Index: childprocess-0.5.3.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- childprocess-0.5.3.ebuild 22 Jul 2014 15:57:59 -0000 1.2
+++ childprocess-0.5.3.ebuild 5 Aug 2014 16:00:42 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.3.ebuild,v 1.2
2014/07/22 15:57:59 klausman Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.3.ebuild,v 1.3
2014/08/05 16:00:42 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@@ -14,7 +14,7 @@
inherit ruby-fakegem
-DESCRIPTION="A simple and reliable solution for controlling external programs
running in the background."
+DESCRIPTION="A simple and reliable solution for controlling external programs
running in the background"
HOMEPAGE="https://github.com/jarib/childprocess"
LICENSE="MIT"
1.49 dev-ruby/childprocess/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/ChangeLog?rev=1.49&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/ChangeLog?rev=1.49&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 22 Jul 2014 15:57:59 -0000 1.48
+++ ChangeLog 5 Aug 2014 16:00:42 -0000 1.49
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/childprocess
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.48
2014/07/22 15:57:59 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.49
2014/08/05 16:00:42 mrueg Exp $
+
+ 05 Aug 2014; Manuel RĂ¼ger <[email protected]> childprocess-0.3.9.ebuild,
+ childprocess-0.4.2.ebuild, childprocess-0.5.1.ebuild,
+ childprocess-0.5.3.ebuild:
+ Remove trailing '.' from DESCRIPTION.
22 Jul 2014; Tobias Klausmann <[email protected]>
childprocess-0.5.3.ebuild: