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/fakefs | |
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/fakefs')
-rw-r--r-- | dev-ruby/fakefs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/fakefs/fakefs-0.4.2.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/fakefs/fakefs-0.5.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/fakefs/fakefs-0.5.2.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-ruby/fakefs/ChangeLog b/dev-ruby/fakefs/ChangeLog index ee19828016a5..1bd44f5d145f 100644 --- a/dev-ruby/fakefs/ChangeLog +++ b/dev-ruby/fakefs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/fakefs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/ChangeLog,v 1.48 2014/07/10 08:07:30 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/ChangeLog,v 1.49 2014/08/05 16:00:35 mrueg Exp $ + + 05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> fakefs-0.4.2.ebuild, + fakefs-0.5.2-r1.ebuild, fakefs-0.5.2.ebuild: + Remove trailing '.' from DESCRIPTION. *fakefs-0.5.2-r1 (10 Jul 2014) diff --git a/dev-ruby/fakefs/fakefs-0.4.2.ebuild b/dev-ruby/fakefs/fakefs-0.4.2.ebuild index f6602bb306ff..344e8ff328d8 100644 --- a/dev-ruby/fakefs/fakefs-0.4.2.ebuild +++ b/dev-ruby/fakefs/fakefs-0.4.2.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/fakefs/fakefs-0.4.2.ebuild,v 1.13 2014/04/24 16:55:54 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/fakefs-0.4.2.ebuild,v 1.14 2014/08/05 16:00:35 mrueg Exp $ EAPI=4 @@ -15,7 +15,7 @@ RUBY_FAKEGEM_EXTRADOC="CONTRIBUTORS README.markdown" inherit ruby-fakegem eutils -DESCRIPTION="A fake filesystem. Use it in your tests." +DESCRIPTION="A fake filesystem. Use it in your tests" HOMEPAGE="http://github.com/defunkt/fakefs" LICENSE="MIT" diff --git a/dev-ruby/fakefs/fakefs-0.5.2-r1.ebuild b/dev-ruby/fakefs/fakefs-0.5.2-r1.ebuild index ee68464fcdd0..87d51c3669c3 100644 --- a/dev-ruby/fakefs/fakefs-0.5.2-r1.ebuild +++ b/dev-ruby/fakefs/fakefs-0.5.2-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/fakefs/fakefs-0.5.2-r1.ebuild,v 1.1 2014/07/10 08:07:30 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/fakefs-0.5.2-r1.ebuild,v 1.2 2014/08/05 16:00:35 mrueg Exp $ EAPI=5 @@ -15,7 +15,7 @@ RUBY_FAKEGEM_EXTRADOC="CONTRIBUTORS README.markdown" inherit ruby-fakegem eutils -DESCRIPTION="A fake filesystem. Use it in your tests." +DESCRIPTION="A fake filesystem. Use it in your tests" HOMEPAGE="http://github.com/defunkt/fakefs" LICENSE="MIT" diff --git a/dev-ruby/fakefs/fakefs-0.5.2.ebuild b/dev-ruby/fakefs/fakefs-0.5.2.ebuild index 0f2c319ef1b9..ef10fb9500ef 100644 --- a/dev-ruby/fakefs/fakefs-0.5.2.ebuild +++ b/dev-ruby/fakefs/fakefs-0.5.2.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/fakefs/fakefs-0.5.2.ebuild,v 1.2 2014/04/24 16:55:54 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/fakefs-0.5.2.ebuild,v 1.3 2014/08/05 16:00:35 mrueg Exp $ EAPI=5 @@ -15,7 +15,7 @@ RUBY_FAKEGEM_EXTRADOC="CONTRIBUTORS README.markdown" inherit ruby-fakegem eutils -DESCRIPTION="A fake filesystem. Use it in your tests." +DESCRIPTION="A fake filesystem. Use it in your tests" HOMEPAGE="http://github.com/defunkt/fakefs" LICENSE="MIT" |