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/webrobots | |
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/webrobots')
-rw-r--r-- | dev-ruby/webrobots/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/webrobots/webrobots-0.1.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/webrobots/ChangeLog b/dev-ruby/webrobots/ChangeLog index 0d6af9fa41dc..9d1a401b09df 100644 --- a/dev-ruby/webrobots/ChangeLog +++ b/dev-ruby/webrobots/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/webrobots # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/ChangeLog,v 1.16 2014/05/23 05:41:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/ChangeLog,v 1.17 2014/08/05 16:00:52 mrueg Exp $ + + 05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> webrobots-0.1.1-r1.ebuild, + webrobots-0.1.1.ebuild: + Remove trailing '.' from DESCRIPTION. 23 May 2014; Hans de Graaff <graaff@gentoo.org> webrobots-0.1.1-r1.ebuild: Add ruby21. Do not run test that require the network, bug 431528. diff --git a/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild b/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild index f4b908b70bc5..786d3dfbc2ca 100644 --- a/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild +++ b/dev-ruby/webrobots/webrobots-0.1.1-r1.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/webrobots/webrobots-0.1.1-r1.ebuild,v 1.3 2014/05/23 05:41:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild,v 1.4 2014/08/05 16:00:52 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="README.rdoc" inherit ruby-fakegem -DESCRIPTION="A library to help write robots.txt compliant web robots." +DESCRIPTION="A library to help write robots.txt compliant web robots" HOMEPAGE="http://rubygems.org/gems/webrobots" LICENSE="BSD-2" diff --git a/dev-ruby/webrobots/webrobots-0.1.1.ebuild b/dev-ruby/webrobots/webrobots-0.1.1.ebuild index b987c5520611..151539638d73 100644 --- a/dev-ruby/webrobots/webrobots-0.1.1.ebuild +++ b/dev-ruby/webrobots/webrobots-0.1.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/webrobots/webrobots-0.1.1.ebuild,v 1.4 2014/04/05 23:49:59 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1.ebuild,v 1.5 2014/08/05 16:00:52 mrueg Exp $ EAPI=5 USE_RUBY="ruby19" @@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="README.rdoc" inherit ruby-fakegem -DESCRIPTION="A library to help write robots.txt compliant web robots." +DESCRIPTION="A library to help write robots.txt compliant web robots" HOMEPAGE="http://rubygems.org/gems/webrobots" LICENSE="BSD-2" |