public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/cgi: ChangeLog cgi-3001.1.7.1.ebuild cgi-3001.1.1.ebuild
@ 2009-04-19 12:14 Lennart Kolmodin (kolmodin)
  0 siblings, 0 replies; only message in thread
From: Lennart Kolmodin (kolmodin) @ 2009-04-19 12:14 UTC (permalink / raw
  To: gentoo-commits

kolmodin    09/04/19 12:14:16

  Modified:             ChangeLog cgi-3001.1.1.ebuild
  Added:                cgi-3001.1.7.1.ebuild
  Log:
  Version bump dev-haskell/cgi
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-haskell/cgi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cgi/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cgi/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cgi/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	4 Oct 2008 00:11:42 -0000	1.13
+++ ChangeLog	19 Apr 2009 12:14:16 -0000	1.14
@@ -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.



1.7                  dev-haskell/cgi/cgi-3001.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cgi/cgi-3001.1.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cgi/cgi-3001.1.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cgi/cgi-3001.1.1.ebuild?r1=1.6&r2=1.7

Index: cgi-3001.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cgi/cgi-3001.1.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cgi-3001.1.1.ebuild	16 Dec 2007 20:19:55 -0000	1.6
+++ cgi-3001.1.1.ebuild	19 Apr 2009 12:14:16 -0000	1.7
@@ -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 @@
 S="${WORKDIR}/ghc-${GHC_PV}/libraries/${PN}"
 
 src_unpack() {
-	unpack "${A}"
-
+	unpack ${A}
 	cabal-mksetup
 }



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

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

Index: cgi-3001.1.7.1.ebuild
===================================================================
# 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"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-19 12:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-19 12:14 [gentoo-commits] gentoo-x86 commit in dev-haskell/cgi: ChangeLog cgi-3001.1.7.1.ebuild cgi-3001.1.1.ebuild Lennart Kolmodin (kolmodin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox