* [gentoo-commits] gentoo-x86 commit in dev-haskell/missingh: ChangeLog missingh-0.18.6.ebuild
@ 2007-12-13 5:46 Duncan Coutts (dcoutts)
0 siblings, 0 replies; 3+ messages in thread
From: Duncan Coutts (dcoutts) @ 2007-12-13 5:46 UTC (permalink / raw
To: gentoo-commits
dcoutts 07/12/13 05:46:35
Modified: ChangeLog missingh-0.18.6.ebuild
Log:
Updates for upward compatability with cabal-1.2 and ghc-6.8
(Portage version: 2.1.3.19)
Revision Changes Path
1.8 dev-haskell/missingh/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/missingh/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/missingh/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/missingh/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 31 Oct 2007 13:08:35 -0000 1.7
+++ ChangeLog 13 Dec 2007 05:46:34 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/missingh
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.7 2007/10/31 13:08:35 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.8 2007/12/13 05:46:34 dcoutts Exp $
+
+ 13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> missingh-0.18.6.ebuild:
+ Updates for upward compatability with cabal-1.2 and ghc-6.8
31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> missingh-0.14.4.ebuild,
missingh-0.16.0.ebuild:
1.2 dev-haskell/missingh/missingh-0.18.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild?r1=1.1&r2=1.2
Index: missingh-0.18.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- missingh-0.18.6.ebuild 26 Jul 2007 16:38:47 -0000 1.1
+++ missingh-0.18.6.ebuild 13 Dec 2007 05:46:34 -0000 1.2
@@ -1,9 +1,9 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild,v 1.1 2007/07/26 16:38:47 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild,v 1.2 2007/12/13 05:46:34 dcoutts Exp $
CABAL_FEATURES="lib profile haddock"
-inherit base haskell-cabal
+inherit haskell-cabal versionator
DESCRIPTION="Collection of Haskell-related utilities"
HOMEPAGE="http://software.complete.org/missingh"
@@ -24,3 +24,19 @@
>=dev-haskell/hunit-1.1
>=dev-haskell/network-1.0
>=dev-haskell/quickcheck-1.0"
+
+src_unpack() {
+ unpack "${A}"
+
+ cabal-mksetup
+ sed -i -e 's/GHC-Options: -O2/GHC-Options: -fglasgow-exts/' \
+ -e 's/Build-Depends:/Build-Depends: unix,/' \
+ "${S}/MissingH.cabal"
+
+ if version_is_at_least "6.8" "$(ghc-version)"; then
+ sed -i -e '/Build-Depends:/a \
+ directory, random, process, old-time, \
+ containers, old-locale, array,' \
+ "${S}/MissingH.cabal"
+ fi
+}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/missingh: ChangeLog missingh-0.18.6.ebuild
@ 2009-02-14 10:46 Lennart Kolmodin (kolmodin)
0 siblings, 0 replies; 3+ messages in thread
From: Lennart Kolmodin (kolmodin) @ 2009-02-14 10:46 UTC (permalink / raw
To: gentoo-commits
kolmodin 09/02/14 10:46:09
Modified: ChangeLog missingh-0.18.6.ebuild
Log:
Remove duplical deps on dev-haskell/hunit from dev-haskell/missingh
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
Revision Changes Path
1.11 dev-haskell/missingh/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/missingh/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/missingh/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/missingh/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 20 Dec 2007 13:27:00 -0000 1.10
+++ ChangeLog 14 Feb 2009 10:46:09 -0000 1.11
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/missingh
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.10 2007/12/20 13:27:00 dcoutts Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.11 2009/02/14 10:46:09 kolmodin Exp $
+
+ 14 Feb 2009; Lennart Kolmodin <kolmodin@gentoo.org>
+ missingh-0.18.6.ebuild:
+ Remove duplical deps on hunit. Spotted by Mr. Anderson <walch.martin@web.de>
20 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> missingh-0.18.6.ebuild:
Add missing DEPEND on dev-haskell/regex-compat.
1.5 dev-haskell/missingh/missingh-0.18.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild?r1=1.4&r2=1.5
Index: missingh-0.18.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- missingh-0.18.6.ebuild 20 Dec 2007 13:27:00 -0000 1.4
+++ missingh-0.18.6.ebuild 14 Feb 2009 10:46:09 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild,v 1.4 2007/12/20 13:27:00 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild,v 1.5 2009/02/14 10:46:09 kolmodin Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal versionator
@@ -21,13 +21,12 @@
>=dev-haskell/filepath-1.0
>=dev-haskell/hslogger-1.0.1
>=dev-haskell/mtl-1.0
- >=dev-haskell/hunit-1.1
>=dev-haskell/network-1.0
>=dev-haskell/quickcheck-1.0
dev-haskell/regex-compat"
src_unpack() {
- unpack "${A}"
+ unpack ${A}
cabal-mksetup
sed -i -e 's/GHC-Options: -O2/GHC-Options: -fglasgow-exts/' \
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/missingh: ChangeLog missingh-0.18.6.ebuild
@ 2010-06-16 23:13 Lennart Kolmodin (kolmodin)
0 siblings, 0 replies; 3+ messages in thread
From: Lennart Kolmodin (kolmodin) @ 2010-06-16 23:13 UTC (permalink / raw
To: gentoo-commits
kolmodin 10/06/16 23:13:16
Modified: ChangeLog missingh-0.18.6.ebuild
Log:
Remove unneeded dependency on dev-haskell/filepath from dev-haskell/missingh. See bug #324411.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.13 dev-haskell/missingh/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 22 Mar 2010 03:28:30 -0000 1.12
+++ ChangeLog 16 Jun 2010 23:13:15 -0000 1.13
@@ -1,6 +1,16 @@
# ChangeLog for dev-haskell/missingh
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.12 2010/03/22 03:28:30 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.13 2010/06/16 23:13:15 kolmodin Exp $
+
+ 16 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org>
+ missingh-0.18.6.ebuild:
+ Remove unneeded dependency on dev-haskell/filepath. See bug #324411.
+
+*missingh-1.1.0.3 (14 Jun 2010)
+
+ 14 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org>
+ +missingh-1.1.0.3.ebuild:
+ Version bump.
22 Mar 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
metadata.xml:
1.6 dev-haskell/missingh/missingh-0.18.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild?r1=1.5&r2=1.6
Index: missingh-0.18.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- missingh-0.18.6.ebuild 14 Feb 2009 10:46:09 -0000 1.5
+++ missingh-0.18.6.ebuild 16 Jun 2010 23:13:15 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild,v 1.5 2009/02/14 10:46:09 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild,v 1.6 2010/06/16 23:13:15 kolmodin Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal versionator
@@ -16,9 +16,8 @@
S="${WORKDIR}/missingh"
-DEPEND=">=dev-lang/ghc-6.4.2
+DEPEND=">=dev-lang/ghc-6.6.1
>=dev-haskell/hunit-1.1
- >=dev-haskell/filepath-1.0
>=dev-haskell/hslogger-1.0.1
>=dev-haskell/mtl-1.0
>=dev-haskell/network-1.0
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-06-16 23:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-13 5:46 [gentoo-commits] gentoo-x86 commit in dev-haskell/missingh: ChangeLog missingh-0.18.6.ebuild Duncan Coutts (dcoutts)
-- strict thread matches above, loose matches on Subject: below --
2009-02-14 10:46 Lennart Kolmodin (kolmodin)
2010-06-16 23:13 Lennart Kolmodin (kolmodin)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox