public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/binary: binary-0.5.1.0.ebuild ChangeLog
@ 2012-03-20 15:56 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2012-03-20 15:56 UTC (permalink / raw
  To: gentoo-commits

slyfox      12/03/20 15:56:54

  Modified:             binary-0.5.1.0.ebuild ChangeLog
  Log:
  Fix build breakage on <ghc-7.4.
  
  (Portage version: 2.2.0_alpha90_p19/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-haskell/binary/binary-0.5.1.0.ebuild

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

Index: binary-0.5.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.5.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- binary-0.5.1.0.ebuild	4 Mar 2012 02:19:54 -0000	1.1
+++ binary-0.5.1.0.ebuild	20 Mar 2012 15:56:53 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.5.1.0.ebuild,v 1.1 2012/03/04 02:19:54 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.5.1.0.ebuild,v 1.2 2012/03/20 15:56:53 slyfox Exp $
 
 # ebuild generated by hackport 0.2.13
 
@@ -9,9 +9,6 @@
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
 
-MY_PV=$(get_version_component_range '1-3')
-MY_P="${MY_PN}-${PV}"
-
 DESCRIPTION="Binary serialisation for Haskell values using lazy ByteStrings"
 HOMEPAGE="http://code.haskell.org/binary/"
 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
@@ -25,6 +22,4 @@
 DEPEND="${RDEPEND}
 		>=dev-haskell/cabal-1.2"
 
-S="${WORKDIR}/${PN}-${MY_PV}"
-
 CABAL_CORE_LIB_GHC_PV="7.4.0.20111219 7.4.0.20120126 7.4.1"



1.17                 dev-haskell/binary/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	4 Mar 2012 02:19:54 -0000	1.16
+++ ChangeLog	20 Mar 2012 15:56:53 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/binary
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.16 2012/03/04 02:19:54 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.17 2012/03/20 15:56:53 slyfox Exp $
+
+  20 Mar 2012; Sergei Trofimovich <slyfox@gentoo.org> binary-0.5.1.0.ebuild:
+  Fix build breakage on <ghc-7.4.
 
 *binary-0.5.1.0 (04 Mar 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/binary: binary-0.5.1.0.ebuild ChangeLog
@ 2012-06-28 10:51 Mark Wright (gienah)
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Wright (gienah) @ 2012-06-28 10:51 UTC (permalink / raw
  To: gentoo-commits

gienah      12/06/28 10:51:43

  Modified:             binary-0.5.1.0.ebuild ChangeLog
  Log:
  binary 0.5.1.0 is a ghc 7.4.2 core lib
  
  (Portage version: 2.1.11.3/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-haskell/binary/binary-0.5.1.0.ebuild

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

Index: binary-0.5.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.5.1.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- binary-0.5.1.0.ebuild	22 Jun 2012 15:35:09 -0000	1.5
+++ binary-0.5.1.0.ebuild	28 Jun 2012 10:51:43 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.5.1.0.ebuild,v 1.5 2012/06/22 15:35:09 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.5.1.0.ebuild,v 1.6 2012/06/28 10:51:43 gienah Exp $
 
 # ebuild generated by hackport 0.2.13
 
@@ -22,4 +22,4 @@
 DEPEND="${RDEPEND}
 		>=dev-haskell/cabal-1.2"
 
-CABAL_CORE_LIB_GHC_PV="7.4.0.20111219 7.4.0.20120126 7.4.1"
+CABAL_CORE_LIB_GHC_PV="7.4.0.20111219 7.4.0.20120126 7.4.1 7.4.2"



1.21                 dev-haskell/binary/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	22 Jun 2012 15:35:09 -0000	1.20
+++ ChangeLog	28 Jun 2012 10:51:43 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/binary
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.20 2012/06/22 15:35:09 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.21 2012/06/28 10:51:43 gienah Exp $
+
+  28 Jun 2012; Mark Wright <gienah@gentoo.org> binary-0.5.1.0.ebuild:
+  binary 0.5.1.0 is a ghc 7.4.2 core lib
 
   22 Jun 2012; Brent Baude <ranger@gentoo.org> binary-0.5.1.0.ebuild:
   Marking binary-0.5.1.0 ppc64 for bug 414707
@@ -72,4 +75,3 @@
   15 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> +metadata.xml,
   +binary-0.4.1.ebuild:
   Initial version.
-






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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/binary: binary-0.5.1.0.ebuild ChangeLog
@ 2012-08-09 10:09 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2012-08-09 10:09 UTC (permalink / raw
  To: gentoo-commits

slyfox      12/08/09 10:09:36

  Modified:             binary-0.5.1.0.ebuild ChangeLog
  Log:
  Stable on alpha/ia64/sparc (bug #414707)
  
  (Portage version: 2.2.0_alpha120_p28/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-haskell/binary/binary-0.5.1.0.ebuild

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

Index: binary-0.5.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.5.1.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- binary-0.5.1.0.ebuild	29 Jun 2012 12:53:06 -0000	1.7
+++ binary-0.5.1.0.ebuild	9 Aug 2012 10:09:36 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.5.1.0.ebuild,v 1.7 2012/06/29 12:53:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.5.1.0.ebuild,v 1.8 2012/08/09 10:09:36 slyfox Exp $
 
 # ebuild generated by hackport 0.2.13
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.8.2"



1.23                 dev-haskell/binary/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	29 Jun 2012 12:53:06 -0000	1.22
+++ ChangeLog	9 Aug 2012 10:09:36 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/binary
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.22 2012/06/29 12:53:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.23 2012/08/09 10:09:36 slyfox Exp $
+
+  09 Aug 2012; Sergei Trofimovich <slyfox@gentoo.org> binary-0.5.1.0.ebuild:
+  Stable on alpha/ia64/sparc (bug #414707)
 
   29 Jun 2012; Brent Baude <ranger@gentoo.org> binary-0.5.1.0.ebuild:
   Marking binary-0.5.1.0 ppc for bug 414707





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

end of thread, other threads:[~2012-08-09 10:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-28 10:51 [gentoo-commits] gentoo-x86 commit in dev-haskell/binary: binary-0.5.1.0.ebuild ChangeLog Mark Wright (gienah)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-09 10:09 Sergei Trofimovich (slyfox)
2012-03-20 15:56 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