Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Jeroen Roovers (jer)" <jer@g.o>
Subject: gentoo-x86 commit in dev-haskell/cabal: cabal-1.1.6.1.ebuild ChangeLog cabal-1.1.6.2.ebuild cabal-1.2.3.0.ebuild
Date: Tue, 15 Jul 2008 05:43:51 +0000
jer         08/07/15 05:43:51

  Modified:             cabal-1.1.6.1.ebuild ChangeLog cabal-1.1.6.2.ebuild
                        cabal-1.2.3.0.ebuild
  Log:
  Stable for HPPA (bug #230919).
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r6-JeR parisc)

Revision  Changes    Path
1.6                  dev-haskell/cabal/cabal-1.1.6.1.ebuild

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

Index: cabal-1.1.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cabal/cabal-1.1.6.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cabal-1.1.6.1.ebuild	13 Dec 2007 00:42:07 -0000	1.5
+++ cabal-1.1.6.1.ebuild	15 Jul 2008 05:43:51 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/cabal-1.1.6.1.ebuild,v 1.5 2007/12/13 00:42:07 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/cabal-1.1.6.1.ebuild,v 1.6 2008/07/15 05:43:51 jer Exp $
 
 CABAL_FEATURES="bootstrap profile lib"
 inherit haskell-cabal eutils
@@ -17,7 +17,7 @@
 DEPEND=">=dev-lang/ghc-6.2"
 
 src_unpack() {
-	unpack "${A}"
+	unpack ${A}
 	if ! $(ghc-cabal); then
 		sed -i 's/Build-Depends: base/Build-Depends: base, unix/' \
 			"${S}/Cabal.cabal"



1.40                 dev-haskell/cabal/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cabal/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	6 Jul 2008 20:22:34 -0000	1.39
+++ ChangeLog	15 Jul 2008 05:43:51 -0000	1.40
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/cabal
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/ChangeLog,v 1.39 2008/07/06 20:22:34 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/ChangeLog,v 1.40 2008/07/15 05:43:51 jer Exp $
+
+  15 Jul 2008; Jeroen Roovers <jer@g.o> cabal-1.1.6.1.ebuild,
+  cabal-1.1.6.2.ebuild, cabal-1.2.3.0.ebuild:
+  Stable for HPPA (bug #230919).
 
   06 Jul 2008; Markus Meier <maekke@g.o> cabal-1.2.3.0.ebuild:
   amd64/x86 stable, bug #230919



1.12                 dev-haskell/cabal/cabal-1.1.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cabal/cabal-1.1.6.2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cabal/cabal-1.1.6.2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cabal/cabal-1.1.6.2.ebuild?r1=1.11&r2=1.12

Index: cabal-1.1.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cabal/cabal-1.1.6.2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cabal-1.1.6.2.ebuild	3 May 2008 08:28:12 -0000	1.11
+++ cabal-1.1.6.2.ebuild	15 Jul 2008 05:43:51 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/cabal-1.1.6.2.ebuild,v 1.11 2008/05/03 08:28:12 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/cabal-1.1.6.2.ebuild,v 1.12 2008/07/15 05:43:51 jer Exp $
 
 CABAL_FEATURES="bootstrap profile lib"
 inherit haskell-cabal eutils
@@ -21,7 +21,7 @@
 CABAL_CORE_LIB_GHC_PV="6.6.1"
 
 src_unpack() {
-	unpack "${A}"
+	unpack ${A}
 	if ! $(ghc-cabal); then
 		sed -i 's/Build-Depends: base/Build-Depends: base, unix/' \
 			"${S}/Cabal.cabal"



1.5                  dev-haskell/cabal/cabal-1.2.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cabal/cabal-1.2.3.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cabal/cabal-1.2.3.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cabal/cabal-1.2.3.0.ebuild?r1=1.4&r2=1.5

Index: cabal-1.2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cabal/cabal-1.2.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cabal-1.2.3.0.ebuild	6 Jul 2008 20:22:34 -0000	1.4
+++ cabal-1.2.3.0.ebuild	15 Jul 2008 05:43:51 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/cabal-1.2.3.0.ebuild,v 1.4 2008/07/06 20:22:34 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/cabal-1.2.3.0.ebuild,v 1.5 2008/07/15 05:43:51 jer Exp $
 
 CABAL_FEATURES="bootstrap profile lib"
 inherit base haskell-cabal
@@ -18,7 +18,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="doc"
 
 RESTRICT="test"



-- 
gentoo-commits@g.o mailing list


Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in dev-haskell/html: ChangeLog html-1.0.1.ebuild html-1.0.1.1.ebuild html-1.0-r1.ebuild
Next by thread:
gentoo-x86 commit in dev-haskell/hunit: hunit-1.1-r1.ebuild ChangeLog hunit-1.1.1.ebuild hunit-1.2.0.0.ebuild
Previous by date:
gentoo-x86 commit in dev-haskell/html: ChangeLog html-1.0.1.ebuild html-1.0.1.1.ebuild html-1.0-r1.ebuild
Next by date:
gentoo-x86 commit in dev-lang/ghc: ChangeLog ghc-6.8.2.ebuild


Updated Apr 24, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.