diff options
author | 2018-04-29 13:52:02 +0200 | |
---|---|---|
committer | 2018-05-01 20:37:34 +0200 | |
commit | 4a409a1ecd75d064e8b471f6131bb1feb83c37a8 (patch) | |
tree | ad19729542f1e853b610fbb243f35a6292279efd /dev-lang | |
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-lang')
-rw-r--r-- | dev-lang/bff/bff-1.0.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/cfortran/cfortran-4.4-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/f2c/f2c-20060507.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/helium/helium-1.6.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/icon/icon-9.4.3-r5.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/interprolog/interprolog-2.1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/open-cobol/open-cobol-1.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/pasm/pasm-1.7.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/snobol/snobol-0.99.4.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/snobol/snobol-0.99.44.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/tinycobol/tinycobol-0.65.9.ebuild | 4 |
12 files changed, 36 insertions, 12 deletions
diff --git a/dev-lang/bff/bff-1.0.3.1.ebuild b/dev-lang/bff/bff-1.0.3.1.ebuild index e95106f26f97..5d4066efeb1b 100644 --- a/dev-lang/bff/bff-1.0.3.1.ebuild +++ b/dev-lang/bff/bff-1.0.3.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit toolchain-funcs DESCRIPTION="a brainfuck interpreter" diff --git a/dev-lang/cfortran/cfortran-4.4-r2.ebuild b/dev-lang/cfortran/cfortran-4.4-r2.ebuild index c8173a9785e7..f63f8906b035 100644 --- a/dev-lang/cfortran/cfortran-4.4-r2.ebuild +++ b/dev-lang/cfortran/cfortran-4.4-r2.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 + inherit eutils DEB_PR="14" diff --git a/dev-lang/f2c/f2c-20060507.ebuild b/dev-lang/f2c/f2c-20060507.ebuild index 59603fcccffb..32862f0a7377 100644 --- a/dev-lang/f2c/f2c-20060507.ebuild +++ b/dev-lang/f2c/f2c-20060507.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 + inherit eutils toolchain-funcs DESCRIPTION="Fortran to C converter" diff --git a/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0-r1.ebuild b/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0-r1.ebuild index 86e053fdc2ea..af7bc78d4cb2 100644 --- a/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0-r1.ebuild +++ b/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + DESCRIPTION="The Dylan Programming Language Compiler" HOMEPAGE="http://www.gwydiondylan.org/" SRC_URI="x86? ( mirror://gentoo/${P}-x86.tbz2 )" diff --git a/dev-lang/helium/helium-1.6.ebuild b/dev-lang/helium/helium-1.6.ebuild index c50a91e79bda..a68f9c8a68d1 100644 --- a/dev-lang/helium/helium-1.6.ebuild +++ b/dev-lang/helium/helium-1.6.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit autotools eutils DESCRIPTION="Helium (for learning Haskell)" diff --git a/dev-lang/icon/icon-9.4.3-r5.ebuild b/dev-lang/icon/icon-9.4.3-r5.ebuild index 505439eaf287..6397d8f311e5 100644 --- a/dev-lang/icon/icon-9.4.3-r5.ebuild +++ b/dev-lang/icon/icon-9.4.3-r5.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 + inherit eutils flag-o-matic multilib toolchain-funcs MY_PV=${PV//./} diff --git a/dev-lang/interprolog/interprolog-2.1.2.ebuild b/dev-lang/interprolog/interprolog-2.1.2.ebuild index 999c9d4094ae..7f9f9e0938fe 100644 --- a/dev-lang/interprolog/interprolog-2.1.2.ebuild +++ b/dev-lang/interprolog/interprolog-2.1.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit eutils java-pkg-2 java-ant-2 versionator MY_PV="$(delete_all_version_separators)" diff --git a/dev-lang/open-cobol/open-cobol-1.1.ebuild b/dev-lang/open-cobol/open-cobol-1.1.ebuild index d3cf41c69b00..a34d440d937b 100644 --- a/dev-lang/open-cobol/open-cobol-1.1.ebuild +++ b/dev-lang/open-cobol/open-cobol-1.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit eutils DESCRIPTION="an open-source COBOL compiler" diff --git a/dev-lang/pasm/pasm-1.7.ebuild b/dev-lang/pasm/pasm-1.7.ebuild index f5ccf5f9f865..e4e41e367302 100644 --- a/dev-lang/pasm/pasm-1.7.ebuild +++ b/dev-lang/pasm/pasm-1.7.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 + inherit eutils DESCRIPTION="A portable assembler for processors of the PowerPC family" diff --git a/dev-lang/snobol/snobol-0.99.4.ebuild b/dev-lang/snobol/snobol-0.99.4.ebuild index aa7a39c5fae3..33400a069211 100644 --- a/dev-lang/snobol/snobol-0.99.4.ebuild +++ b/dev-lang/snobol/snobol-0.99.4.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 + DESCRIPTION="Phil Budne's port of Macro SNOBOL4 in C, for modern machines" HOMEPAGE="http://www.snobol4.org/csnobol4/" SRC_URI="mirror://snobol4/${P}.tar.gz" diff --git a/dev-lang/snobol/snobol-0.99.44.ebuild b/dev-lang/snobol/snobol-0.99.44.ebuild index 5866890a27f8..62344ab43a16 100644 --- a/dev-lang/snobol/snobol-0.99.44.ebuild +++ b/dev-lang/snobol/snobol-0.99.44.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 + DESCRIPTION="Phil Budne's port of Macro SNOBOL4 in C, for modern machines" HOMEPAGE="http://www.snobol4.org/csnobol4/" #SRC_URI="mirror://snobol4/${P}.tar.gz" diff --git a/dev-lang/tinycobol/tinycobol-0.65.9.ebuild b/dev-lang/tinycobol/tinycobol-0.65.9.ebuild index 4dfaef5a718e..ca1c6f665de5 100644 --- a/dev-lang/tinycobol/tinycobol-0.65.9.ebuild +++ b/dev-lang/tinycobol/tinycobol-0.65.9.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 + inherit eutils DESCRIPTION="COBOL for linux" |