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

slyfox      14/07/25 09:16:29

  Modified:             options-1.2-r1.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.2                  dev-haskell/options/options-1.2-r1.ebuild

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

Index: options-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/options/options-1.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- options-1.2-r1.ebuild	2 Jul 2014 11:57:55 -0000	1.1
+++ options-1.2-r1.ebuild	25 Jul 2014 09:16:29 -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-haskell/options/options-1.2-r1.ebuild,v 1.1 2014/07/02 11:57:55 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/options-1.2-r1.ebuild,v 1.2 2014/07/25 09:16:29 slyfox Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
 
-DESCRIPTION="A powerful and easy-to-use command-line option parser."
+DESCRIPTION="A powerful and easy-to-use command-line option parser"
 HOMEPAGE="https://john-millikin.com/software/haskell-options/"
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 



1.3                  dev-haskell/options/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/options/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	25 Jul 2014 08:58:35 -0000	1.2
+++ ChangeLog	25 Jul 2014 09:16:29 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/options
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/ChangeLog,v 1.2 2014/07/25 08:58:35 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/ChangeLog,v 1.3 2014/07/25 09:16:29 slyfox Exp $
+
+  25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> options-1.2-r1.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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-haskell/options: options-1.2-r1.ebuild ChangeLog
@ 2015-02-15 18:20 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2015-02-15 18:20 UTC (permalink / raw
  To: gentoo-commits

slyfox      15/02/15 18:20:35

  Modified:             options-1.2-r1.ebuild ChangeLog
  Log:
  keyword on ~alpha/~ia64/~ppc/~ppc64 (bug #538486)
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.3                  dev-haskell/options/options-1.2-r1.ebuild

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

Index: options-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/options/options-1.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- options-1.2-r1.ebuild	25 Jul 2014 09:16:29 -0000	1.2
+++ options-1.2-r1.ebuild	15 Feb 2015 18:20:35 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/options-1.2-r1.ebuild,v 1.2 2014/07/25 09:16:29 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/options-1.2-r1.ebuild,v 1.3 2015/02/15 18:20:35 slyfox Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/monads-tf-0.1:=[profile?]



1.5                  dev-haskell/options/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/options/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	1 Jan 2015 13:19:02 -0000	1.4
+++ ChangeLog	15 Feb 2015 18:20:35 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/options
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/ChangeLog,v 1.4 2015/01/01 13:19:02 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/ChangeLog,v 1.5 2015/02/15 18:20:35 slyfox Exp $
+
+  15 Feb 2015; Sergei Trofimovich <slyfox@gentoo.org> options-1.2-r1.ebuild:
+  keyword on ~alpha/~ia64/~ppc/~ppc64 (bug #538486)
 
 *options-1.2.1 (01 Jan 2015)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-haskell/options: options-1.2-r1.ebuild ChangeLog
@ 2015-02-15 18:53 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2015-02-15 18:53 UTC (permalink / raw
  To: gentoo-commits

slyfox      15/02/15 18:53:47

  Modified:             options-1.2-r1.ebuild ChangeLog
  Log:
  ~sparc keyworded
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.4                  dev-haskell/options/options-1.2-r1.ebuild

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

Index: options-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/options/options-1.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- options-1.2-r1.ebuild	15 Feb 2015 18:20:35 -0000	1.3
+++ options-1.2-r1.ebuild	15 Feb 2015 18:53:47 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/options-1.2-r1.ebuild,v 1.3 2015/02/15 18:20:35 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/options-1.2-r1.ebuild,v 1.4 2015/02/15 18:53:47 slyfox Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/monads-tf-0.1:=[profile?]



1.6                  dev-haskell/options/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/options/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	15 Feb 2015 18:20:35 -0000	1.5
+++ ChangeLog	15 Feb 2015 18:53:47 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/options
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/ChangeLog,v 1.5 2015/02/15 18:20:35 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/ChangeLog,v 1.6 2015/02/15 18:53:47 slyfox Exp $
+
+  15 Feb 2015; Sergei Trofimovich <slyfox@gentoo.org> options-1.2-r1.ebuild:
+  ~sparc keyworded
 
   15 Feb 2015; Sergei Trofimovich <slyfox@gentoo.org> options-1.2-r1.ebuild:
   keyword on ~alpha/~ia64/~ppc/~ppc64 (bug #538486)





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-15 18:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-15 18:20 [gentoo-commits] gentoo-x86 commit in dev-haskell/options: options-1.2-r1.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-15 18:53 Sergei Trofimovich (slyfox)
2014-07-25  9:16 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