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/rb-inotify | |
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/rb-inotify')
-rw-r--r-- | dev-ruby/rb-inotify/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rb-inotify/rb-inotify-0.9.0.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/rb-inotify/ChangeLog b/dev-ruby/rb-inotify/ChangeLog index 9c6c60002c12..f766f15aefd1 100644 --- a/dev-ruby/rb-inotify/ChangeLog +++ b/dev-ruby/rb-inotify/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rb-inotify # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.31 2014/07/25 13:44:32 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.32 2014/08/05 16:00:30 mrueg Exp $ + + 05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> rb-inotify-0.9.0.ebuild, + rb-inotify-0.9.5.ebuild: + Remove trailing '.' from DESCRIPTION. 25 Jul 2014; Manuel Rüger <mrueg@gentoo.org> -rb-inotify-0.9.3.ebuild, -rb-inotify-0.9.4.ebuild: diff --git a/dev-ruby/rb-inotify/rb-inotify-0.9.0.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.9.0.ebuild index 727464fb64c7..b7d5ea50526c 100644 --- a/dev-ruby/rb-inotify/rb-inotify-0.9.0.ebuild +++ b/dev-ruby/rb-inotify/rb-inotify-0.9.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/rb-inotify/rb-inotify-0.9.0.ebuild,v 1.4 2014/04/05 13:53:52 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.0.ebuild,v 1.5 2014/08/05 16:00:29 mrueg Exp $ EAPI=5 @@ -18,7 +18,7 @@ RUBY_FAKEGEM_GEMSPEC="rb-inotify.gemspec" inherit ruby-fakegem -DESCRIPTION="A thorough inotify wrapper for Ruby using FFI." +DESCRIPTION="A thorough inotify wrapper for Ruby using FFI" HOMEPAGE="https://github.com/nex3/rb-inotify" LICENSE="MIT" diff --git a/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild index 55954a86950f..e0e38ae181ec 100644 --- a/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild +++ b/dev-ruby/rb-inotify/rb-inotify-0.9.5.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/rb-inotify/rb-inotify-0.9.5.ebuild,v 1.1 2014/06/07 05:41:41 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild,v 1.2 2014/08/05 16:00:29 mrueg Exp $ EAPI=5 @@ -18,7 +18,7 @@ RUBY_FAKEGEM_GEMSPEC="rb-inotify.gemspec" inherit ruby-fakegem -DESCRIPTION="A thorough inotify wrapper for Ruby using FFI." +DESCRIPTION="A thorough inotify wrapper for Ruby using FFI" HOMEPAGE="https://github.com/nex3/rb-inotify" LICENSE="MIT" |