* [gentoo-commits] gentoo-x86 commit in dev-haskell/hastache: hastache-0.6.1.ebuild ChangeLog
@ 2014-12-24 3:30 Mark Wright (gienah)
0 siblings, 0 replies; 2+ messages in thread
From: Mark Wright (gienah) @ 2014-12-24 3:30 UTC (permalink / raw
To: gentoo-commits
gienah 14/12/24 03:30:39
Modified: ChangeLog
Added: hastache-0.6.1.ebuild
Log:
Bump hastache to 0.6.1
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path
1.3 dev-haskell/hastache/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hastache/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hastache/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hastache/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hastache/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 25 Jul 2014 08:59:34 -0000 1.2
+++ ChangeLog 24 Dec 2014 03:30:39 -0000 1.3
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/hastache
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hastache/ChangeLog,v 1.2 2014/07/25 08:59:34 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hastache/ChangeLog,v 1.3 2014/12/24 03:30:39 gienah Exp $
+
+*hastache-0.6.1 (24 Dec 2014)
+
+ 24 Dec 2014; Mark Wright <gienah@gentoo.org> +hastache-0.6.1.ebuild:
+ Bump hastache to 0.6.1
25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml:
Drop redundant '<maintainer>' field, leave only '<herd>'.
1.1 dev-haskell/hastache/hastache-0.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hastache/hastache-0.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hastache/hastache-0.6.1.ebuild?rev=1.1&content-type=text/plain
Index: hastache-0.6.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hastache/hastache-0.6.1.ebuild,v 1.1 2014/12/24 03:30:39 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.4.9999
CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Haskell implementation of Mustache templates"
HOMEPAGE="http://github.com/lymar/hastache"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-haskell/blaze-builder:=[profile?]
dev-haskell/ieee754:=[profile?]
dev-haskell/mtl:=[profile?]
dev-haskell/syb:=[profile?]
dev-haskell/text:=[profile?]
dev-haskell/transformers:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( dev-haskell/hunit )
"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/hastache: hastache-0.6.1.ebuild ChangeLog
@ 2015-08-01 16:19 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2015-08-01 16:19 UTC (permalink / raw
To: gentoo-commits
slyfox 15/08/01 16:19:51
Modified: hastache-0.6.1.ebuild ChangeLog
Log:
Disable tests, fail to build under ghc-7.10.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.2 dev-haskell/hastache/hastache-0.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hastache/hastache-0.6.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hastache/hastache-0.6.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hastache/hastache-0.6.1.ebuild?r1=1.1&r2=1.2
Index: hastache-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hastache/hastache-0.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hastache-0.6.1.ebuild 24 Dec 2014 03:30:39 -0000 1.1
+++ hastache-0.6.1.ebuild 1 Aug 2015 16:19:51 -0000 1.2
@@ -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/hastache/hastache-0.6.1.ebuild,v 1.1 2014/12/24 03:30:39 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hastache/hastache-0.6.1.ebuild,v 1.2 2015/08/01 16:19:51 slyfox Exp $
EAPI=5
@@ -18,6 +18,8 @@
KEYWORDS="~amd64 ~x86"
IUSE=""
+RESTRICT=test # fails to build with ghc-7.10
+
RDEPEND="dev-haskell/blaze-builder:=[profile?]
dev-haskell/ieee754:=[profile?]
dev-haskell/mtl:=[profile?]
1.5 dev-haskell/hastache/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hastache/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hastache/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hastache/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hastache/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 6 Jun 2015 11:11:58 -0000 1.4
+++ ChangeLog 1 Aug 2015 16:19:51 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/hastache
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hastache/ChangeLog,v 1.4 2015/06/06 11:11:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hastache/ChangeLog,v 1.5 2015/08/01 16:19:51 slyfox Exp $
+
+ 01 Aug 2015; Sergei Trofimovich <slyfox@gentoo.org> hastache-0.6.1.ebuild:
+ Disable tests, fail to build under ghc-7.10.
06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Add github to remote-id in metadata.xml
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-01 16:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-24 3:30 [gentoo-commits] gentoo-x86 commit in dev-haskell/hastache: hastache-0.6.1.ebuild ChangeLog Mark Wright (gienah)
-- strict thread matches above, loose matches on Subject: below --
2015-08-01 16:19 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