summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-08-05 16:01:03 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-08-05 16:01:03 +0000
commitc1711f93fc9976886fc1b9f1062c2bd8b76c440b (patch)
tree081a8293929ad441eafdd17fbb43bd9277084dcc /dev-ruby/childprocess
parentversion bump, fix bash-completion installation (bug 518902) (diff)
downloadgentoo-2-c1711f93fc9976886fc1b9f1062c2bd8b76c440b.tar.gz
gentoo-2-c1711f93fc9976886fc1b9f1062c2bd8b76c440b.tar.bz2
gentoo-2-c1711f93fc9976886fc1b9f1062c2bd8b76c440b.zip
Remove trailing '.' from DESCRIPTION.
(Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/childprocess')
-rw-r--r--dev-ruby/childprocess/ChangeLog7
-rw-r--r--dev-ruby/childprocess/childprocess-0.3.9.ebuild4
-rw-r--r--dev-ruby/childprocess/childprocess-0.4.2.ebuild4
-rw-r--r--dev-ruby/childprocess/childprocess-0.5.1.ebuild4
-rw-r--r--dev-ruby/childprocess/childprocess-0.5.3.ebuild4
5 files changed, 14 insertions, 9 deletions
diff --git a/dev-ruby/childprocess/ChangeLog b/dev-ruby/childprocess/ChangeLog
index 3353cd453343..cbd695f2a3a8 100644
--- a/dev-ruby/childprocess/ChangeLog
+++ b/dev-ruby/childprocess/ChangeLog
@@ -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 <mrueg@gentoo.org> 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 <klausman@gentoo.org>
childprocess-0.5.3.ebuild:
diff --git a/dev-ruby/childprocess/childprocess-0.3.9.ebuild b/dev-ruby/childprocess/childprocess-0.3.9.ebuild
index 27df269ab4ee..830a511897bc 100644
--- a/dev-ruby/childprocess/childprocess-0.3.9.ebuild
+++ b/dev-ruby/childprocess/childprocess-0.3.9.ebuild
@@ -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 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
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"
diff --git a/dev-ruby/childprocess/childprocess-0.4.2.ebuild b/dev-ruby/childprocess/childprocess-0.4.2.ebuild
index 0c7c0133d494..dd2e53fdb794 100644
--- a/dev-ruby/childprocess/childprocess-0.4.2.ebuild
+++ b/dev-ruby/childprocess/childprocess-0.4.2.ebuild
@@ -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 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
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"
diff --git a/dev-ruby/childprocess/childprocess-0.5.1.ebuild b/dev-ruby/childprocess/childprocess-0.5.1.ebuild
index 05b6e6238aa5..e3fce533c8ae 100644
--- a/dev-ruby/childprocess/childprocess-0.5.1.ebuild
+++ b/dev-ruby/childprocess/childprocess-0.5.1.ebuild
@@ -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 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
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"
diff --git a/dev-ruby/childprocess/childprocess-0.5.3.ebuild b/dev-ruby/childprocess/childprocess-0.5.3.ebuild
index a1a0cf855dbe..b18a7a6a350b 100644
--- a/dev-ruby/childprocess/childprocess-0.5.3.ebuild
+++ b/dev-ruby/childprocess/childprocess-0.5.3.ebuild
@@ -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 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
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"