diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-29 13:52:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-01 20:37:34 +0200 |
commit | 4a409a1ecd75d064e8b471f6131bb1feb83c37a8 (patch) | |
tree | ad19729542f1e853b610fbb243f35a6292279efd /dev-haskell | |
parent | dev-libs/openssl: Bump to version 1.1.1_pre6. Removed old. (diff) | |
download | gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.tar.gz gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.tar.bz2 gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.zip |
*/*: Specify EAPI=0 explicitly, to ease greps
Closes: https://github.com/gentoo/gentoo/pull/8199
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/alut/alut-2.1.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/glut/glut-2.1.1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/hscolour/hscolour-1.17.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/opengl/opengl-2.2.1.1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/parallel/parallel-1.1.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/parsec/parsec-2.1.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-1.2.0.1.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/uuagc/uuagc-0.9.24.ebuild | 4 |
8 files changed, 23 insertions, 7 deletions
diff --git a/dev-haskell/alut/alut-2.1.0.0.ebuild b/dev-haskell/alut/alut-2.1.0.0.ebuild index 8d2a4ddfc481..128a7e537b88 100644 --- a/dev-haskell/alut/alut-2.1.0.0.ebuild +++ b/dev-haskell/alut/alut-2.1.0.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + CABAL_FEATURES="lib profile haddock" inherit haskell-cabal diff --git a/dev-haskell/glut/glut-2.1.1.2.ebuild b/dev-haskell/glut/glut-2.1.1.2.ebuild index d6f195c46171..df2278427c9c 100644 --- a/dev-haskell/glut/glut-2.1.1.2.ebuild +++ b/dev-haskell/glut/glut-2.1.1.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + CABAL_FEATURES="lib profile haddock" inherit haskell-cabal diff --git a/dev-haskell/hscolour/hscolour-1.17.ebuild b/dev-haskell/hscolour/hscolour-1.17.ebuild index fafd9b442078..20745d061b33 100644 --- a/dev-haskell/hscolour/hscolour-1.17.ebuild +++ b/dev-haskell/hscolour/hscolour-1.17.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + CABAL_FEATURES="bin lib profile haddock" inherit base haskell-cabal diff --git a/dev-haskell/opengl/opengl-2.2.1.1.ebuild b/dev-haskell/opengl/opengl-2.2.1.1.ebuild index d3b4e6ac3263..448ed8d4ae24 100644 --- a/dev-haskell/opengl/opengl-2.2.1.1.ebuild +++ b/dev-haskell/opengl/opengl-2.2.1.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + CABAL_FEATURES="lib profile haddock" inherit base haskell-cabal diff --git a/dev-haskell/parallel/parallel-1.1.0.1.ebuild b/dev-haskell/parallel/parallel-1.1.0.1.ebuild index 75f852bd259a..51a820ebdf72 100644 --- a/dev-haskell/parallel/parallel-1.1.0.1.ebuild +++ b/dev-haskell/parallel/parallel-1.1.0.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + CABAL_FEATURES="lib profile haddock" inherit haskell-cabal diff --git a/dev-haskell/parsec/parsec-2.1.0.1.ebuild b/dev-haskell/parsec/parsec-2.1.0.1.ebuild index a75afd4d9f39..06bd7f1436c6 100644 --- a/dev-haskell/parsec/parsec-2.1.0.1.ebuild +++ b/dev-haskell/parsec/parsec-2.1.0.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + CABAL_FEATURES="lib profile haddock" inherit haskell-cabal diff --git a/dev-haskell/quickcheck/quickcheck-1.2.0.1.ebuild b/dev-haskell/quickcheck/quickcheck-1.2.0.1.ebuild index 6fbb4025b230..1b9371e4be15 100644 --- a/dev-haskell/quickcheck/quickcheck-1.2.0.1.ebuild +++ b/dev-haskell/quickcheck/quickcheck-1.2.0.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + CABAL_FEATURES="lib profile haddock" inherit haskell-cabal diff --git a/dev-haskell/uuagc/uuagc-0.9.24.ebuild b/dev-haskell/uuagc/uuagc-0.9.24.ebuild index 01a86a5ae373..a4a892de6b0b 100644 --- a/dev-haskell/uuagc/uuagc-0.9.24.ebuild +++ b/dev-haskell/uuagc/uuagc-0.9.24.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + CABAL_FEATURES="bin lib profile haddock" inherit eutils haskell-cabal |