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/actionpack | |
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/actionpack')
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-3.2.19.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-4.0.8.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-4.1.4.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index 8fb737ee469d..444f61f2174e 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/actionpack # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.285 2014/07/12 07:01:53 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.286 2014/08/05 16:00:25 mrueg Exp $ + + 05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> actionpack-3.2.19.ebuild, + actionpack-4.0.8.ebuild, actionpack-4.1.4.ebuild: + Remove trailing '.' from DESCRIPTION. 12 Jul 2014; Hans de Graaff <graaff@gentoo.org> -actionpack-3.2.18.ebuild, -actionpack-4.0.5.ebuild, -actionpack-4.0.6.ebuild, -actionpack-4.1.1.ebuild, diff --git a/dev-ruby/actionpack/actionpack-3.2.19.ebuild b/dev-ruby/actionpack/actionpack-3.2.19.ebuild index 604f9c50f7df..ee571f8bc787 100644 --- a/dev-ruby/actionpack/actionpack-3.2.19.ebuild +++ b/dev-ruby/actionpack/actionpack-3.2.19.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/actionpack/actionpack-3.2.19.ebuild,v 1.1 2014/07/03 05:38:40 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-3.2.19.ebuild,v 1.2 2014/08/05 16:00:25 mrueg Exp $ EAPI=5 @@ -17,7 +17,7 @@ RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec" inherit ruby-fakegem versionator -DESCRIPTION="Eases web-request routing, handling, and response." +DESCRIPTION="Eases web-request routing, handling, and response" HOMEPAGE="http://rubyforge.org/projects/actionpack/" SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" diff --git a/dev-ruby/actionpack/actionpack-4.0.8.ebuild b/dev-ruby/actionpack/actionpack-4.0.8.ebuild index bc79476aba63..1cc1aa50be34 100644 --- a/dev-ruby/actionpack/actionpack-4.0.8.ebuild +++ b/dev-ruby/actionpack/actionpack-4.0.8.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/actionpack/actionpack-4.0.8.ebuild,v 1.1 2014/07/03 05:57:31 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-4.0.8.ebuild,v 1.2 2014/08/05 16:00:25 mrueg Exp $ EAPI=5 @@ -17,7 +17,7 @@ RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec" inherit ruby-fakegem versionator -DESCRIPTION="Eases web-request routing, handling, and response." +DESCRIPTION="Eases web-request routing, handling, and response" HOMEPAGE="http://rubyforge.org/projects/actionpack/" SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" diff --git a/dev-ruby/actionpack/actionpack-4.1.4.ebuild b/dev-ruby/actionpack/actionpack-4.1.4.ebuild index 6dee565b1e86..00e30cd2df24 100644 --- a/dev-ruby/actionpack/actionpack-4.1.4.ebuild +++ b/dev-ruby/actionpack/actionpack-4.1.4.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/actionpack/actionpack-4.1.4.ebuild,v 1.1 2014/07/03 06:20:06 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-4.1.4.ebuild,v 1.2 2014/08/05 16:00:25 mrueg Exp $ EAPI=5 @@ -14,7 +14,7 @@ RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec" inherit ruby-fakegem versionator -DESCRIPTION="Eases web-request routing, handling, and response." +DESCRIPTION="Eases web-request routing, handling, and response" HOMEPAGE="http://rubyforge.org/projects/actionpack/" SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" |