public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/slop: slop-3.5.0.ebuild slop-2.4.4-r1.ebuild ChangeLog
@ 2014-08-05 16:00 Manuel Rueger (mrueg)
  0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2014-08-05 16:00 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/08/05 16:00:44

  Modified:             slop-3.5.0.ebuild slop-2.4.4-r1.ebuild ChangeLog
  Log:
  Remove trailing '.' from DESCRIPTION.
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  dev-ruby/slop/slop-3.5.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/slop-3.5.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/slop-3.5.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/slop-3.5.0.ebuild?r1=1.1&r2=1.2

Index: slop-3.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/slop/slop-3.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- slop-3.5.0.ebuild	27 Mar 2014 12:14:28 -0000	1.1
+++ slop-3.5.0.ebuild	5 Aug 2014 16:00:44 -0000	1.2
@@ -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/slop/slop-3.5.0.ebuild,v 1.1 2014/03/27 12:14:28 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/slop-3.5.0.ebuild,v 1.2 2014/08/05 16:00:44 mrueg Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 jruby"
@@ -10,7 +10,7 @@
 
 inherit ruby-fakegem
 
-DESCRIPTION="A simple option parser with an easy to remember syntax and friendly API."
+DESCRIPTION="A simple option parser with an easy to remember syntax and friendly API"
 HOMEPAGE="https://github.com/injekt/slop"
 SRC_URI="https://github.com/injekt/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
 



1.3                  dev-ruby/slop/slop-2.4.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/slop-2.4.4-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/slop-2.4.4-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/slop-2.4.4-r1.ebuild?r1=1.2&r2=1.3

Index: slop-2.4.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/slop/slop-2.4.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- slop-2.4.4-r1.ebuild	19 Apr 2014 03:17:57 -0000	1.2
+++ slop-2.4.4-r1.ebuild	5 Aug 2014 16:00:44 -0000	1.3
@@ -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/slop/slop-2.4.4-r1.ebuild,v 1.2 2014/04/19 03:17:57 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/slop-2.4.4-r1.ebuild,v 1.3 2014/08/05 16:00:44 mrueg Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 jruby"
@@ -10,7 +10,7 @@
 
 inherit ruby-fakegem
 
-DESCRIPTION="A simple option parser with an easy to remember syntax and friendly API."
+DESCRIPTION="A simple option parser with an easy to remember syntax and friendly API"
 HOMEPAGE="https://github.com/injekt/slop"
 SRC_URI="https://github.com/injekt/slop/tarball/v${PV} -> ${P}.tgz"
 RUBY_S="injekt-slop-*"



1.28                 dev-ruby/slop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	25 Jul 2014 01:14:36 -0000	1.27
+++ ChangeLog	5 Aug 2014 16:00:44 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/slop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.27 2014/07/25 01:14:36 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.28 2014/08/05 16:00:44 mrueg Exp $
+
+  05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> slop-2.4.4-r1.ebuild,
+  slop-3.5.0.ebuild:
+  Remove trailing '.' from DESCRIPTION.
 
 *slop-3.5.0-r1 (25 Jul 2014)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-05 16:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-05 16:00 [gentoo-commits] gentoo-x86 commit in dev-ruby/slop: slop-3.5.0.ebuild slop-2.4.4-r1.ebuild ChangeLog Manuel Rueger (mrueg)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox