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/xhtml
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/xhtml')
-rw-r--r--dev-haskell/xhtml/ChangeLog7
-rw-r--r--dev-haskell/xhtml/files/digest-xhtml-3000.0.2.13
-rw-r--r--dev-haskell/xhtml/xhtml-3000.0.2.1.ebuild17
3 files changed, 26 insertions, 1 deletions
diff --git a/dev-haskell/xhtml/ChangeLog b/dev-haskell/xhtml/ChangeLog
index 619ba3243175..6f80bf56626d 100644
--- a/dev-haskell/xhtml/ChangeLog
+++ b/dev-haskell/xhtml/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/xhtml
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.10 2007/12/13 05:50:33 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.11 2007/12/13 17:30:12 dcoutts Exp $
+
+*xhtml-3000.0.2.1 (13 Dec 2007)
+
+ 13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> +xhtml-3000.0.2.1.ebuild:
+ New version.
13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> xhtml-2006.9.13.ebuild,
xhtml-3000.0.2.ebuild:
diff --git a/dev-haskell/xhtml/files/digest-xhtml-3000.0.2.1 b/dev-haskell/xhtml/files/digest-xhtml-3000.0.2.1
new file mode 100644
index 000000000000..5b22bc9ffbee
--- /dev/null
+++ b/dev-haskell/xhtml/files/digest-xhtml-3000.0.2.1
@@ -0,0 +1,3 @@
+MD5 1b97b301ebeb7bb321308c4ebcec754a xhtml-3000.0.2.1.tar.gz 13309
+RMD160 bc07bd2b61be4a690f59bc13e1399ff81edae5fd xhtml-3000.0.2.1.tar.gz 13309
+SHA256 4cbb89d34d6b852d39d00aa4fee50824b003597e45d2858ca5dcee54d94bde86 xhtml-3000.0.2.1.tar.gz 13309
diff --git a/dev-haskell/xhtml/xhtml-3000.0.2.1.ebuild b/dev-haskell/xhtml/xhtml-3000.0.2.1.ebuild
new file mode 100644
index 000000000000..b1c9e5a81cd7
--- /dev/null
+++ b/dev-haskell/xhtml/xhtml-3000.0.2.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/xhtml/xhtml-3000.0.2.1.ebuild,v 1.1 2007/12/13 17:30:12 dcoutts Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="XHTML combinator library for haskell"
+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.4"