diff options
author | Mark Wright <gienah@gentoo.org> | 2014-12-13 14:47:05 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2014-12-13 14:47:05 +0000 |
commit | b2a180e4e9e17af152a5485291412d82c9e1936b (patch) | |
tree | 3c39a6a81e76aa3dc8390c5ef618dcd78c4d78ee | |
parent | Bump hxt-regex-xmlschema to 9.2.0 (diff) | |
download | gentoo-2-b2a180e4e9e17af152a5485291412d82c9e1936b.tar.gz gentoo-2-b2a180e4e9e17af152a5485291412d82c9e1936b.tar.bz2 gentoo-2-b2a180e4e9e17af152a5485291412d82c9e1936b.zip |
Bump hxt-unicode to 9.0.2.2
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
-rw-r--r-- | dev-haskell/hxt-unicode/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/hxt-unicode/hxt-unicode-9.0.2.2.ebuild (renamed from dev-haskell/hxt-unicode/hxt-unicode-9.0.1.ebuild) | 18 |
2 files changed, 17 insertions, 9 deletions
diff --git a/dev-haskell/hxt-unicode/ChangeLog b/dev-haskell/hxt-unicode/ChangeLog index 135eb124a3e1..83e4d3d9fc51 100644 --- a/dev-haskell/hxt-unicode/ChangeLog +++ b/dev-haskell/hxt-unicode/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/hxt-unicode # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-unicode/ChangeLog,v 1.9 2014/07/25 08:58:22 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-unicode/ChangeLog,v 1.10 2014/12/13 14:47:05 gienah Exp $ + +*hxt-unicode-9.0.2.2 (13 Dec 2014) + + 13 Dec 2014; Mark Wright <gienah@gentoo.org> +hxt-unicode-9.0.2.2.ebuild, + -hxt-unicode-9.0.1.ebuild: + Bump hxt-unicode to 9.0.2.2 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml: Drop redundant '<maintainer>' field, leave only '<herd>'. diff --git a/dev-haskell/hxt-unicode/hxt-unicode-9.0.1.ebuild b/dev-haskell/hxt-unicode/hxt-unicode-9.0.2.2.ebuild index 571571fae7ab..ea952ca0e5c1 100644 --- a/dev-haskell/hxt-unicode/hxt-unicode-9.0.1.ebuild +++ b/dev-haskell/hxt-unicode/hxt-unicode-9.0.2.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-unicode/hxt-unicode-9.0.1.ebuild,v 1.2 2012/09/12 15:49:04 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-unicode/hxt-unicode-9.0.2.2.ebuild,v 1.1 2014/12/13 14:47:05 gienah Exp $ -# ebuild generated by hackport 0.2.13 +EAPI=5 -EAPI="3" +# ebuild generated by hackport 0.4.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal @@ -14,11 +14,13 @@ HOMEPAGE="http://www.fh-wedel.de/~si/HXmlToolbox/index.html" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="=dev-haskell/hxt-charproperties-9* - >=dev-lang/ghc-6.10.1" +RDEPEND=">=dev-haskell/hxt-charproperties-9:=[profile?] <dev-haskell/hxt-charproperties-10:=[profile?] + >=dev-lang/ghc-7.4.1:= +" DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2" + >=dev-haskell/cabal-1.4 +" |