diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-04-19 12:14:16 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-04-19 12:14:16 +0000 |
commit | cd080b9564434f5ad6798af34a7d6938eaa0716f (patch) | |
tree | e6865f53fa2889672fd352e8cfe8cea2a5c1cf08 /dev-haskell/cgi | |
parent | Version bump dev-haskell/fgl (diff) | |
download | gentoo-2-cd080b9564434f5ad6798af34a7d6938eaa0716f.tar.gz gentoo-2-cd080b9564434f5ad6798af34a7d6938eaa0716f.tar.bz2 gentoo-2-cd080b9564434f5ad6798af34a7d6938eaa0716f.zip |
Version bump dev-haskell/cgi
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/cgi')
-rw-r--r-- | dev-haskell/cgi/ChangeLog | 10 | ||||
-rw-r--r-- | dev-haskell/cgi/cgi-3001.1.1.ebuild | 7 | ||||
-rw-r--r-- | dev-haskell/cgi/cgi-3001.1.7.1.ebuild | 23 |
3 files changed, 34 insertions, 6 deletions
diff --git a/dev-haskell/cgi/ChangeLog b/dev-haskell/cgi/ChangeLog index 3065a67fe4bc..eeb7f0308ab3 100644 --- a/dev-haskell/cgi/ChangeLog +++ b/dev-haskell/cgi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/cgi -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v 1.13 2008/10/04 00:11:42 fmccor Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v 1.14 2009/04/19 12:14:16 kolmodin Exp $ + +*cgi-3001.1.7.1 (19 Apr 2009) + + 19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org> cgi-3001.1.1.ebuild, + +cgi-3001.1.7.1.ebuild: + Version bump and QA. 04 Oct 2008; Ferris McCormick <fmccor@gentoo.org> cgi-3001.1.5.1.ebuild: Sparc stable --- Bug #230919 and Bug #239368. diff --git a/dev-haskell/cgi/cgi-3001.1.1.ebuild b/dev-haskell/cgi/cgi-3001.1.1.ebuild index 40546d0fa6ea..f55b6b912c48 100644 --- a/dev-haskell/cgi/cgi-3001.1.1.ebuild +++ b/dev-haskell/cgi/cgi-3001.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/cgi-3001.1.1.ebuild,v 1.6 2007/12/16 20:19:55 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/cgi-3001.1.1.ebuild,v 1.7 2009/04/19 12:14:16 kolmodin Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -24,7 +24,6 @@ DEPEND=">=dev-lang/ghc-6.6 S="${WORKDIR}/ghc-${GHC_PV}/libraries/${PN}" src_unpack() { - unpack "${A}" - + unpack ${A} cabal-mksetup } diff --git a/dev-haskell/cgi/cgi-3001.1.7.1.ebuild b/dev-haskell/cgi/cgi-3001.1.7.1.ebuild new file mode 100644 index 000000000000..93e62f3d8b41 --- /dev/null +++ b/dev-haskell/cgi/cgi-3001.1.7.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 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.1.ebuild,v 1.1 2009/04/19 12:14:16 kolmodin Exp $ + +CABAL_FEATURES="lib profile haddock" +inherit haskell-cabal + +DESCRIPTION="A library for writing CGI programs" +HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cgi" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.6.1 + >=dev-haskell/mtl-1.0 + >=dev-haskell/network-2.0 + >=dev-haskell/parsec-2.0 + >=dev-haskell/xhtml-3000.0.0" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" |