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 /net-irc | |
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 'net-irc')
-rw-r--r-- | net-irc/dircproxy/dircproxy-1.2.0_rc1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/ircmap/ircmap-0.99.ebuild | 4 | ||||
-rw-r--r-- | net-irc/irssistats/irssistats-0.75.ebuild | 4 | ||||
-rw-r--r-- | net-irc/jircii/jircii-41.ebuild | 4 | ||||
-rw-r--r-- | net-irc/miau/miau-0.6.6.ebuild | 4 | ||||
-rw-r--r-- | net-irc/rhapsody/rhapsody-0.28b.ebuild | 4 |
6 files changed, 18 insertions, 6 deletions
diff --git a/net-irc/dircproxy/dircproxy-1.2.0_rc1.ebuild b/net-irc/dircproxy/dircproxy-1.2.0_rc1.ebuild index e71fc34eac95..05455c8e9abc 100644 --- a/net-irc/dircproxy/dircproxy-1.2.0_rc1.ebuild +++ b/net-irc/dircproxy/dircproxy-1.2.0_rc1.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 MY_P="${P/_rc/-RC}" diff --git a/net-irc/ircmap/ircmap-0.99.ebuild b/net-irc/ircmap/ircmap-0.99.ebuild index 40b6667a0e02..61a38d5469ed 100644 --- a/net-irc/ircmap/ircmap-0.99.ebuild +++ b/net-irc/ircmap/ircmap-0.99.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="Scripts to treate diagrams of IRC networks using the LINKS command" HOMEPAGE="http://pasky.or.cz/~pasky/irc/" SRC_URI="http://pasky.ji.cz/~pasky/irc/${PN}.tar.gz" diff --git a/net-irc/irssistats/irssistats-0.75.ebuild b/net-irc/irssistats/irssistats-0.75.ebuild index 83a10ff8894c..0491ea7ebbdc 100644 --- a/net-irc/irssistats/irssistats-0.75.ebuild +++ b/net-irc/irssistats/irssistats-0.75.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 toolchain-funcs DESCRIPTION="Generates HTML IRC stats based on irssi logs" diff --git a/net-irc/jircii/jircii-41.ebuild b/net-irc/jircii/jircii-41.ebuild index 34c8eeb45a18..a075bb2f7425 100644 --- a/net-irc/jircii/jircii-41.ebuild +++ b/net-irc/jircii/jircii-41.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 DESCRIPTION="jIRCii - IRC client written in Java" diff --git a/net-irc/miau/miau-0.6.6.ebuild b/net-irc/miau/miau-0.6.6.ebuild index 84cabb01c912..1f4834563943 100644 --- a/net-irc/miau/miau-0.6.6.ebuild +++ b/net-irc/miau/miau-0.6.6.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="Persistent IRC bouncer with multi-client support - a fork of muh" diff --git a/net-irc/rhapsody/rhapsody-0.28b.ebuild b/net-irc/rhapsody/rhapsody-0.28b.ebuild index 51a622f12e21..892b4df67e4a 100644 --- a/net-irc/rhapsody/rhapsody-0.28b.ebuild +++ b/net-irc/rhapsody/rhapsody-0.28b.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 toolchain-funcs eutils DESCRIPTION="IRC client intended to be displayed on a text console" |