* [gentoo-commits] gentoo-x86 commit in dev-haskell/binary: binary-0.7.1.0.ebuild ChangeLog
@ 2013-08-25 5:02 Alexander Vershilov (qnikst)
0 siblings, 0 replies; 11+ messages in thread
From: Alexander Vershilov (qnikst) @ 2013-08-25 5:02 UTC (permalink / raw
To: gentoo-commits
qnikst 13/08/25 05:02:39
Modified: ChangeLog
Added: binary-0.7.1.0.ebuild
Log:
dev-haskell/binary: bump up to 0.7.1.0
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Revision Changes Path
1.33 dev-haskell/binary/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 31 Mar 2013 10:02:19 -0000 1.32
+++ ChangeLog 25 Aug 2013 05:02:39 -0000 1.33
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/binary
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.32 2013/03/31 10:02:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.33 2013/08/25 05:02:39 qnikst Exp $
+
+*binary-0.7.1.0 (25 Aug 2013)
+
+ 25 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> +binary-0.7.1.0.ebuild:
+ dev-haskell/binary: bump up to 0.7.1.0
31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> binary-0.5.1.1.ebuild:
Stable for sparc, wrt bug #456486
1.1 dev-haskell/binary/binary-0.7.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.1&content-type=text/plain
Index: binary-0.7.1.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v 1.1 2013/08/25 05:02:39 qnikst Exp $
EAPI=5
# ebuild generated by hackport 0.3.2.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Binary serialisation for Haskell values using lazy ByteStrings"
HOMEPAGE="https://github.com/kolmodin/binary"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( dev-haskell/hunit
>=dev-haskell/quickcheck-2.5
>=dev-haskell/random-1.0.1.0
dev-haskell/test-framework
>=dev-haskell/test-framework-quickcheck2-0.3
)"
src_prepare() {
if has_version ">=dev-lang/ghc-7.7"; then
sed -e '/test-suite read-write-file/,/ghc-options: -Wall/d' \
-i "${S}/${PN}.cabal" \
|| die "Could not remove test suite for ghc 7.7"
fi
}
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/binary: binary-0.7.1.0.ebuild ChangeLog
@ 2014-02-21 19:40 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 11+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-02-21 19:40 UTC (permalink / raw
To: gentoo-commits
slyfox 14/02/21 19:40:00
Modified: binary-0.7.1.0.ebuild ChangeLog
Log:
Marked as ghc-7.8 core lib.
(Portage version: 2.2.8_p51/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.2 dev-haskell/binary/binary-0.7.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?r1=1.1&r2=1.2
Index: binary-0.7.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- binary-0.7.1.0.ebuild 25 Aug 2013 05:02:39 -0000 1.1
+++ binary-0.7.1.0.ebuild 21 Feb 2014 19:40:00 -0000 1.2
@@ -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/binary/binary-0.7.1.0.ebuild,v 1.1 2013/08/25 05:02:39 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v 1.2 2014/02/21 19:40:00 slyfox Exp $
EAPI=5
@@ -28,6 +28,8 @@
>=dev-haskell/test-framework-quickcheck2-0.3
)"
+CABAL_CORE_LIB_GHC_PV="7.7.2013* 7.8.20140130"
+
src_prepare() {
if has_version ">=dev-lang/ghc-7.7"; then
sed -e '/test-suite read-write-file/,/ghc-options: -Wall/d' \
1.34 dev-haskell/binary/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 25 Aug 2013 05:02:39 -0000 1.33
+++ ChangeLog 21 Feb 2014 19:40:00 -0000 1.34
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/binary
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.33 2013/08/25 05:02:39 qnikst Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.34 2014/02/21 19:40:00 slyfox Exp $
+
+ 21 Feb 2014; Sergei Trofimovich <slyfox@gentoo.org> binary-0.7.1.0.ebuild:
+ Marked as ghc-7.8 core lib.
*binary-0.7.1.0 (25 Aug 2013)
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/binary: binary-0.7.1.0.ebuild ChangeLog
@ 2014-03-07 23:19 Pacho Ramos (pacho)
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos (pacho) @ 2014-03-07 23:19 UTC (permalink / raw
To: gentoo-commits
pacho 14/03/07 23:19:32
Modified: binary-0.7.1.0.ebuild ChangeLog
Log:
amd64 stable, bug #491980
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.4 dev-haskell/binary/binary-0.7.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?r1=1.3&r2=1.4
Index: binary-0.7.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- binary-0.7.1.0.ebuild 24 Feb 2014 02:29:46 -0000 1.3
+++ binary-0.7.1.0.ebuild 7 Mar 2014 23:19:32 -0000 1.4
@@ -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/binary/binary-0.7.1.0.ebuild,v 1.3 2014/02/24 02:29:46 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v 1.4 2014/03/07 23:19:32 pacho Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:="
1.36 dev-haskell/binary/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 24 Feb 2014 02:29:46 -0000 1.35
+++ ChangeLog 7 Mar 2014 23:19:32 -0000 1.36
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/binary
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.35 2014/02/24 02:29:46 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.36 2014/03/07 23:19:32 pacho Exp $
+
+ 07 Mar 2014; Pacho Ramos <pacho@gentoo.org> binary-0.7.1.0.ebuild:
+ amd64 stable, bug #491980
24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> binary-0.7.1.0.ebuild:
x86 stable wrt bug #491980
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/binary: binary-0.7.1.0.ebuild ChangeLog
@ 2014-03-12 9:54 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-12 9:54 UTC (permalink / raw
To: gentoo-commits
ago 14/03/12 09:54:19
Modified: binary-0.7.1.0.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #491980
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-haskell/binary/binary-0.7.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?r1=1.4&r2=1.5
Index: binary-0.7.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- binary-0.7.1.0.ebuild 7 Mar 2014 23:19:32 -0000 1.4
+++ binary-0.7.1.0.ebuild 12 Mar 2014 09:54:19 -0000 1.5
@@ -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/binary/binary-0.7.1.0.ebuild,v 1.4 2014/03/07 23:19:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v 1.5 2014/03/12 09:54:19 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:="
1.37 dev-haskell/binary/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 7 Mar 2014 23:19:32 -0000 1.36
+++ ChangeLog 12 Mar 2014 09:54:19 -0000 1.37
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/binary
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.36 2014/03/07 23:19:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.37 2014/03/12 09:54:19 ago Exp $
+
+ 12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> binary-0.7.1.0.ebuild:
+ Stable for sparc, wrt bug #491980
07 Mar 2014; Pacho Ramos <pacho@gentoo.org> binary-0.7.1.0.ebuild:
amd64 stable, bug #491980
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/binary: binary-0.7.1.0.ebuild ChangeLog
@ 2014-03-14 11:09 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-14 11:09 UTC (permalink / raw
To: gentoo-commits
ago 14/03/14 11:09:57
Modified: binary-0.7.1.0.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #491980
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 dev-haskell/binary/binary-0.7.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?r1=1.5&r2=1.6
Index: binary-0.7.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- binary-0.7.1.0.ebuild 12 Mar 2014 09:54:19 -0000 1.5
+++ binary-0.7.1.0.ebuild 14 Mar 2014 11:09:57 -0000 1.6
@@ -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/binary/binary-0.7.1.0.ebuild,v 1.5 2014/03/12 09:54:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v 1.6 2014/03/14 11:09:57 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:="
1.38 dev-haskell/binary/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 12 Mar 2014 09:54:19 -0000 1.37
+++ ChangeLog 14 Mar 2014 11:09:57 -0000 1.38
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/binary
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.37 2014/03/12 09:54:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.38 2014/03/14 11:09:57 ago Exp $
+
+ 14 Mar 2014; Agostino Sarubbo <ago@gentoo.org> binary-0.7.1.0.ebuild:
+ Stable for ppc64, wrt bug #491980
12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> binary-0.7.1.0.ebuild:
Stable for sparc, wrt bug #491980
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/binary: binary-0.7.1.0.ebuild ChangeLog
@ 2014-03-19 13:38 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-19 13:38 UTC (permalink / raw
To: gentoo-commits
ago 14/03/19 13:38:48
Modified: binary-0.7.1.0.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #491980
(Portage version: 2.2.7/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 dev-haskell/binary/binary-0.7.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?r1=1.6&r2=1.7
Index: binary-0.7.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- binary-0.7.1.0.ebuild 14 Mar 2014 11:09:57 -0000 1.6
+++ binary-0.7.1.0.ebuild 19 Mar 2014 13:38:48 -0000 1.7
@@ -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/binary/binary-0.7.1.0.ebuild,v 1.6 2014/03/14 11:09:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v 1.7 2014/03/19 13:38:48 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:="
1.39 dev-haskell/binary/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 14 Mar 2014 11:09:57 -0000 1.38
+++ ChangeLog 19 Mar 2014 13:38:48 -0000 1.39
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/binary
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.38 2014/03/14 11:09:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.39 2014/03/19 13:38:48 ago Exp $
+
+ 19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> binary-0.7.1.0.ebuild:
+ Stable for ia64, wrt bug #491980
14 Mar 2014; Agostino Sarubbo <ago@gentoo.org> binary-0.7.1.0.ebuild:
Stable for ppc64, wrt bug #491980
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/binary: binary-0.7.1.0.ebuild ChangeLog
@ 2014-03-24 15:03 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-24 15:03 UTC (permalink / raw
To: gentoo-commits
ago 14/03/24 15:03:30
Modified: binary-0.7.1.0.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #491980
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 dev-haskell/binary/binary-0.7.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?r1=1.7&r2=1.8
Index: binary-0.7.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- binary-0.7.1.0.ebuild 19 Mar 2014 13:38:48 -0000 1.7
+++ binary-0.7.1.0.ebuild 24 Mar 2014 15:03:30 -0000 1.8
@@ -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/binary/binary-0.7.1.0.ebuild,v 1.7 2014/03/19 13:38:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v 1.8 2014/03/24 15:03:30 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:="
1.40 dev-haskell/binary/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 19 Mar 2014 13:38:48 -0000 1.39
+++ ChangeLog 24 Mar 2014 15:03:30 -0000 1.40
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/binary
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.39 2014/03/19 13:38:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.40 2014/03/24 15:03:30 ago Exp $
+
+ 24 Mar 2014; Agostino Sarubbo <ago@gentoo.org> binary-0.7.1.0.ebuild:
+ Stable for ppc, wrt bug #491980
19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> binary-0.7.1.0.ebuild:
Stable for ia64, wrt bug #491980
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/binary: binary-0.7.1.0.ebuild ChangeLog
@ 2014-04-13 13:07 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 11+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-04-13 13:07 UTC (permalink / raw
To: gentoo-commits
slyfox 14/04/13 13:07:03
Modified: binary-0.7.1.0.ebuild ChangeLog
Log:
Mark as ghc-7.8 core lib.
(Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.9 dev-haskell/binary/binary-0.7.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?r1=1.8&r2=1.9
Index: binary-0.7.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- binary-0.7.1.0.ebuild 24 Mar 2014 15:03:30 -0000 1.8
+++ binary-0.7.1.0.ebuild 13 Apr 2014 13:07:03 -0000 1.9
@@ -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/binary/binary-0.7.1.0.ebuild,v 1.8 2014/03/24 15:03:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v 1.9 2014/04/13 13:07:03 slyfox Exp $
EAPI=5
@@ -28,7 +28,7 @@
>=dev-haskell/test-framework-quickcheck2-0.3
)"
-CABAL_CORE_LIB_GHC_PV="7.7.2013* 7.8.20140130"
+CABAL_CORE_LIB_GHC_PV="7.7.2013* 7.8.20140130 7.8.0.20140228 7.8.1 7.8.2"
src_prepare() {
if has_version ">=dev-lang/ghc-7.7"; then
1.41 dev-haskell/binary/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 24 Mar 2014 15:03:30 -0000 1.40
+++ ChangeLog 13 Apr 2014 13:07:03 -0000 1.41
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/binary
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.40 2014/03/24 15:03:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.41 2014/04/13 13:07:03 slyfox Exp $
+
+ 13 Apr 2014; Sergei Trofimovich <slyfox@gentoo.org> binary-0.7.1.0.ebuild:
+ Mark as ghc-7.8 core lib.
24 Mar 2014; Agostino Sarubbo <ago@gentoo.org> binary-0.7.1.0.ebuild:
Stable for ppc, wrt bug #491980
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/binary: binary-0.7.1.0.ebuild ChangeLog
@ 2014-06-28 14:03 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 11+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-06-28 14:03 UTC (permalink / raw
To: gentoo-commits
slyfox 14/06/28 14:03:55
Modified: binary-0.7.1.0.ebuild ChangeLog
Log:
alpha stable, bug #491980
(Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.10 dev-haskell/binary/binary-0.7.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?r1=1.9&r2=1.10
Index: binary-0.7.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- binary-0.7.1.0.ebuild 13 Apr 2014 13:07:03 -0000 1.9
+++ binary-0.7.1.0.ebuild 28 Jun 2014 14:03:55 -0000 1.10
@@ -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/binary/binary-0.7.1.0.ebuild,v 1.9 2014/04/13 13:07:03 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v 1.10 2014/06/28 14:03:55 slyfox Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:="
1.43 dev-haskell/binary/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 10 May 2014 12:22:43 -0000 1.42
+++ ChangeLog 28 Jun 2014 14:03:55 -0000 1.43
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/binary
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.42 2014/05/10 12:22:43 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.43 2014/06/28 14:03:55 slyfox Exp $
+
+ 28 Jun 2014; Sergei Trofimovich <slyfox@gentoo.org> binary-0.7.1.0.ebuild:
+ alpha stable, bug #491980
10 May 2014; Sergei Trofimovich <slyfox@gentoo.org> -binary-0.5.0.2.ebuild,
-binary-0.5.1.0.ebuild, -files/binary-0.5.0.2-ghc-7.patch:
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/binary: binary-0.7.1.0.ebuild ChangeLog
@ 2014-09-03 9:36 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 11+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-09-03 9:36 UTC (permalink / raw
To: gentoo-commits
slyfox 14/09/03 09:36:10
Modified: binary-0.7.1.0.ebuild ChangeLog
Log:
Mark as bundled with ghc-7.8.3.
(Portage version: 2.2.12_p12/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.11 dev-haskell/binary/binary-0.7.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?r1=1.10&r2=1.11
Index: binary-0.7.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- binary-0.7.1.0.ebuild 28 Jun 2014 14:03:55 -0000 1.10
+++ binary-0.7.1.0.ebuild 3 Sep 2014 09:36:10 -0000 1.11
@@ -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/binary/binary-0.7.1.0.ebuild,v 1.10 2014/06/28 14:03:55 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v 1.11 2014/09/03 09:36:10 slyfox Exp $
EAPI=5
@@ -28,7 +28,7 @@
>=dev-haskell/test-framework-quickcheck2-0.3
)"
-CABAL_CORE_LIB_GHC_PV="7.7.2013* 7.8.20140130 7.8.0.20140228 7.8.1 7.8.2"
+CABAL_CORE_LIB_GHC_PV="7.7.2013* 7.8.20140130 7.8.0.20140228 7.8.1 7.8.2 7.8.3"
src_prepare() {
if has_version ">=dev-lang/ghc-7.7"; then
1.47 dev-haskell/binary/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 25 Jul 2014 08:59:15 -0000 1.46
+++ ChangeLog 3 Sep 2014 09:36:10 -0000 1.47
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/binary
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.46 2014/07/25 08:59:15 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.47 2014/09/03 09:36:10 slyfox Exp $
+
+ 03 Sep 2014; Sergei Trofimovich <slyfox@gentoo.org> binary-0.7.1.0.ebuild:
+ Mark as bundled with ghc-7.8.3.
25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml:
Drop redundant '<maintainer>' field, leave only '<herd>'.
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/binary: binary-0.7.1.0.ebuild ChangeLog
@ 2015-01-02 10:07 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 11+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2015-01-02 10:07 UTC (permalink / raw
To: gentoo-commits
slyfox 15/01/02 10:07:49
Modified: binary-0.7.1.0.ebuild ChangeLog
Log:
Mark as bundled with ghc-7.8.4: bug #534176 by Dennis Schridde.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.12 dev-haskell/binary/binary-0.7.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?r1=1.11&r2=1.12
Index: binary-0.7.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- binary-0.7.1.0.ebuild 3 Sep 2014 09:36:10 -0000 1.11
+++ binary-0.7.1.0.ebuild 2 Jan 2015 10:07:49 -0000 1.12
@@ -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/binary/binary-0.7.1.0.ebuild,v 1.11 2014/09/03 09:36:10 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v 1.12 2015/01/02 10:07:49 slyfox Exp $
EAPI=5
@@ -28,7 +28,7 @@
>=dev-haskell/test-framework-quickcheck2-0.3
)"
-CABAL_CORE_LIB_GHC_PV="7.7.2013* 7.8.20140130 7.8.0.20140228 7.8.1 7.8.2 7.8.3"
+CABAL_CORE_LIB_GHC_PV="7.7.2013* 7.8.20140130 7.8.0.20140228 7.8.1 7.8.2 7.8.3 7.8.4"
src_prepare() {
if has_version ">=dev-lang/ghc-7.7"; then
1.50 dev-haskell/binary/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 23 Dec 2014 04:35:35 -0000 1.49
+++ ChangeLog 2 Jan 2015 10:07:49 -0000 1.50
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/binary
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.49 2014/12/23 04:35:35 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.50 2015/01/02 10:07:49 slyfox Exp $
+
+ 02 Jan 2015; Sergei Trofimovich <slyfox@gentoo.org> binary-0.7.1.0.ebuild:
+ Mark as bundled with ghc-7.8.4: bug #534176 by Dennis Schridde.
*binary-0.7.2.3 (23 Dec 2014)
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2015-01-02 10:07 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-25 5:02 [gentoo-commits] gentoo-x86 commit in dev-haskell/binary: binary-0.7.1.0.ebuild ChangeLog Alexander Vershilov (qnikst)
-- strict thread matches above, loose matches on Subject: below --
2014-02-21 19:40 Sergei Trofimovich (slyfox)
2014-03-07 23:19 Pacho Ramos (pacho)
2014-03-12 9:54 Agostino Sarubbo (ago)
2014-03-14 11:09 Agostino Sarubbo (ago)
2014-03-19 13:38 Agostino Sarubbo (ago)
2014-03-24 15:03 Agostino Sarubbo (ago)
2014-04-13 13:07 Sergei Trofimovich (slyfox)
2014-06-28 14:03 Sergei Trofimovich (slyfox)
2014-09-03 9:36 Sergei Trofimovich (slyfox)
2015-01-02 10:07 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