summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-04-29 13:52:02 +0200
committerMichał Górny <mgorny@gentoo.org>2018-05-01 20:37:34 +0200
commit4a409a1ecd75d064e8b471f6131bb1feb83c37a8 (patch)
treead19729542f1e853b610fbb243f35a6292279efd /www-apps
parentdev-libs/openssl: Bump to version 1.1.1_pre6. Removed old. (diff)
downloadgentoo-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 'www-apps')
-rw-r--r--www-apps/browser-config/browser-config-1.1.ebuild4
-rw-r--r--www-apps/cvsweb/cvsweb-1.112.ebuild4
-rw-r--r--www-apps/cvsweb/cvsweb-3.0.5.ebuild4
-rw-r--r--www-apps/cvsweb/cvsweb-3.0.6.ebuild4
-rw-r--r--www-apps/drraw/drraw-2.0.1.ebuild4
-rw-r--r--www-apps/drraw/drraw-2.1.3.ebuild4
-rw-r--r--www-apps/freeradius-dialupadmin/freeradius-dialupadmin-1.70.3.ebuild4
-rw-r--r--www-apps/freeradius-dialupadmin/freeradius-dialupadmin-1.80.ebuild4
-rw-r--r--www-apps/metadot/metadot-6.1.6-r1.ebuild4
-rw-r--r--www-apps/metadot/metadot-6.4.5.4-r2.ebuild4
-rw-r--r--www-apps/mod_survey/mod_survey-3.2.5.ebuild2
-rw-r--r--www-apps/mypictures/mypictures-20040202-r1.ebuild4
-rw-r--r--www-apps/mypictures/mypictures-20040202.ebuild4
-rw-r--r--www-apps/nanoblogger/nanoblogger-3.2.3.ebuild4
-rw-r--r--www-apps/nanoblogger/nanoblogger-3.3.ebuild4
-rw-r--r--www-apps/openwebstats/openwebstats-1.1.ebuild4
-rw-r--r--www-apps/pcgi/pcgi-2.0_alpha5.ebuild4
-rw-r--r--www-apps/phpwebsite/phpwebsite-0.10.2.ebuild4
-rw-r--r--www-apps/sitebar/sitebar-3.3.9-r1.ebuild4
19 files changed, 56 insertions, 18 deletions
diff --git a/www-apps/browser-config/browser-config-1.1.ebuild b/www-apps/browser-config/browser-config-1.1.ebuild
index 4560d62ee0ea..11a77daf42f3 100644
--- a/www-apps/browser-config/browser-config-1.1.ebuild
+++ b/www-apps/browser-config/browser-config-1.1.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="A lightweight modular configurable http url handler/browser launcher"
HOMEPAGE="https://www.gentoo.org/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
diff --git a/www-apps/cvsweb/cvsweb-1.112.ebuild b/www-apps/cvsweb/cvsweb-1.112.ebuild
index 475a89beac01..5fa2971adefa 100644
--- a/www-apps/cvsweb/cvsweb-1.112.ebuild
+++ b/www-apps/cvsweb/cvsweb-1.112.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
+
DESCRIPTION="WWW interface to a CVS tree"
HOMEPAGE="http://www.freebsd.org/projects/cvsweb.html"
SRC_URI="mirror://gentoo/${P}.tar.gz"
diff --git a/www-apps/cvsweb/cvsweb-3.0.5.ebuild b/www-apps/cvsweb/cvsweb-3.0.5.ebuild
index 04e2333ac8f0..419ac221f853 100644
--- a/www-apps/cvsweb/cvsweb-3.0.5.ebuild
+++ b/www-apps/cvsweb/cvsweb-3.0.5.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 webapp
DESCRIPTION="WWW interface to a CVS tree"
diff --git a/www-apps/cvsweb/cvsweb-3.0.6.ebuild b/www-apps/cvsweb/cvsweb-3.0.6.ebuild
index 00ed18debcbd..822b6502b897 100644
--- a/www-apps/cvsweb/cvsweb-3.0.6.ebuild
+++ b/www-apps/cvsweb/cvsweb-3.0.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 webapp
DESCRIPTION="WWW interface to a CVS tree"
diff --git a/www-apps/drraw/drraw-2.0.1.ebuild b/www-apps/drraw/drraw-2.0.1.ebuild
index db9c7e1cb1c1..62998f47098a 100644
--- a/www-apps/drraw/drraw-2.0.1.ebuild
+++ b/www-apps/drraw/drraw-2.0.1.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
+
inherit webapp
DESCRIPTION="drraw is a simple web based presentation front-end for RRDtool"
diff --git a/www-apps/drraw/drraw-2.1.3.ebuild b/www-apps/drraw/drraw-2.1.3.ebuild
index 6682f05f4365..6b7773be9e09 100644
--- a/www-apps/drraw/drraw-2.1.3.ebuild
+++ b/www-apps/drraw/drraw-2.1.3.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
+
inherit webapp
DESCRIPTION="drraw is a simple web based presentation front-end for RRDtool"
diff --git a/www-apps/freeradius-dialupadmin/freeradius-dialupadmin-1.70.3.ebuild b/www-apps/freeradius-dialupadmin/freeradius-dialupadmin-1.70.3.ebuild
index 00b0e8d6afa6..9bf34f6453b9 100644
--- a/www-apps/freeradius-dialupadmin/freeradius-dialupadmin-1.70.3.ebuild
+++ b/www-apps/freeradius-dialupadmin/freeradius-dialupadmin-1.70.3.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 webapp
MY_FREERADIUS_P="freeradius-1.1.6"
diff --git a/www-apps/freeradius-dialupadmin/freeradius-dialupadmin-1.80.ebuild b/www-apps/freeradius-dialupadmin/freeradius-dialupadmin-1.80.ebuild
index d2c682b129ad..c03e4900136e 100644
--- a/www-apps/freeradius-dialupadmin/freeradius-dialupadmin-1.80.ebuild
+++ b/www-apps/freeradius-dialupadmin/freeradius-dialupadmin-1.80.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 webapp
MY_FREERADIUS_PV="2.1.1"
diff --git a/www-apps/metadot/metadot-6.1.6-r1.ebuild b/www-apps/metadot/metadot-6.1.6-r1.ebuild
index fbef34d5c613..8346e6b77398 100644
--- a/www-apps/metadot/metadot-6.1.6-r1.ebuild
+++ b/www-apps/metadot/metadot-6.1.6-r1.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 webapp
MY_P=${P/-/}
S=${WORKDIR}/${PN}
diff --git a/www-apps/metadot/metadot-6.4.5.4-r2.ebuild b/www-apps/metadot/metadot-6.4.5.4-r2.ebuild
index 4ab1afba1f7a..cc9ac3b5e160 100644
--- a/www-apps/metadot/metadot-6.4.5.4-r2.ebuild
+++ b/www-apps/metadot/metadot-6.4.5.4-r2.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit webapp
MY_P="Metadot${PV}"
S=${WORKDIR}/${PN}
diff --git a/www-apps/mod_survey/mod_survey-3.2.5.ebuild b/www-apps/mod_survey/mod_survey-3.2.5.ebuild
index 4fef9c59543a..9fe895cc6616 100644
--- a/www-apps/mod_survey/mod_survey-3.2.5.ebuild
+++ b/www-apps/mod_survey/mod_survey-3.2.5.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit depend.apache webapp
WEBAPP_MANUAL_SLOT="yes"
diff --git a/www-apps/mypictures/mypictures-20040202-r1.ebuild b/www-apps/mypictures/mypictures-20040202-r1.ebuild
index 1000dd3a5401..d82dfd6f382d 100644
--- a/www-apps/mypictures/mypictures-20040202-r1.ebuild
+++ b/www-apps/mypictures/mypictures-20040202-r1.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 webapp eutils
DESCRIPTION="Simple photo-gallery for websites"
diff --git a/www-apps/mypictures/mypictures-20040202.ebuild b/www-apps/mypictures/mypictures-20040202.ebuild
index 87893521a344..bfb926120d7f 100644
--- a/www-apps/mypictures/mypictures-20040202.ebuild
+++ b/www-apps/mypictures/mypictures-20040202.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 webapp eutils
DESCRIPTION="Simple photo-gallery for websites"
diff --git a/www-apps/nanoblogger/nanoblogger-3.2.3.ebuild b/www-apps/nanoblogger/nanoblogger-3.2.3.ebuild
index 0a57d0807f66..a4e50036ec2c 100644
--- a/www-apps/nanoblogger/nanoblogger-3.2.3.ebuild
+++ b/www-apps/nanoblogger/nanoblogger-3.2.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
+
inherit bash-completion-r1
DESCRIPTION="Small and simple weblog engine written in Bash for the command-line"
diff --git a/www-apps/nanoblogger/nanoblogger-3.3.ebuild b/www-apps/nanoblogger/nanoblogger-3.3.ebuild
index b305d681bb49..66a4ec784004 100644
--- a/www-apps/nanoblogger/nanoblogger-3.3.ebuild
+++ b/www-apps/nanoblogger/nanoblogger-3.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
+
inherit bash-completion-r1
DESCRIPTION="Small and simple weblog engine written in Bash for the command-line"
diff --git a/www-apps/openwebstats/openwebstats-1.1.ebuild b/www-apps/openwebstats/openwebstats-1.1.ebuild
index 5171e9031e40..037e16bdcce6 100644
--- a/www-apps/openwebstats/openwebstats-1.1.ebuild
+++ b/www-apps/openwebstats/openwebstats-1.1.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
+
inherit webapp
DESCRIPTION="PHP stats app that reads Apache logs and imports the data into a MySQL database"
diff --git a/www-apps/pcgi/pcgi-2.0_alpha5.ebuild b/www-apps/pcgi/pcgi-2.0_alpha5.ebuild
index c9815cd57798..b4b6a1e0a96a 100644
--- a/www-apps/pcgi/pcgi-2.0_alpha5.ebuild
+++ b/www-apps/pcgi/pcgi-2.0_alpha5.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
+
# this package is ONLY available inside the Zope tarball!!!
ZOPE_PV=2.6.1
ZOPE_P=Zope-${ZOPE_PV}-src
diff --git a/www-apps/phpwebsite/phpwebsite-0.10.2.ebuild b/www-apps/phpwebsite/phpwebsite-0.10.2.ebuild
index 7ffafe8c5a2d..9b2035df2cc8 100644
--- a/www-apps/phpwebsite/phpwebsite-0.10.2.ebuild
+++ b/www-apps/phpwebsite/phpwebsite-0.10.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
+
inherit webapp
DESCRIPTION="phpWebSite Content Management System"
diff --git a/www-apps/sitebar/sitebar-3.3.9-r1.ebuild b/www-apps/sitebar/sitebar-3.3.9-r1.ebuild
index ef0c74bbf1cb..7c27ae26c110 100644
--- a/www-apps/sitebar/sitebar-3.3.9-r1.ebuild
+++ b/www-apps/sitebar/sitebar-3.3.9-r1.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 webapp eutils
MY_P=SiteBar-${PV}