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/activeresource | |
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/activeresource')
-rw-r--r-- | dev-ruby/activeresource/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activeresource/activeresource-3.2.19.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/activeresource/activeresource-4.0.0.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog index dea1d56593bb..54aa692b42ca 100644 --- a/dev-ruby/activeresource/ChangeLog +++ b/dev-ruby/activeresource/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activeresource # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.175 2014/07/25 03:10:33 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.176 2014/08/05 16:00:55 mrueg Exp $ + + 05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> activeresource-3.2.19.ebuild, + activeresource-4.0.0.ebuild: + Remove trailing '.' from DESCRIPTION. 25 Jul 2014; Manuel Rüger <mrueg@gentoo.org> activeresource-3.2.19.ebuild: Add ruby21 target. diff --git a/dev-ruby/activeresource/activeresource-3.2.19.ebuild b/dev-ruby/activeresource/activeresource-3.2.19.ebuild index ac937ad1a742..414b16faaad4 100644 --- a/dev-ruby/activeresource/activeresource-3.2.19.ebuild +++ b/dev-ruby/activeresource/activeresource-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/activeresource/activeresource-3.2.19.ebuild,v 1.2 2014/07/25 03:10:33 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.2.19.ebuild,v 1.3 2014/08/05 16:00:55 mrueg Exp $ EAPI=5 @@ -14,7 +14,7 @@ RUBY_FAKEGEM_GEMSPEC="activeresource.gemspec" inherit ruby-fakegem versionator -DESCRIPTION="Think Active Record for web resources.." +DESCRIPTION="Think Active Record for web resources" HOMEPAGE="http://rubyforge.org/projects/activeresource/" SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" diff --git a/dev-ruby/activeresource/activeresource-4.0.0.ebuild b/dev-ruby/activeresource/activeresource-4.0.0.ebuild index 030446980939..5c80c02f11d7 100644 --- a/dev-ruby/activeresource/activeresource-4.0.0.ebuild +++ b/dev-ruby/activeresource/activeresource-4.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-4.0.0.ebuild,v 1.1 2013/12/24 15:45:11 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-4.0.0.ebuild,v 1.2 2014/08/05 16:00:55 mrueg Exp $ EAPI=5 @@ -14,7 +14,7 @@ RUBY_FAKEGEM_GEMSPEC="activeresource.gemspec" inherit ruby-fakegem versionator -DESCRIPTION="Think Active Record for web resources.." +DESCRIPTION="Think Active Record for web resources" HOMEPAGE="http://rubyforge.org/projects/activeresource/" SRC_URI="http://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz" |