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/ascii85 | |
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/ascii85')
-rw-r--r-- | dev-ruby/ascii85/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/ascii85/ChangeLog b/dev-ruby/ascii85/ChangeLog index bf73f207b922..ea5fd0c45cc0 100644 --- a/dev-ruby/ascii85/ChangeLog +++ b/dev-ruby/ascii85/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ascii85 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.22 2014/05/15 01:23:37 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.23 2014/08/05 16:00:46 mrueg Exp $ + + 05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> ascii85-1.0.2-r1.ebuild, + ascii85-1.0.2-r2.ebuild: + Remove trailing '.' from DESCRIPTION. 15 May 2014; Manuel Rüger <mrueg@gentoo.org> ascii85-1.0.2-r1.ebuild: Remove ruby18. diff --git a/dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild b/dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild index e63d2e44491c..1db44c53b61a 100644 --- a/dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild +++ b/dev-ruby/ascii85/ascii85-1.0.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/ascii85/ascii85-1.0.2-r1.ebuild,v 1.2 2014/05/15 01:23:37 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild,v 1.3 2014/08/05 16:00:46 mrueg Exp $ EAPI=5 @@ -13,7 +13,7 @@ RUBY_FAKEGEM_NAME="Ascii85" inherit ruby-fakegem -DESCRIPTION="Methods for encoding/decoding Adobe's binary-to-text encoding of the same name." +DESCRIPTION="Methods for encoding/decoding Adobe's binary-to-text encoding of the same name" HOMEPAGE="http://ascii85.rubyforge.org/" LICENSE="MIT" diff --git a/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild b/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild index c905d4005115..33c0f64e71af 100644 --- a/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild +++ b/dev-ruby/ascii85/ascii85-1.0.2-r2.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/ascii85/ascii85-1.0.2-r2.ebuild,v 1.1 2014/05/08 20:58:59 p8952 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild,v 1.2 2014/08/05 16:00:46 mrueg Exp $ EAPI=5 @@ -13,7 +13,7 @@ RUBY_FAKEGEM_NAME="Ascii85" inherit ruby-fakegem -DESCRIPTION="Methods for encoding/decoding Adobe's binary-to-text encoding of the same name." +DESCRIPTION="Methods for encoding/decoding Adobe's binary-to-text encoding of the same name" HOMEPAGE="http://ascii85.rubyforge.org/" LICENSE="MIT" |