public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/cpphs: cpphs-1.17.1.ebuild ChangeLog
@ 2013-09-13  5:50 Mark Wright (gienah)
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Wright (gienah) @ 2013-09-13  5:50 UTC (permalink / raw
  To: gentoo-commits

gienah      13/09/13 05:50:41

  Modified:             ChangeLog
  Added:                cpphs-1.17.1.ebuild
  Log:
  Bump cpphs to 1.17.1
  
  (Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key 618E971F)

Revision  Changes    Path
1.55                 dev-haskell/cpphs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	7 Aug 2013 13:29:59 -0000	1.54
+++ ChangeLog	13 Sep 2013 05:50:41 -0000	1.55
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/cpphs
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.54 2013/08/07 13:29:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.55 2013/09/13 05:50:41 gienah Exp $
+
+*cpphs-1.17.1 (13 Sep 2013)
+
+  13 Sep 2013; Mark Wright <gienah@gentoo.org> +cpphs-1.17.1.ebuild:
+  Bump cpphs to 1.17.1
 
   07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> cpphs-1.16.ebuild:
   Stable for x86, wrt bug #470354



1.1                  dev-haskell/cpphs/cpphs-1.17.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cpphs/cpphs-1.17.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cpphs/cpphs-1.17.1.ebuild?rev=1.1&content-type=text/plain

Index: cpphs-1.17.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.17.1.ebuild,v 1.1 2013/09/13 05:50:41 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.3.3.9999

CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor."
HOMEPAGE="http://haskell.org/cpphs/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND=">=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND}
		>=dev-haskell/cabal-1.6"





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/cpphs: cpphs-1.17.1.ebuild ChangeLog
@ 2013-12-23 19:27 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2013-12-23 19:27 UTC (permalink / raw
  To: gentoo-commits

pacho       13/12/23 19:27:05

  Modified:             cpphs-1.17.1.ebuild ChangeLog
  Log:
  amd64 stable, bug #491986
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  dev-haskell/cpphs/cpphs-1.17.1.ebuild

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

Index: cpphs-1.17.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.17.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cpphs-1.17.1.ebuild	13 Sep 2013 05:50:41 -0000	1.1
+++ cpphs-1.17.1.ebuild	23 Dec 2013 19:27:05 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.17.1.ebuild,v 1.1 2013/09/13 05:50:41 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.17.1.ebuild,v 1.2 2013/12/23 19:27:05 pacho Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.56                 dev-haskell/cpphs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	13 Sep 2013 05:50:41 -0000	1.55
+++ ChangeLog	23 Dec 2013 19:27:05 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/cpphs
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.55 2013/09/13 05:50:41 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.56 2013/12/23 19:27:05 pacho Exp $
+
+  23 Dec 2013; Pacho Ramos <pacho@gentoo.org> cpphs-1.17.1.ebuild:
+  amd64 stable, bug #491986
 
 *cpphs-1.17.1 (13 Sep 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/cpphs: cpphs-1.17.1.ebuild ChangeLog
@ 2013-12-24 12:57 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-24 12:57 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/24 12:57:18

  Modified:             cpphs-1.17.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #491986
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-haskell/cpphs/cpphs-1.17.1.ebuild

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

Index: cpphs-1.17.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.17.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cpphs-1.17.1.ebuild	23 Dec 2013 19:27:05 -0000	1.2
+++ cpphs-1.17.1.ebuild	24 Dec 2013 12:57:18 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.17.1.ebuild,v 1.2 2013/12/23 19:27:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.17.1.ebuild,v 1.3 2013/12/24 12:57:18 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:="



1.57                 dev-haskell/cpphs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	23 Dec 2013 19:27:05 -0000	1.56
+++ ChangeLog	24 Dec 2013 12:57:18 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/cpphs
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.56 2013/12/23 19:27:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.57 2013/12/24 12:57:18 ago Exp $
+
+  24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> cpphs-1.17.1.ebuild:
+  Stable for x86, wrt bug #491986
 
   23 Dec 2013; Pacho Ramos <pacho@gentoo.org> cpphs-1.17.1.ebuild:
   amd64 stable, bug #491986





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

end of thread, other threads:[~2013-12-24 12:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-13  5:50 [gentoo-commits] gentoo-x86 commit in dev-haskell/cpphs: cpphs-1.17.1.ebuild ChangeLog Mark Wright (gienah)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-23 19:27 Pacho Ramos (pacho)
2013-12-24 12:57 Agostino Sarubbo (ago)

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