summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-10-28 21:27:09 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-10-28 21:27:09 +0000
commit2a936be6dd4552a1c2dadb20b37cdb93a3660a69 (patch)
tree2454241d745ed4cef6b03c770fc5bc8250266584 /dev-haskell
parentBump to 2.0.2 (diff)
downloadgentoo-2-2a936be6dd4552a1c2dadb20b37cdb93a3660a69.tar.gz
gentoo-2-2a936be6dd4552a1c2dadb20b37cdb93a3660a69.tar.bz2
gentoo-2-2a936be6dd4552a1c2dadb20b37cdb93a3660a69.zip
Version bump straight to stable (fixes build breakage in bug #413641 by vitorbrandao.pt at gmail.com).
(Portage version: 2.2.0_alpha142_p1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/cgi/ChangeLog8
-rw-r--r--dev-haskell/cgi/cgi-3001.1.7.4.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-haskell/cgi/ChangeLog b/dev-haskell/cgi/ChangeLog
index 86731b542739..ad387dfd5fa9 100644
--- a/dev-haskell/cgi/ChangeLog
+++ b/dev-haskell/cgi/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/cgi
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v 1.21 2012/09/12 14:37:53 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v 1.22 2012/10/28 21:27:09 slyfox Exp $
+
+*cgi-3001.1.7.4 (28 Oct 2012)
+
+ 28 Oct 2012; Sergei Trofimovich <slyfox@gentoo.org> +cgi-3001.1.7.4.ebuild:
+ Version bump straight to stable (fixes build breakage in bug #413641 by
+ vitorbrandao.pt at gmail.com).
12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> cgi-3001.1.5.1.ebuild,
cgi-3001.1.7.1.ebuild, cgi-3001.1.8.2.ebuild:
diff --git a/dev-haskell/cgi/cgi-3001.1.7.4.ebuild b/dev-haskell/cgi/cgi-3001.1.7.4.ebuild
new file mode 100644
index 000000000000..3f4247a96f37
--- /dev/null
+++ b/dev-haskell/cgi/cgi-3001.1.7.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/cgi-3001.1.7.4.ebuild,v 1.1 2012/10/28 21:27:09 slyfox Exp $
+
+# ebuild generated by hackport 0.2.9
+
+CABAL_FEATURES="lib profile haddock hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A library for writing CGI programs"
+HOMEPAGE="http://andersk.mit.edu/haskell/cgi/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/mtl-1.0
+ >=dev-haskell/network-2.0
+ >=dev-haskell/parsec-2.0
+ >=dev-haskell/xhtml-3000.0.0
+ >=dev-lang/ghc-6.10.1"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"