* [gentoo-commits] gentoo-x86 commit in dev-haskell/hunit: ChangeLog hunit-1.1.1.ebuild
@ 2007-12-12 9:54 Christian Faulhammer (opfer)
0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (opfer) @ 2007-12-12 9:54 UTC (permalink / raw
To: gentoo-commits
opfer 07/12/12 09:54:58
Modified: ChangeLog hunit-1.1.1.ebuild
Log:
quote variable
(Portage version: 2.1.3.19)
Revision Changes Path
1.21 dev-haskell/hunit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 12 Dec 2007 09:42:23 -0000 1.20
+++ ChangeLog 12 Dec 2007 09:54:58 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/hunit
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.20 2007/12/12 09:42:23 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.21 2007/12/12 09:54:58 opfer Exp $
+
+ 12 Dec 2007; Christian Faulhammer <opfer@gentoo.org> hunit-1.1.1.ebuild:
+ quote variable
12 Dec 2007; Christian Faulhammer <opfer@gentoo.org> hunit-1.1.1.ebuild:
stable x86, bug 201984
1.4 dev-haskell/hunit/hunit-1.1.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/hunit-1.1.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/hunit-1.1.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/hunit-1.1.1.ebuild?r1=1.3&r2=1.4
Index: hunit-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hunit-1.1.1.ebuild 12 Dec 2007 09:42:23 -0000 1.3
+++ hunit-1.1.1.ebuild 12 Dec 2007 09:54:58 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.1.ebuild,v 1.3 2007/12/12 09:42:23 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.1.ebuild,v 1.4 2007/12/12 09:54:58 opfer Exp $
CABAL_FEATURES="lib profile haddock"
inherit base haskell-cabal
@@ -24,12 +24,12 @@
# Sadly Setup.hs in the ghc-6.6.1 extralibs was not tested with Cabal-1.1.6.x
src_unpack() {
unpack "${A}"
- sed -i -e "/type Hook/ s/UserHooks/Maybe UserHooks/" ${S}/Setup.hs
+ sed -i -e "/type Hook/ s/UserHooks/Maybe UserHooks/" "${S}/Setup.hs"
}
src_install () {
cabal_src_install
if use doc; then
- dohtml -r ${S}/doc/*
+ dohtml -r "${S}"/doc/*
fi
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/hunit: ChangeLog hunit-1.1.1.ebuild
@ 2007-12-16 20:32 Samuli Suominen (drac)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (drac) @ 2007-12-16 20:32 UTC (permalink / raw
To: gentoo-commits
drac 07/12/16 20:32:54
Modified: ChangeLog hunit-1.1.1.ebuild
Log:
amd64 stable wrt #201984
(Portage version: 2.1.4_rc10)
Revision Changes Path
1.27 dev-haskell/hunit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 16 Dec 2007 19:00:11 -0000 1.26
+++ ChangeLog 16 Dec 2007 20:32:53 -0000 1.27
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/hunit
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.26 2007/12/16 19:00:11 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.27 2007/12/16 20:32:53 drac Exp $
+
+ 16 Dec 2007; Samuli Suominen <drac@gentoo.org> hunit-1.1.1.ebuild:
+ amd64 stable wrt #201984
16 Dec 2007; nixnut <nixnut@gentoo.org> hunit-1.1.1.ebuild:
Stable on ppc wrt bug 201984
1.8 dev-haskell/hunit/hunit-1.1.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/hunit-1.1.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/hunit-1.1.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/hunit-1.1.1.ebuild?r1=1.7&r2=1.8
Index: hunit-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hunit-1.1.1.ebuild 16 Dec 2007 19:00:11 -0000 1.7
+++ hunit-1.1.1.ebuild 16 Dec 2007 20:32:53 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.1.ebuild,v 1.7 2007/12/16 19:00:11 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.1.ebuild,v 1.8 2007/12/16 20:32:53 drac Exp $
CABAL_FEATURES="lib profile haddock"
inherit base haskell-cabal
@@ -14,7 +14,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6"
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-12-16 20:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-16 20:32 [gentoo-commits] gentoo-x86 commit in dev-haskell/hunit: ChangeLog hunit-1.1.1.ebuild Samuli Suominen (drac)
-- strict thread matches above, loose matches on Subject: below --
2007-12-12 9:54 Christian Faulhammer (opfer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox