public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/polyparse: polyparse-1.8.ebuild polyparse-1.9.ebuild ChangeLog
@ 2014-07-25  9:16 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich (slyfox) @ 2014-07-25  9:16 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/07/25 09:16:41

  Modified:             polyparse-1.8.ebuild polyparse-1.9.ebuild ChangeLog
  Log:
  Drop trailing '.' from description.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.3                  dev-haskell/polyparse/polyparse-1.8.ebuild

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

Index: polyparse-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/polyparse/polyparse-1.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- polyparse-1.8.ebuild	12 Sep 2012 15:54:33 -0000	1.2
+++ polyparse-1.8.ebuild	25 Jul 2014 09:16:40 -0000	1.3
@@ -1,13 +1,13 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/polyparse/polyparse-1.8.ebuild,v 1.2 2012/09/12 15:54:33 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/polyparse/polyparse-1.8.ebuild,v 1.3 2014/07/25 09:16:40 slyfox Exp $
 
 EAPI=4
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
 
-DESCRIPTION="A variety of alternative parser combinator libraries."
+DESCRIPTION="A variety of alternative parser combinator libraries"
 HOMEPAGE="http://code.haskell.org/~malcolm/polyparse/"
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 



1.4                  dev-haskell/polyparse/polyparse-1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/polyparse/polyparse-1.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/polyparse/polyparse-1.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/polyparse/polyparse-1.9.ebuild?r1=1.3&r2=1.4

Index: polyparse-1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/polyparse/polyparse-1.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- polyparse-1.9.ebuild	24 Nov 2013 19:38:30 -0000	1.3
+++ polyparse-1.9.ebuild	25 Jul 2014 09:16:40 -0000	1.4
@@ -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-haskell/polyparse/polyparse-1.9.ebuild,v 1.3 2013/11/24 19:38:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/polyparse/polyparse-1.9.ebuild,v 1.4 2014/07/25 09:16:40 slyfox Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
 
-DESCRIPTION="A variety of alternative parser combinator libraries."
+DESCRIPTION="A variety of alternative parser combinator libraries"
 HOMEPAGE="http://code.haskell.org/~malcolm/polyparse/"
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 



1.7                  dev-haskell/polyparse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/polyparse/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/polyparse/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/polyparse/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/polyparse/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	25 Jul 2014 08:58:28 -0000	1.6
+++ ChangeLog	25 Jul 2014 09:16:40 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/polyparse
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/polyparse/ChangeLog,v 1.6 2014/07/25 08:58:28 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/polyparse/ChangeLog,v 1.7 2014/07/25 09:16:40 slyfox Exp $
+
+  25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> polyparse-1.8.ebuild,
+  polyparse-1.9.ebuild:
+  Drop trailing '.' from description.
 
   25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml:
   Drop redundant '<maintainer>' field, leave only '<herd>'.





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

only message in thread, other threads:[~2014-07-25  9:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-25  9:16 [gentoo-commits] gentoo-x86 commit in dev-haskell/polyparse: polyparse-1.8.ebuild polyparse-1.9.ebuild ChangeLog Sergei Trofimovich (slyfox)

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