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 /media-gfx
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 'media-gfx')
-rw-r--r--media-gfx/aoi/aoi-2.5.ebuild4
-rw-r--r--media-gfx/aoi/aoi-2.7.2.ebuild4
-rw-r--r--media-gfx/aview/aview-1.3.0_rc1-r1.ebuild4
-rw-r--r--media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild4
-rw-r--r--media-gfx/cthumb/cthumb-4.2.ebuild4
-rw-r--r--media-gfx/ebdftopcf/ebdftopcf-2.ebuild4
-rw-r--r--media-gfx/exiftags/exiftags-1.01.ebuild4
-rw-r--r--media-gfx/fblogo/fblogo-0.5.2.ebuild4
-rw-r--r--media-gfx/figurine/figurine-1.0.5.ebuild4
-rw-r--r--media-gfx/galleryadd/galleryadd-2.30.ebuild4
-rw-r--r--media-gfx/jigl/jigl-2.0.1.ebuild4
-rw-r--r--media-gfx/jpeg2ps/jpeg2ps-1.9-r1.ebuild4
-rw-r--r--media-gfx/mkgallery/mkgallery-1.1.ebuild4
-rw-r--r--media-gfx/opcion/opcion-1.1.1-r2.ebuild4
-rw-r--r--media-gfx/pngrewrite/pngrewrite-1.3.0.ebuild4
-rw-r--r--media-gfx/psftools/psftools-1.0.7.ebuild4
-rw-r--r--media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild4
-rw-r--r--media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild4
-rw-r--r--media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild4
-rw-r--r--media-gfx/splash-themes-livecd/splash-themes-livecd-2006.0.ebuild4
-rw-r--r--media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild4
-rw-r--r--media-gfx/springgraph/springgraph-88.ebuild4
22 files changed, 66 insertions, 22 deletions
diff --git a/media-gfx/aoi/aoi-2.5.ebuild b/media-gfx/aoi/aoi-2.5.ebuild
index f5d4a06ed893..06c64af08dd5 100644
--- a/media-gfx/aoi/aoi-2.5.ebuild
+++ b/media-gfx/aoi/aoi-2.5.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 java-pkg-2 eutils
MY_P="aoi25"
diff --git a/media-gfx/aoi/aoi-2.7.2.ebuild b/media-gfx/aoi/aoi-2.7.2.ebuild
index 8ca8c4773ae4..df3e0a207a32 100644
--- a/media-gfx/aoi/aoi-2.7.2.ebuild
+++ b/media-gfx/aoi/aoi-2.7.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 java-pkg-2 eutils versionator
MY_V=$(delete_all_version_separators)
diff --git a/media-gfx/aview/aview-1.3.0_rc1-r1.ebuild b/media-gfx/aview/aview-1.3.0_rc1-r1.ebuild
index 1e5b6b8b0f42..d7700f082355 100644
--- a/media-gfx/aview/aview-1.3.0_rc1-r1.ebuild
+++ b/media-gfx/aview/aview-1.3.0_rc1-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
+
inherit base
MY_P=${P/_/}
diff --git a/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild b/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild
index 62295f78462d..80c9085d64ec 100644
--- a/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild
+++ b/media-gfx/bootsplash-themes/bootsplash-themes-20060913.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="A collection of Bootsplash themes"
HOMEPAGE="https://dev.gentoo.org/~spock/repos/bootsplash/"
THEME_URI="mirror://gentoo"
diff --git a/media-gfx/cthumb/cthumb-4.2.ebuild b/media-gfx/cthumb/cthumb-4.2.ebuild
index b95bafecc4d9..f351ea571726 100644
--- a/media-gfx/cthumb/cthumb-4.2.ebuild
+++ b/media-gfx/cthumb/cthumb-4.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="Create a statical HTML Image gallery with captions for each image"
HOMEPAGE="http://cthumb.sourceforge.net"
diff --git a/media-gfx/ebdftopcf/ebdftopcf-2.ebuild b/media-gfx/ebdftopcf/ebdftopcf-2.ebuild
index 5f6ae7673314..8a1bf3a4718d 100644
--- a/media-gfx/ebdftopcf/ebdftopcf-2.ebuild
+++ b/media-gfx/ebdftopcf/ebdftopcf-2.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
+
DESCRIPTION="ebdftopcf optimially generators PCF files from BDF files"
HOMEPAGE="https://www.gentoo.org/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
diff --git a/media-gfx/exiftags/exiftags-1.01.ebuild b/media-gfx/exiftags/exiftags-1.01.ebuild
index 2690748c7c4a..b2ff92f16ae2 100644
--- a/media-gfx/exiftags/exiftags-1.01.ebuild
+++ b/media-gfx/exiftags/exiftags-1.01.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 toolchain-funcs
DESCRIPTION="Extracts JPEG EXIF headers from digital camera photos"
diff --git a/media-gfx/fblogo/fblogo-0.5.2.ebuild b/media-gfx/fblogo/fblogo-0.5.2.ebuild
index a9dca8cedc83..22a2d6a35290 100644
--- a/media-gfx/fblogo/fblogo-0.5.2.ebuild
+++ b/media-gfx/fblogo/fblogo-0.5.2.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 toolchain-funcs
DESCRIPTION="Creates images to substitute Linux boot logo"
diff --git a/media-gfx/figurine/figurine-1.0.5.ebuild b/media-gfx/figurine/figurine-1.0.5.ebuild
index fb75996726ba..fc075a7027cc 100644
--- a/media-gfx/figurine/figurine-1.0.5.ebuild
+++ b/media-gfx/figurine/figurine-1.0.5.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="A vector based graphics editor similar to xfig, but simpler"
HOMEPAGE="http://figurine.sourceforge.net/"
SRC_URI="mirror://sourceforge/figurine/${P}.tar.gz"
diff --git a/media-gfx/galleryadd/galleryadd-2.30.ebuild b/media-gfx/galleryadd/galleryadd-2.30.ebuild
index 0447fc67f4aa..7f0e2e0fbbf1 100644
--- a/media-gfx/galleryadd/galleryadd-2.30.ebuild
+++ b/media-gfx/galleryadd/galleryadd-2.30.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
+
DESCRIPTION="Perl script to recursively adds directories/images to Gallery"
HOMEPAGE="http://iainlea.dyndns.org/software/galleryadd/"
SRC_URI="http://iainlea.dyndns.org/software/galleryadd/${P}.tar.gz"
diff --git a/media-gfx/jigl/jigl-2.0.1.ebuild b/media-gfx/jigl/jigl-2.0.1.ebuild
index e5e5f2067b43..4b4f15233af0 100644
--- a/media-gfx/jigl/jigl-2.0.1.ebuild
+++ b/media-gfx/jigl/jigl-2.0.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
+
DESCRIPTION="Jason's Image Gallery"
HOMEPAGE="http://xome.net/projects/jigl/"
SRC_URI="http://xome.net/projects/jigl/${P}.tar.gz"
diff --git a/media-gfx/jpeg2ps/jpeg2ps-1.9-r1.ebuild b/media-gfx/jpeg2ps/jpeg2ps-1.9-r1.ebuild
index 7ee60c97d61f..d3601094ce6f 100644
--- a/media-gfx/jpeg2ps/jpeg2ps-1.9-r1.ebuild
+++ b/media-gfx/jpeg2ps/jpeg2ps-1.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 eutils toolchain-funcs
DESCRIPTION="Converts JPEG images to Postscript using a wrapper"
diff --git a/media-gfx/mkgallery/mkgallery-1.1.ebuild b/media-gfx/mkgallery/mkgallery-1.1.ebuild
index 6915b66ce5f2..177b193e832c 100644
--- a/media-gfx/mkgallery/mkgallery-1.1.ebuild
+++ b/media-gfx/mkgallery/mkgallery-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
+
DESCRIPTION="Creates thumbnails and a HTML index file for a directory of jpg files"
HOMEPAGE="http://mkgallery.sourceforge.net/"
SRC_URI="http://mkgallery.sourceforge.net/${P}.tgz"
diff --git a/media-gfx/opcion/opcion-1.1.1-r2.ebuild b/media-gfx/opcion/opcion-1.1.1-r2.ebuild
index 421aa9e100b6..9d00507f7c00 100644
--- a/media-gfx/opcion/opcion-1.1.1-r2.ebuild
+++ b/media-gfx/opcion/opcion-1.1.1-r2.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
MY_P="Opcion_v${PV}"
diff --git a/media-gfx/pngrewrite/pngrewrite-1.3.0.ebuild b/media-gfx/pngrewrite/pngrewrite-1.3.0.ebuild
index 4fdba3ba5d7a..62bb8328e0f3 100644
--- a/media-gfx/pngrewrite/pngrewrite-1.3.0.ebuild
+++ b/media-gfx/pngrewrite/pngrewrite-1.3.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 toolchain-funcs base
DESCRIPTION="A utility which reduces large palettes in PNG images"
diff --git a/media-gfx/psftools/psftools-1.0.7.ebuild b/media-gfx/psftools/psftools-1.0.7.ebuild
index 2cdfc40cc302..e9e8e4bbf30c 100644
--- a/media-gfx/psftools/psftools-1.0.7.ebuild
+++ b/media-gfx/psftools/psftools-1.0.7.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
+
DESCRIPTION="Utilities for manipulation of console fonts in PSF format"
HOMEPAGE="http://www.seasip.info/Unix/PSF/"
SRC_URI="http://www.seasip.info/Unix/PSF/${P}.tar.gz"
diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild
index 0c33a319051b..47cedc02f9bc 100644
--- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild
+++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.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
+
S="${WORKDIR}/livecd-${PV}"
DESCRIPTION="Gentoo theme for gensplash consoles"
HOMEPAGE="https://www.gentoo.org/"
diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild
index 0a81732e5410..7a0bff437888 100644
--- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild
+++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.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
+
MY_P="gentoo-livecd-${PV}"
MY_REV="0.9.1"
DESCRIPTION="Gentoo theme for gensplash consoles"
diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild
index 75c895bd71a8..9f3806493a10 100644
--- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild
+++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.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
+
MY_P="gentoo-livecd-${PV}"
MY_REV="0.9.2"
DESCRIPTION="Gentoo theme for gensplash consoles"
diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.0.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.0.ebuild
index f33946acddeb..17bc45e58a98 100644
--- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.0.ebuild
+++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.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
+
MY_P="gentoo-livecd-${PV}"
MY_REV="0.9.3"
DESCRIPTION="Gentoo theme for gensplash consoles"
diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild
index cce53f3873b2..a47bd26782b6 100644
--- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild
+++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.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
+
MY_P="gentoo-livecd-${PV}"
MY_REV="0.9.4"
DESCRIPTION="Gentoo theme for gensplash consoles"
diff --git a/media-gfx/springgraph/springgraph-88.ebuild b/media-gfx/springgraph/springgraph-88.ebuild
index 5b76e3db5e66..8b15f006c874 100644
--- a/media-gfx/springgraph/springgraph-88.ebuild
+++ b/media-gfx/springgraph/springgraph-88.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 eutils
DESCRIPTION="Generate spring graphs from graphviz input files"