diff options
author | 2014-08-05 16:01:03 +0000 | |
---|---|---|
committer | 2014-08-05 16:01:03 +0000 | |
commit | c1711f93fc9976886fc1b9f1062c2bd8b76c440b (patch) | |
tree | 081a8293929ad441eafdd17fbb43bd9277084dcc /dev-ruby/http | |
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/http')
-rw-r--r-- | dev-ruby/http/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/http/http-0.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/http/ChangeLog b/dev-ruby/http/ChangeLog index 39b1548026e5..4f3aaf1f5610 100644 --- a/dev-ruby/http/ChangeLog +++ b/dev-ruby/http/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/http # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http/ChangeLog,v 1.5 2014/05/16 08:18:00 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http/ChangeLog,v 1.6 2014/08/05 16:00:49 mrueg Exp $ + + 05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> http-0.5.0.ebuild: + Remove trailing '.' from DESCRIPTION. 16 May 2014; Hans de Graaff <graaff@gentoo.org> http-0.6.1.ebuild: Move to a slot that dependencies expect. diff --git a/dev-ruby/http/http-0.5.0.ebuild b/dev-ruby/http/http-0.5.0.ebuild index a56d617875cf..71a4864353fe 100644 --- a/dev-ruby/http/http-0.5.0.ebuild +++ b/dev-ruby/http/http-0.5.0.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/http/http-0.5.0.ebuild,v 1.1 2014/02/21 17:07:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http/http-0.5.0.ebuild,v 1.2 2014/08/05 16:00:49 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" inherit ruby-fakegem -DESCRIPTION="An easy-to-use client library for making requests from Ruby." +DESCRIPTION="An easy-to-use client library for making requests from Ruby" HOMEPAGE="https://github.com/tarcieri/http" LICENSE="MIT" |