* [gentoo-commits] gentoo-x86 commit in dev-haskell/x11: ChangeLog x11-1.4.2.ebuild
@ 2008-05-25 11:17 Lennart Kolmodin (kolmodin)
0 siblings, 0 replies; only message in thread
From: Lennart Kolmodin (kolmodin) @ 2008-05-25 11:17 UTC (permalink / raw
To: gentoo-commits
kolmodin 08/05/25 11:17:07
Modified: ChangeLog
Added: x11-1.4.2.ebuild
Log:
Bump dev-haskell/x11 to 1.4.2.
(Portage version: 2.1.4.4)
Revision Changes Path
1.8 dev-haskell/x11/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 25 May 2008 11:14:18 -0000 1.7
+++ ChangeLog 25 May 2008 11:17:06 -0000 1.8
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/x11
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.7 2008/05/25 11:14:18 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.8 2008/05/25 11:17:06 kolmodin Exp $
+
+*x11-1.4.2 (25 May 2008)
+
+ 25 May 2008; Lennart Kolmodin <kolmodin@gentoo.org> +x11-1.4.2.ebuild:
+ Version bump.
25 May 2008; Lennart Kolmodin <kolmodin@gentoo.org> x11-1.2.1.ebuild,
x11-1.4.0.ebuild, x11-1.4.1.ebuild:
1.1 dev-haskell/x11/x11-1.4.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/x11-1.4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/x11-1.4.2.ebuild?rev=1.1&content-type=text/plain
Index: x11-1.4.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.2.ebuild,v 1.1 2008/05/25 11:17:06 kolmodin Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal eutils autotools
MY_PN="X11"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A binding to the X11 graphics library"
HOMEPAGE="http://darcs.haskell.org/X11"
SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE="xinerama"
DEPEND=">=dev-lang/ghc-6.4.2
>=dev-haskell/cabal-1.2.3.0
x11-libs/libX11
xinerama? ( x11-libs/libXinerama )"
S="${WORKDIR}/${MY_P}"
src_unpack() {
unpack $A
cd "${S}"
epatch "${FILESDIR}/${P}-with-xinerama.patch"
eautoreconf
}
src_compile() {
CABAL_CONFIGURE_FLAGS="--configure-option=$(use_with xinerama)"
cabal_src_compile
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-25 11:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-25 11:17 [gentoo-commits] gentoo-x86 commit in dev-haskell/x11: ChangeLog x11-1.4.2.ebuild 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