gienah      15/04/04 08:57:54

  Modified:             ChangeLog
  Added:                cgi-3001.2.2.1.ebuild
  Log:
  Bump cgi to 3001.2.2.1
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  Changes    Path
1.38                 dev-haskell/cgi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cgi/ChangeLog?rev=1.38&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cgi/ChangeLog?rev=1.38&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cgi/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   14 Dec 2014 11:21:22 -0000      1.37
+++ ChangeLog   4 Apr 2015 08:57:54 -0000       1.38
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/cgi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v 1.37 2014/12/14 
11:21:22 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v 1.38 2015/04/04 
08:57:54 gienah Exp $
+
+*cgi-3001.2.2.1 (04 Apr 2015)
+
+  04 Apr 2015; Mark Wright <[email protected]> +cgi-3001.2.2.1.ebuild:
+  Bump cgi to 3001.2.2.1
 
 *cgi-3001.2.2.0 (14 Dec 2014)
 



1.1                  dev-haskell/cgi/cgi-3001.2.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cgi/cgi-3001.2.2.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cgi/cgi-3001.2.2.1.ebuild?rev=1.1&content-type=text/plain

Index: cgi-3001.2.2.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/cgi-3001.2.2.1.ebuild,v 1.1 
2015/04/04 08:57:54 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="A library for writing CGI programs"
HOMEPAGE="https://github.com/cheecheeo/haskell-cgi";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+network-uri"

RDEPEND="<dev-haskell/exceptions-0.9:=[profile?]
        >=dev-haskell/mtl-2.2.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
        >=dev-haskell/multipart-0.1.2:=[profile?] 
<dev-haskell/multipart-0.2:=[profile?]
        <dev-haskell/old-locale-1.1:=[profile?]
        <dev-haskell/old-time-1.2:=[profile?]
        >=dev-haskell/parsec-2.0:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
        >=dev-haskell/xhtml-3000.0.0:=[profile?] 
<dev-haskell/xhtml-3000.3:=[profile?]
        >=dev-lang/ghc-7.4.1:=
        network-uri? ( >=dev-haskell/network-2.6:=[profile?] 
<dev-haskell/network-2.7:=[profile?]
                        >=dev-haskell/network-uri-2.6:=[profile?] 
<dev-haskell/network-uri-2.7:=[profile?] )
        !network-uri? ( <dev-haskell/network-2.6:=[profile?] )
"
DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.6
"

src_configure() {
        haskell-cabal_src_configure \
                $(cabal_flag network-uri network-uri)
}




Reply via email to