diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-04-17 12:36:33 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-04-17 12:36:33 +0000 |
commit | c5e781c0860b7db0eb6e66c46bc3c872d9dc2acf (patch) | |
tree | 9f32c52ebd78825ff48fc9e23e65e48eda1a0b7b /dev-haskell/xhtml | |
parent | Version bumps (diff) | |
download | gentoo-2-c5e781c0860b7db0eb6e66c46bc3c872d9dc2acf.tar.gz gentoo-2-c5e781c0860b7db0eb6e66c46bc3c872d9dc2acf.tar.bz2 gentoo-2-c5e781c0860b7db0eb6e66c46bc3c872d9dc2acf.zip |
Version bump dev-haskell/xhtml-3000.2.0.1
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/xhtml')
-rw-r--r-- | dev-haskell/xhtml/ChangeLog | 10 | ||||
-rw-r--r-- | dev-haskell/xhtml/xhtml-3000.2.0.1.ebuild | 18 |
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-haskell/xhtml/ChangeLog b/dev-haskell/xhtml/ChangeLog index aedbc92203ef..264332fd8087 100644 --- a/dev-haskell/xhtml/ChangeLog +++ b/dev-haskell/xhtml/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/xhtml -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.16 2008/10/04 00:07:45 fmccor Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.17 2009/04/17 12:36:33 kolmodin Exp $ + +*xhtml-3000.2.0.1 (17 Apr 2009) + + 17 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org> + +xhtml-3000.2.0.1.ebuild: + Version bump. Part of ghc 6.10.2 extralibs 04 Oct 2008; Ferris McCormick <fmccor@gentoo.org> xhtml-3000.0.2.1.ebuild: Sparc stable --- Bug #230919 and Bug #239368. diff --git a/dev-haskell/xhtml/xhtml-3000.2.0.1.ebuild b/dev-haskell/xhtml/xhtml-3000.2.0.1.ebuild new file mode 100644 index 000000000000..7570b15d0f0b --- /dev/null +++ b/dev-haskell/xhtml/xhtml-3000.2.0.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.0.1.ebuild,v 1.1 2009/04/17 12:36:33 kolmodin Exp $ + +CABAL_FEATURES="lib profile haddock" +inherit haskell-cabal + +DESCRIPTION="An XHTML combinator library" +HOMEPAGE="http://haskell.org/ghc/" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-lang/ghc-6.6.1 + dev-haskell/cabal" |