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/xpath | |
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/xpath')
-rw-r--r-- | dev-ruby/xpath/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/xpath/xpath-0.1.4-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/xpath/xpath-1.0.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/xpath/xpath-2.0.0-r1.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-ruby/xpath/ChangeLog b/dev-ruby/xpath/ChangeLog index cfea6ba9f4e9..5a1b9ef149aa 100644 --- a/dev-ruby/xpath/ChangeLog +++ b/dev-ruby/xpath/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/xpath # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/ChangeLog,v 1.12 2014/04/30 06:02:42 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/ChangeLog,v 1.13 2014/08/05 16:00:31 mrueg Exp $ + + 05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> xpath-0.1.4-r1.ebuild, + xpath-1.0.0-r1.ebuild, xpath-2.0.0-r1.ebuild: + Remove trailing '.' from DESCRIPTION. 30 Apr 2014; Hans de Graaff <graaff@gentoo.org> xpath-2.0.0-r1.ebuild: Add ruby21. diff --git a/dev-ruby/xpath/xpath-0.1.4-r1.ebuild b/dev-ruby/xpath/xpath-0.1.4-r1.ebuild index 7c13be682950..b4ed5b74863c 100644 --- a/dev-ruby/xpath/xpath-0.1.4-r1.ebuild +++ b/dev-ruby/xpath/xpath-0.1.4-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/xpath/xpath-0.1.4-r1.ebuild,v 1.2 2014/04/05 23:04:36 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/xpath-0.1.4-r1.ebuild,v 1.3 2014/08/05 16:00:31 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -12,7 +12,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec" inherit ruby-fakegem -DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0." +DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0" HOMEPAGE="https://github.com/jnicklas/xpath" LICENSE="MIT" diff --git a/dev-ruby/xpath/xpath-1.0.0-r1.ebuild b/dev-ruby/xpath/xpath-1.0.0-r1.ebuild index f23129c36efc..674c75feee51 100644 --- a/dev-ruby/xpath/xpath-1.0.0-r1.ebuild +++ b/dev-ruby/xpath/xpath-1.0.0-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/xpath/xpath-1.0.0-r1.ebuild,v 1.2 2014/04/05 23:04:36 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/xpath-1.0.0-r1.ebuild,v 1.3 2014/08/05 16:00:31 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 jruby" @@ -12,7 +12,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec" inherit ruby-fakegem -DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0." +DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0" HOMEPAGE="https://github.com/jnicklas/xpath" LICENSE="MIT" diff --git a/dev-ruby/xpath/xpath-2.0.0-r1.ebuild b/dev-ruby/xpath/xpath-2.0.0-r1.ebuild index f26502012703..a1f0676af9d0 100644 --- a/dev-ruby/xpath/xpath-2.0.0-r1.ebuild +++ b/dev-ruby/xpath/xpath-2.0.0-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/xpath/xpath-2.0.0-r1.ebuild,v 1.3 2014/04/30 06:02:42 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/xpath-2.0.0-r1.ebuild,v 1.4 2014/08/05 16:00:31 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" @@ -12,7 +12,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec" inherit ruby-fakegem -DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0." +DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0" HOMEPAGE="https://github.com/jnicklas/xpath" LICENSE="MIT" |