summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2010-03-14 18:42:10 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2010-03-14 18:42:10 +0000
commitb35c71f8d725f6ff398fb179bcf27a5049875e5d (patch)
treeb69bc7dbfc62acd6b47a44e29f5d5aefe1273043 /dev-haskell/quickcheck
parentAdd back ~ppc64 to quickcheck-1.2. (diff)
downloadgentoo-2-b35c71f8d725f6ff398fb179bcf27a5049875e5d.tar.gz
gentoo-2-b35c71f8d725f6ff398fb179bcf27a5049875e5d.tar.bz2
gentoo-2-b35c71f8d725f6ff398fb179bcf27a5049875e5d.zip
Change SLOT=0 to SLOT=1 for dev-haskell/quickcheck-1*.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/quickcheck')
-rw-r--r--dev-haskell/quickcheck/ChangeLog7
-rw-r--r--dev-haskell/quickcheck/quickcheck-1.0.1.ebuild6
-rw-r--r--dev-haskell/quickcheck/quickcheck-1.0.ebuild6
-rw-r--r--dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild4
-rw-r--r--dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild4
5 files changed, 16 insertions, 11 deletions
diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog
index 1fbe311606ef..b18e9e8bc67e 100644
--- a/dev-haskell/quickcheck/ChangeLog
+++ b/dev-haskell/quickcheck/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/quickcheck
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.37 2010/03/14 18:29:10 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.38 2010/03/14 18:42:10 kolmodin Exp $
+
+ 14 Mar 2010; Lennart Kolmodin <kolmodin@gentoo.org> quickcheck-1.0.ebuild,
+ quickcheck-1.0.1.ebuild, quickcheck-1.1.0.0.ebuild,
+ quickcheck-1.2.0.0.ebuild:
+ Move SLOT=0 to SLOT=1 for quickcheck-1*.
14 Mar 2010; Lennart Kolmodin <kolmodin@gentoo.org>
quickcheck-1.2.0.0.ebuild:
diff --git a/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild b/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild
index c63298a1efb2..3fd8fe829b54 100644
--- a/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild
+++ b/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild,v 1.9 2008/07/15 05:49:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild,v 1.10 2010/03/14 18:42:10 kolmodin Exp $
CABAL_FEATURES="lib profile haddock"
inherit base haskell-cabal
@@ -12,7 +12,7 @@ DESCRIPTION="An automatic, specification based testing utility for Haskell progr
HOMEPAGE="http://haskell.org/ghc/"
SRC_URI="http://www.haskell.org/ghc/dist/${GHC_PV}/ghc-${GHC_PV}-src-extralibs.tar.bz2"
LICENSE="BSD"
-SLOT="0"
+SLOT="1"
KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
IUSE=""
diff --git a/dev-haskell/quickcheck/quickcheck-1.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.0.ebuild
index 90f601a70394..079255c695bb 100644
--- a/dev-haskell/quickcheck/quickcheck-1.0.ebuild
+++ b/dev-haskell/quickcheck/quickcheck-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.ebuild,v 1.14 2007/12/13 00:51:30 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.ebuild,v 1.15 2010/03/14 18:42:10 kolmodin Exp $
inherit ghc-package
@@ -8,7 +8,7 @@ DESCRIPTION="An automatic, specification based testing utility for Haskell progr
HOMEPAGE="http://haskell.org/ghc/"
SRC_URI=""
LICENSE="BSD"
-SLOT="0"
+SLOT="1"
KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
diff --git a/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild
index bfdaf7e0fdc6..b2a99f74a29d 100644
--- a/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild
+++ b/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.7 2010/01/26 21:17:53 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.8 2010/03/14 18:42:10 kolmodin Exp $
CABAL_FEATURES="lib profile haddock"
CABAL_MIN_VERSION=1.2
@@ -14,7 +14,7 @@ HOMEPAGE="http://haskell.org/ghc/"
SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
-SLOT="0"
+SLOT="1"
KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86"
IUSE=""
diff --git a/dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild
index 4bb769f56d7f..1146a36c5322 100644
--- a/dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild
+++ b/dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild,v 1.3 2010/03/14 18:29:10 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild,v 1.4 2010/03/14 18:42:10 kolmodin Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.math.chalmers.se/~rjmh/QuickCheck/"
SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
-SLOT="0"
+SLOT="1"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""