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 /app-misc
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 'app-misc')
-rw-r--r--app-misc/astrolog-ephemeris/astrolog-ephemeris-5.40.ebuild4
-rw-r--r--app-misc/bfm/bfm-1.2-r1.ebuild4
-rw-r--r--app-misc/cadubi/cadubi-1.3.ebuild4
-rw-r--r--app-misc/cdcat/cdcat-0.3.ebuild4
-rw-r--r--app-misc/cdctl/cdctl-0.15.ebuild4
-rw-r--r--app-misc/egads/egads-0.9.5.ebuild4
-rw-r--r--app-misc/fujiplay/fujiplay-1.33.ebuild4
-rw-r--r--app-misc/inputlircd/inputlircd-0.0.1_pre11.ebuild4
-rw-r--r--app-misc/lcdproc/lcdproc-0.5.2-r1.ebuild4
-rw-r--r--app-misc/lxsplit/lxsplit-0.2.4.ebuild4
-rw-r--r--app-misc/matew/matew-1.9.ebuild4
-rw-r--r--app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild4
-rw-r--r--app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild4
-rw-r--r--app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild4
-rw-r--r--app-misc/towitoko/towitoko-2.0.7-r2.ebuild4
-rw-r--r--app-misc/tpconfig/tpconfig-3.1.3-r1.ebuild4
-rw-r--r--app-misc/tpconfig/tpconfig-3.1.3-r2.ebuild4
17 files changed, 51 insertions, 17 deletions
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-5.40.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-5.40.ebuild
index e161e7bdf2a3..0e79b4d13905 100644
--- a/app-misc/astrolog-ephemeris/astrolog-ephemeris-5.40.ebuild
+++ b/app-misc/astrolog-ephemeris/astrolog-ephemeris-5.40.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
+
DESCRIPTION="ephemeris files for optional extended accuracy of astrolog's calculations"
HOMEPAGE="http://www.astrolog.org/astrolog.htm"
SRC_URI="http://www.astrolog.org/ftp/ephem/ephemall.zip"
diff --git a/app-misc/bfm/bfm-1.2-r1.ebuild b/app-misc/bfm/bfm-1.2-r1.ebuild
index aaeaa2a4f0e8..82b1a274fd54 100644
--- a/app-misc/bfm/bfm-1.2-r1.ebuild
+++ b/app-misc/bfm/bfm-1.2-r1.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
+
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
diff --git a/app-misc/cadubi/cadubi-1.3.ebuild b/app-misc/cadubi/cadubi-1.3.ebuild
index 99c18986c64d..bbc15dfa8a7b 100644
--- a/app-misc/cadubi/cadubi-1.3.ebuild
+++ b/app-misc/cadubi/cadubi-1.3.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 eutils multilib
DESCRIPTION="CADUBI is an application that allows you to draw ASCII-Art images"
diff --git a/app-misc/cdcat/cdcat-0.3.ebuild b/app-misc/cdcat/cdcat-0.3.ebuild
index 496a064140db..e97b12414768 100644
--- a/app-misc/cdcat/cdcat-0.3.ebuild
+++ b/app-misc/cdcat/cdcat-0.3.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="simple yet effective CD indexing program"
# original src went away: SRC_URI="http://littledragon.home.ro/unix/${P}.tar.gz"
SRC_URI="mirror://gentoo/${P}.tar.gz"
diff --git a/app-misc/cdctl/cdctl-0.15.ebuild b/app-misc/cdctl/cdctl-0.15.ebuild
index 103a50ff0759..59b947b72297 100644
--- a/app-misc/cdctl/cdctl-0.15.ebuild
+++ b/app-misc/cdctl/cdctl-0.15.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 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="Utility to control your cd/dvd drive"
diff --git a/app-misc/egads/egads-0.9.5.ebuild b/app-misc/egads/egads-0.9.5.ebuild
index e4c4d575e56b..d5b679a67010 100644
--- a/app-misc/egads/egads-0.9.5.ebuild
+++ b/app-misc/egads/egads-0.9.5.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 multilib toolchain-funcs
DESCRIPTION="Entropy Gathering And Distribution System"
diff --git a/app-misc/fujiplay/fujiplay-1.33.ebuild b/app-misc/fujiplay/fujiplay-1.33.ebuild
index 458cb23190cb..17402bcb3856 100644
--- a/app-misc/fujiplay/fujiplay-1.33.ebuild
+++ b/app-misc/fujiplay/fujiplay-1.33.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="Utility for Fujifilm/Leica digital cameras (via serial port)"
diff --git a/app-misc/inputlircd/inputlircd-0.0.1_pre11.ebuild b/app-misc/inputlircd/inputlircd-0.0.1_pre11.ebuild
index 517bf8e15f58..fc912181ccaf 100644
--- a/app-misc/inputlircd/inputlircd-0.0.1_pre11.ebuild
+++ b/app-misc/inputlircd/inputlircd-0.0.1_pre11.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
+
DESCRIPTION="Inputlirc daemon to utilize /dev/input/event*"
HOMEPAGE="https://github.com/ferdinandhuebner/inputlirc"
SRC_URI="http://gentooexperimental.org/~genstef/dist/${P}.tar.bz2"
diff --git a/app-misc/lcdproc/lcdproc-0.5.2-r1.ebuild b/app-misc/lcdproc/lcdproc-0.5.2-r1.ebuild
index 3db5041fe815..9dfadf6234ce 100644
--- a/app-misc/lcdproc/lcdproc-0.5.2-r1.ebuild
+++ b/app-misc/lcdproc/lcdproc-0.5.2-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
+
WANT_AUTOMAKE="1.9"
inherit eutils autotools multilib
diff --git a/app-misc/lxsplit/lxsplit-0.2.4.ebuild b/app-misc/lxsplit/lxsplit-0.2.4.ebuild
index 6371d9fdac51..b4cf94587c86 100644
--- a/app-misc/lxsplit/lxsplit-0.2.4.ebuild
+++ b/app-misc/lxsplit/lxsplit-0.2.4.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 toolchain-funcs
DESCRIPTION="Command-line file splitter/joiner for Linux"
diff --git a/app-misc/matew/matew-1.9.ebuild b/app-misc/matew/matew-1.9.ebuild
index 11a4803cb337..7d27f1b42561 100644
--- a/app-misc/matew/matew-1.9.ebuild
+++ b/app-misc/matew/matew-1.9.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="Make Album The Easy Way (Matew) is an HTML/CSS generator for static image albums"
HOMEPAGE="http://inquisb.github.io/matew/"
SRC_URI="mirror://sourceforge/matew/${P}.tar.bz2"
diff --git a/app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild b/app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild
index 386c4fd3b72e..1df332c4519a 100644
--- a/app-misc/ps3pf_utils/ps3pf_utils-2.1.1.ebuild
+++ b/app-misc/ps3pf_utils/ps3pf_utils-2.1.1.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 flag-o-matic
DESCRIPTION="Utilities to set the ps3 specific features"
diff --git a/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild b/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild
index 62d467d9f500..a7ff984ad3d9 100644
--- a/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild
+++ b/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.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 flag-o-matic
DESCRIPTION="Utilities to set the ps3 specific features"
diff --git a/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild b/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild
index b1c991e4dd75..f077de454c08 100644
--- a/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild
+++ b/app-misc/ps3pf_utils/ps3pf_utils-2.3.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 flag-o-matic
DESCRIPTION="Utilities to set the ps3 specific features"
diff --git a/app-misc/towitoko/towitoko-2.0.7-r2.ebuild b/app-misc/towitoko/towitoko-2.0.7-r2.ebuild
index 9ba4886366b9..fb31a59e4793 100644
--- a/app-misc/towitoko/towitoko-2.0.7-r2.ebuild
+++ b/app-misc/towitoko/towitoko-2.0.7-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
+
IUSE="moneyplex"
DESCRIPTION="Provides a driver for using Towitoko smartcard readers under UNIX environment"
diff --git a/app-misc/tpconfig/tpconfig-3.1.3-r1.ebuild b/app-misc/tpconfig/tpconfig-3.1.3-r1.ebuild
index 1b3ced07ded7..4fe0e3cb8031 100644
--- a/app-misc/tpconfig/tpconfig-3.1.3-r1.ebuild
+++ b/app-misc/tpconfig/tpconfig-3.1.3-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 toolchain-funcs
DESCRIPTION="Touchpad config for ALPS and Synaptics TPs. Controls tap/click behaviour"
diff --git a/app-misc/tpconfig/tpconfig-3.1.3-r2.ebuild b/app-misc/tpconfig/tpconfig-3.1.3-r2.ebuild
index 3cbffcaf9542..334811db95d8 100644
--- a/app-misc/tpconfig/tpconfig-3.1.3-r2.ebuild
+++ b/app-misc/tpconfig/tpconfig-3.1.3-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 toolchain-funcs
DESCRIPTION="Touchpad config for ALPS and Synaptics TPs. Controls tap/click behaviour"