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-tcltk/expect-lite | |
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-tcltk/expect-lite')
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.0.3.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.2.2.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.3.0.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.3.2.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.3.3.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.4.0.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.4.1.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.5.0.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.6.0.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.6.1.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.6.2.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.7.2.ebuild | 4 |
17 files changed, 51 insertions, 17 deletions
diff --git a/dev-tcltk/expect-lite/expect-lite-4.0.3.ebuild b/dev-tcltk/expect-lite/expect-lite-4.0.3.ebuild index eb4209a282c6..4521dcaddbac 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.0.3.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.0.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + DESCRIPTION="quick and easy command line automation tool built on top of expect" HOMEPAGE="http://expect-lite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" diff --git a/dev-tcltk/expect-lite/expect-lite-4.1.0.ebuild b/dev-tcltk/expect-lite/expect-lite-4.1.0.ebuild index 5ff8529d488c..5d74f7f556da 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.1.0.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.1.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + DESCRIPTION="quick and easy command line automation tool built on top of expect" HOMEPAGE="http://expect-lite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" diff --git a/dev-tcltk/expect-lite/expect-lite-4.1.2.ebuild b/dev-tcltk/expect-lite/expect-lite-4.1.2.ebuild index 5ff8529d488c..5d74f7f556da 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.1.2.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.1.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + DESCRIPTION="quick and easy command line automation tool built on top of expect" HOMEPAGE="http://expect-lite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" diff --git a/dev-tcltk/expect-lite/expect-lite-4.2.0.ebuild b/dev-tcltk/expect-lite/expect-lite-4.2.0.ebuild index 5ff8529d488c..5d74f7f556da 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.2.0.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.2.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + DESCRIPTION="quick and easy command line automation tool built on top of expect" HOMEPAGE="http://expect-lite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" diff --git a/dev-tcltk/expect-lite/expect-lite-4.2.1.ebuild b/dev-tcltk/expect-lite/expect-lite-4.2.1.ebuild index 5ff8529d488c..5d74f7f556da 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.2.1.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.2.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + DESCRIPTION="quick and easy command line automation tool built on top of expect" HOMEPAGE="http://expect-lite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" diff --git a/dev-tcltk/expect-lite/expect-lite-4.2.2.ebuild b/dev-tcltk/expect-lite/expect-lite-4.2.2.ebuild index aa61c8a922aa..5d74f7f556da 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.2.2.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.2.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 + DESCRIPTION="quick and easy command line automation tool built on top of expect" HOMEPAGE="http://expect-lite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" diff --git a/dev-tcltk/expect-lite/expect-lite-4.3.0.ebuild b/dev-tcltk/expect-lite/expect-lite-4.3.0.ebuild index dc74ed9efda0..4521dcaddbac 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.3.0.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.3.0.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="quick and easy command line automation tool built on top of expect" HOMEPAGE="http://expect-lite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" diff --git a/dev-tcltk/expect-lite/expect-lite-4.3.1.ebuild b/dev-tcltk/expect-lite/expect-lite-4.3.1.ebuild index dc74ed9efda0..4521dcaddbac 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.3.1.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.3.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 + DESCRIPTION="quick and easy command line automation tool built on top of expect" HOMEPAGE="http://expect-lite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" diff --git a/dev-tcltk/expect-lite/expect-lite-4.3.2.ebuild b/dev-tcltk/expect-lite/expect-lite-4.3.2.ebuild index f71be14b1530..4440e9994297 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.3.2.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.3.2.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 + DESCRIPTION="quick and easy command line automation tool built on top of expect" HOMEPAGE="http://expect-lite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" diff --git a/dev-tcltk/expect-lite/expect-lite-4.3.3.ebuild b/dev-tcltk/expect-lite/expect-lite-4.3.3.ebuild index f71be14b1530..4440e9994297 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.3.3.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.3.3.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 + DESCRIPTION="quick and easy command line automation tool built on top of expect" HOMEPAGE="http://expect-lite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" diff --git a/dev-tcltk/expect-lite/expect-lite-4.4.0.ebuild b/dev-tcltk/expect-lite/expect-lite-4.4.0.ebuild index c68fc97a171a..c460f1458eef 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.4.0.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.4.0.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 + DESCRIPTION="quick and easy command line automation tool built on top of expect" HOMEPAGE="http://expect-lite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" diff --git a/dev-tcltk/expect-lite/expect-lite-4.4.1.ebuild b/dev-tcltk/expect-lite/expect-lite-4.4.1.ebuild index f71be14b1530..4440e9994297 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.4.1.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.4.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 + DESCRIPTION="quick and easy command line automation tool built on top of expect" HOMEPAGE="http://expect-lite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" diff --git a/dev-tcltk/expect-lite/expect-lite-4.5.0.ebuild b/dev-tcltk/expect-lite/expect-lite-4.5.0.ebuild index f71be14b1530..4440e9994297 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.5.0.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.5.0.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 + DESCRIPTION="quick and easy command line automation tool built on top of expect" HOMEPAGE="http://expect-lite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" diff --git a/dev-tcltk/expect-lite/expect-lite-4.6.0.ebuild b/dev-tcltk/expect-lite/expect-lite-4.6.0.ebuild index c68fc97a171a..c460f1458eef 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.6.0.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.6.0.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 + DESCRIPTION="quick and easy command line automation tool built on top of expect" HOMEPAGE="http://expect-lite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" diff --git a/dev-tcltk/expect-lite/expect-lite-4.6.1.ebuild b/dev-tcltk/expect-lite/expect-lite-4.6.1.ebuild index f71be14b1530..4440e9994297 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.6.1.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.6.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 + DESCRIPTION="quick and easy command line automation tool built on top of expect" HOMEPAGE="http://expect-lite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" diff --git a/dev-tcltk/expect-lite/expect-lite-4.6.2.ebuild b/dev-tcltk/expect-lite/expect-lite-4.6.2.ebuild index f71be14b1530..4440e9994297 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.6.2.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.6.2.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 + DESCRIPTION="quick and easy command line automation tool built on top of expect" HOMEPAGE="http://expect-lite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" diff --git a/dev-tcltk/expect-lite/expect-lite-4.7.2.ebuild b/dev-tcltk/expect-lite/expect-lite-4.7.2.ebuild index 21370a6918fc..c460f1458eef 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.7.2.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.7.2.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 + DESCRIPTION="quick and easy command line automation tool built on top of expect" HOMEPAGE="http://expect-lite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" |