summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-12-13 17:30:12 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-12-13 17:30:12 +0000
commit5202731a95bb3391e7b26ce4a954871bf285d750 (patch)
treea3bd7b5c05981965132e5151ba8a98a7e7678cc1 /dev-haskell/html
parentremove old versions (diff)
downloadhistorical-5202731a95bb3391e7b26ce4a954871bf285d750.tar.gz
historical-5202731a95bb3391e7b26ce4a954871bf285d750.tar.bz2
historical-5202731a95bb3391e7b26ce4a954871bf285d750.zip
New version.
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-haskell/html')
-rw-r--r--dev-haskell/html/ChangeLog7
-rw-r--r--dev-haskell/html/files/digest-html-1.0.1.13
-rw-r--r--dev-haskell/html/html-1.0.1.1.ebuild17
3 files changed, 26 insertions, 1 deletions
diff --git a/dev-haskell/html/ChangeLog b/dev-haskell/html/ChangeLog
index 8b3c3eff25aa..7f1115383b99 100644
--- a/dev-haskell/html/ChangeLog
+++ b/dev-haskell/html/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/html
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.24 2007/12/13 05:44:03 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.25 2007/12/13 17:23:07 dcoutts Exp $
+
+*html-1.0.1.1 (13 Dec 2007)
+
+ 13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> +html-1.0.1.1.ebuild:
+ New version.
13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> html-1.0-r1.ebuild,
html-1.0.1.ebuild:
diff --git a/dev-haskell/html/files/digest-html-1.0.1.1 b/dev-haskell/html/files/digest-html-1.0.1.1
new file mode 100644
index 000000000000..9eeef29b5b95
--- /dev/null
+++ b/dev-haskell/html/files/digest-html-1.0.1.1
@@ -0,0 +1,3 @@
+MD5 1aa9bc4268a6acc4c5c1714cf2652a01 html-1.0.1.1.tar.gz 10932
+RMD160 5e29e5eff30203c6c5583e9afc69258eecbe3f1d html-1.0.1.1.tar.gz 10932
+SHA256 817a73877725c91e2e377f6385db64e1f56f1fa67dc69427fd035d14aaf3ca81 html-1.0.1.1.tar.gz 10932
diff --git a/dev-haskell/html/html-1.0.1.1.ebuild b/dev-haskell/html/html-1.0.1.1.ebuild
new file mode 100644
index 000000000000..37916b439354
--- /dev/null
+++ b/dev-haskell/html/html-1.0.1.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2007 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.1.ebuild,v 1.1 2007/12/13 17:23:07 dcoutts Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="HTML Haskell 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 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ghc-6.6"