diff options
author | 2013-01-01 23:39:42 +0000 | |
---|---|---|
committer | 2013-01-01 23:39:42 +0000 | |
commit | 906eff42601996a63778a5e72d13ec543d6a8c5a (patch) | |
tree | 88737cbd1a5c0b8e4bc09b98456fb2775d0b397d /dev-haskell/html | |
parent | Version bump, per bug#449676 (diff) | |
download | gentoo-2-906eff42601996a63778a5e72d13ec543d6a8c5a.tar.gz gentoo-2-906eff42601996a63778a5e72d13ec543d6a8c5a.tar.bz2 gentoo-2-906eff42601996a63778a5e72d13ec543d6a8c5a.zip |
switch to EAPI=5
(Portage version: 2.2.0_alpha149_p11/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/html')
-rw-r--r-- | dev-haskell/html/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/html/html-1.0.1.2-r1.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-haskell/html/ChangeLog b/dev-haskell/html/ChangeLog index cd4aecd34b2d..c939d30cdbd6 100644 --- a/dev-haskell/html/ChangeLog +++ b/dev-haskell/html/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/html -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.42 2012/09/12 14:55:27 qnikst Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.43 2013/01/01 23:39:42 slyfox Exp $ + +*html-1.0.1.2-r1 (01 Jan 2013) + + 01 Jan 2013; Sergei Trofimovich <slyfox@gentoo.org> +html-1.0.1.2-r1.ebuild: + switch to EAPI=5 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> html-1.0.1.2.ebuild: move dev-haskell/html/html-1.0.1.2.ebuild ebuild to mirror://hackage diff --git a/dev-haskell/html/html-1.0.1.2-r1.ebuild b/dev-haskell/html/html-1.0.1.2-r1.ebuild new file mode 100644 index 000000000000..1e8ae71b6492 --- /dev/null +++ b/dev-haskell/html/html-1.0.1.2-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.2-r1.ebuild,v 1.1 2013/01/01 23:39:42 slyfox Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="HTML combinator library" +HOMEPAGE="http://hackage.haskell.org/package/html" +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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-0" |