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/acts_as_list | |
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/acts_as_list')
-rw-r--r-- | dev-ruby/acts_as_list/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/acts_as_list/acts_as_list-0.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/acts_as_list/ChangeLog b/dev-ruby/acts_as_list/ChangeLog index 610a9d2bd8a0..19bf4d1c7bf4 100644 --- a/dev-ruby/acts_as_list/ChangeLog +++ b/dev-ruby/acts_as_list/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/acts_as_list # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/acts_as_list/ChangeLog,v 1.7 2014/07/25 01:26:42 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/acts_as_list/ChangeLog,v 1.8 2014/08/05 16:00:59 mrueg Exp $ + + 05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> acts_as_list-0.4.0.ebuild: + Remove trailing '.' from DESCRIPTION. 25 Jul 2014; Manuel Rüger <mrueg@gentoo.org> -acts_as_list-0.3.0.ebuild: Cleanup old. diff --git a/dev-ruby/acts_as_list/acts_as_list-0.4.0.ebuild b/dev-ruby/acts_as_list/acts_as_list-0.4.0.ebuild index 6fe0f5d28c85..667f36a2c34c 100644 --- a/dev-ruby/acts_as_list/acts_as_list-0.4.0.ebuild +++ b/dev-ruby/acts_as_list/acts_as_list-0.4.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/acts_as_list/acts_as_list-0.4.0.ebuild,v 1.2 2014/06/20 06:03:07 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/acts_as_list/acts_as_list-0.4.0.ebuild,v 1.3 2014/08/05 16:00:59 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="init.rb" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" -DESCRIPTION="Capabilities for sorting and reordering a number of objects in a list." +DESCRIPTION="Capabilities for sorting and reordering a number of objects in a list" HOMEPAGE="http://rake.rubyforge.org/" LICENSE="MIT" |