diff options
Diffstat (limited to 'dev-haskell/cgi')
-rw-r--r-- | dev-haskell/cgi/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/cgi/cgi-3001.1.8.2.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-haskell/cgi/ChangeLog b/dev-haskell/cgi/ChangeLog index fb83606be132..e5479e087614 100644 --- a/dev-haskell/cgi/ChangeLog +++ b/dev-haskell/cgi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/cgi -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v 1.19 2011/12/26 12:18:45 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v 1.20 2012/04/11 20:33:41 slyfox Exp $ + +*cgi-3001.1.8.2 (11 Apr 2012) + + 11 Apr 2012; Sergei Trofimovich <slyfox@gentoo.org> +cgi-3001.1.8.2.ebuild: + Version bump. Dropped alpha/ppc/sparc due to new depend. Will rekeyword. 26 Dec 2011; Markus Meier <maekke@gentoo.org> cgi-3001.1.7.1.ebuild: x86 stable, bug #394051 diff --git a/dev-haskell/cgi/cgi-3001.1.8.2.ebuild b/dev-haskell/cgi/cgi-3001.1.8.2.ebuild new file mode 100644 index 000000000000..105123c705e4 --- /dev/null +++ b/dev-haskell/cgi/cgi-3001.1.8.2.ebuild @@ -0,0 +1,26 @@ +# 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.8.2.ebuild,v 1.1 2012/04/11 20:33:41 slyfox Exp $ + +# ebuild generated by hackport 0.2.9 + +CABAL_FEATURES="lib profile haddock hscolour hoogle" +inherit haskell-cabal + +DESCRIPTION="A library for writing CGI programs" +HOMEPAGE="http://andersk.mit.edu/haskell/cgi/" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/monadcatchio-mtl + >=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" |