diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-08-05 16:01:03 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-08-05 16:01:03 +0000 |
commit | c1711f93fc9976886fc1b9f1062c2bd8b76c440b (patch) | |
tree | 081a8293929ad441eafdd17fbb43bd9277084dcc /dev-ruby/pry | |
parent | version bump, fix bash-completion installation (bug 518902) (diff) | |
download | gentoo-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/pry')
-rw-r--r-- | dev-ruby/pry/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/pry/pry-0.9.11.4.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/pry/pry-0.9.12.6.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/pry/ChangeLog b/dev-ruby/pry/ChangeLog index 337e53be4619..c8487cd08515 100644 --- a/dev-ruby/pry/ChangeLog +++ b/dev-ruby/pry/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/pry # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pry/ChangeLog,v 1.15 2014/07/25 13:58:49 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pry/ChangeLog,v 1.16 2014/08/05 16:00:45 mrueg Exp $ + + 05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> pry-0.9.11.4.ebuild, + pry-0.9.12.6.ebuild: + Remove trailing '.' from DESCRIPTION. 25 Jul 2014; Manuel Rüger <mrueg@gentoo.org> pry-0.9.12.6-r1.ebuild: Fix whitespace. diff --git a/dev-ruby/pry/pry-0.9.11.4.ebuild b/dev-ruby/pry/pry-0.9.11.4.ebuild index 312a6220197f..5a925437f25e 100644 --- a/dev-ruby/pry/pry-0.9.11.4.ebuild +++ b/dev-ruby/pry/pry-0.9.11.4.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/pry/pry-0.9.11.4.ebuild,v 1.2 2014/03/10 00:37:41 vikraman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pry/pry-0.9.11.4.ebuild,v 1.3 2014/08/05 16:00:45 mrueg Exp $ EAPI=5 @@ -12,7 +12,7 @@ RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec inherit ruby-fakegem -DESCRIPTION="Pry is a powerful alternative to the standard IRB shell for Ruby." +DESCRIPTION="Pry is a powerful alternative to the standard IRB shell for Ruby" HOMEPAGE="https://github.com/pry/pry/wiki" IUSE="" SLOT="ruby19" diff --git a/dev-ruby/pry/pry-0.9.12.6.ebuild b/dev-ruby/pry/pry-0.9.12.6.ebuild index 73142b80cb5c..50527e1d8272 100644 --- a/dev-ruby/pry/pry-0.9.12.6.ebuild +++ b/dev-ruby/pry/pry-0.9.12.6.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/pry/pry-0.9.12.6.ebuild,v 1.1 2014/03/10 00:37:41 vikraman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pry/pry-0.9.12.6.ebuild,v 1.2 2014/08/05 16:00:45 mrueg Exp $ EAPI=5 @@ -12,7 +12,7 @@ RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec inherit ruby-fakegem -DESCRIPTION="Pry is a powerful alternative to the standard IRB shell for Ruby." +DESCRIPTION="Pry is a powerful alternative to the standard IRB shell for Ruby" HOMEPAGE="https://github.com/pry/pry/wiki" IUSE="" SLOT="ruby19" |