* [gentoo-commits] gentoo-x86 commit in dev-haskell/test-framework: test-framework-0.8.0.3.ebuild ChangeLog
@ 2013-10-19 9:55 Mark Wright (gienah)
0 siblings, 0 replies; 2+ messages in thread
From: Mark Wright (gienah) @ 2013-10-19 9:55 UTC (permalink / raw
To: gentoo-commits
gienah 13/10/19 09:55:56
Modified: ChangeLog
Added: test-framework-0.8.0.3.ebuild
Log:
Bump test-framework to 0.8.0.3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path
1.30 dev-haskell/test-framework/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/test-framework/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 3 Aug 2013 07:30:21 -0000 1.29
+++ ChangeLog 19 Oct 2013 09:55:56 -0000 1.30
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/test-framework
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework/ChangeLog,v 1.29 2013/08/03 07:30:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework/ChangeLog,v 1.30 2013/10/19 09:55:56 gienah Exp $
+
+*test-framework-0.8.0.3 (19 Oct 2013)
+
+ 19 Oct 2013; Mark Wright <gienah@gentoo.org> +test-framework-0.8.0.3.ebuild:
+ Bump test-framework to 0.8.0.3
03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> test-framework-0.8.ebuild:
Stable for sparc, wrt bug #472802
1.1 dev-haskell/test-framework/test-framework-0.8.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework/test-framework-0.8.0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework/test-framework-0.8.0.3.ebuild?rev=1.1&content-type=text/plain
Index: test-framework-0.8.0.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework/test-framework-0.8.0.3.ebuild,v 1.1 2013/10/19 09:55:56 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.3.4.9999
CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit base haskell-cabal
DESCRIPTION="Framework for running and organising tests, with HUnit and QuickCheck support"
HOMEPAGE="https://batterseapower.github.io/test-framework/"
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"
IUSE="test"
RESTRICT="test" # tests are missing
RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?]
>=dev-haskell/ansi-wl-pprint-0.5.1:=[profile?]
>=dev-haskell/hostname-1.0:=[profile?]
>=dev-haskell/random-1.0:=[profile?]
>=dev-haskell/regex-posix-0.72:=[profile?]
>=dev-haskell/xml-1.3.5:=[profile?]
>=dev-lang/ghc-7.0.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10.0.0
test? ( >=dev-haskell/hunit-1.2:=[profile?]
>=dev-haskell/libxml-0.1.1:=[profile?]
>=dev-haskell/quickcheck-2.3:=[profile?] <dev-haskell/quickcheck-2.7:=[profile?] )
"
src_prepare() {
cabal_chdeps \
'QuickCheck >= 2.3 && < 2.5' 'QuickCheck >= 2.3 && < 2.7'
}
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag test tests)
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/test-framework: test-framework-0.8.0.3.ebuild ChangeLog
@ 2015-08-01 14:43 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2015-08-01 14:43 UTC (permalink / raw
To: gentoo-commits
slyfox 15/08/01 14:43:56
Modified: test-framework-0.8.0.3.ebuild ChangeLog
Log:
Fix quickcheck slot.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.2 dev-haskell/test-framework/test-framework-0.8.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework/test-framework-0.8.0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework/test-framework-0.8.0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework/test-framework-0.8.0.3.ebuild?r1=1.1&r2=1.2
Index: test-framework-0.8.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/test-framework/test-framework-0.8.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- test-framework-0.8.0.3.ebuild 19 Oct 2013 09:55:56 -0000 1.1
+++ test-framework-0.8.0.3.ebuild 1 Aug 2015 14:43:56 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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/test-framework/test-framework-0.8.0.3.ebuild,v 1.1 2013/10/19 09:55:56 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework/test-framework-0.8.0.3.ebuild,v 1.2 2015/08/01 14:43:56 slyfox Exp $
EAPI=5
@@ -31,7 +31,7 @@
>=dev-haskell/cabal-1.10.0.0
test? ( >=dev-haskell/hunit-1.2:=[profile?]
>=dev-haskell/libxml-0.1.1:=[profile?]
- >=dev-haskell/quickcheck-2.3:=[profile?] <dev-haskell/quickcheck-2.7:=[profile?] )
+ >=dev-haskell/quickcheck-2.3:2=[profile?] <dev-haskell/quickcheck-2.7:2=[profile?] )
"
src_prepare() {
1.34 dev-haskell/test-framework/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/test-framework/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 3 Apr 2015 22:37:20 -0000 1.33
+++ ChangeLog 1 Aug 2015 14:43:56 -0000 1.34
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/test-framework
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework/ChangeLog,v 1.33 2015/04/03 22:37:20 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework/ChangeLog,v 1.34 2015/08/01 14:43:56 slyfox Exp $
+
+ 01 Aug 2015; Sergei Trofimovich <slyfox@gentoo.org>
+ test-framework-0.8.0.3.ebuild:
+ Fix quickcheck slot.
*test-framework-0.8.1.1 (03 Apr 2015)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-01 14:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-19 9:55 [gentoo-commits] gentoo-x86 commit in dev-haskell/test-framework: test-framework-0.8.0.3.ebuild ChangeLog Mark Wright (gienah)
-- strict thread matches above, loose matches on Subject: below --
2015-08-01 14:43 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