summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2012-06-02 08:46:56 +0000
committerMark Wright <gienah@gentoo.org>2012-06-02 08:46:56 +0000
commit80c57339aa768c85d02310826861b9d45ffd3a91 (patch)
tree89499c4754eeef9278357b295d402138ed4f28eb /dev-haskell
parentBump hxt to 9.2.2 (diff)
downloadhistorical-80c57339aa768c85d02310826861b9d45ffd3a91.tar.gz
historical-80c57339aa768c85d02310826861b9d45ffd3a91.tar.bz2
historical-80c57339aa768c85d02310826861b9d45ffd3a91.zip
Bump hxt-charproperties to 9.1.1
Package-Manager: portage-2.1.10.63/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/hxt-charproperties/ChangeLog9
-rw-r--r--dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-haskell/hxt-charproperties/ChangeLog b/dev-haskell/hxt-charproperties/ChangeLog
index b12876cbb68a..c32cdb1be056 100644
--- a/dev-haskell/hxt-charproperties/ChangeLog
+++ b/dev-haskell/hxt-charproperties/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/hxt-charproperties
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-charproperties/ChangeLog,v 1.1 2011/12/04 16:45:26 slyfox Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-charproperties/ChangeLog,v 1.2 2012/06/02 08:46:56 gienah Exp $
+
+*hxt-charproperties-9.1.1 (02 Jun 2012)
+
+ 02 Jun 2012; Mark Wright <gienah@gentoo.org> +hxt-charproperties-9.1.1.ebuild:
+ Bump hxt-charproperties to 9.1.1
*hxt-charproperties-9.1.0 (04 Dec 2011)
diff --git a/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.ebuild b/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.ebuild
new file mode 100644
index 000000000000..20a01723642a
--- /dev/null
+++ b/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.ebuild,v 1.1 2012/06/02 08:46:56 gienah Exp $
+
+EAPI=4
+
+# ebuild generated by hackport 0.2.18.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Character properties and classes for XML and Unicode"
+HOMEPAGE="http://www.fh-wedel.de/~si/HXmlToolbox/index.html"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.10.1"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"