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-p2p | |
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-p2p')
-rw-r--r-- | net-p2p/createtorrent/createtorrent-1.1.4.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/ctcs/ctcs-1.4.1.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/myster/myster-8.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/smet2html/smet2html-0.1.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/xnap/xnap-2.5-r3.ebuild | 4 |
6 files changed, 18 insertions, 6 deletions
diff --git a/net-p2p/createtorrent/createtorrent-1.1.4.ebuild b/net-p2p/createtorrent/createtorrent-1.1.4.ebuild index bd1271c894bc..39fb8045e088 100644 --- a/net-p2p/createtorrent/createtorrent-1.1.4.ebuild +++ b/net-p2p/createtorrent/createtorrent-1.1.4.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 autotools eutils DESCRIPTION="Create BitTorrent files easily" diff --git a/net-p2p/ctcs/ctcs-1.4.1.ebuild b/net-p2p/ctcs/ctcs-1.4.1.ebuild index 3276110e24fd..651ab52c665a 100644 --- a/net-p2p/ctcs/ctcs-1.4.1.ebuild +++ b/net-p2p/ctcs/ctcs-1.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="interface for monitoring and managing Enhanced CTorrent clients" HOMEPAGE="http://www.rahul.net/dholmes/ctorrent/ctcs.html" SRC_URI="http://www.rahul.net/dholmes/ctorrent/${P}.tar.gz" diff --git a/net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.ebuild b/net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.ebuild index a7ded3a91958..eb02e99c77d5 100644 --- a/net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.ebuild +++ b/net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.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 eutils toolchain-funcs DESCRIPTION="Console .torrent file creator. It support Multi Trackers (tier groups)" diff --git a/net-p2p/myster/myster-8.0-r1.ebuild b/net-p2p/myster/myster-8.0-r1.ebuild index c1ad294dc128..54197b81b0b4 100644 --- a/net-p2p/myster/myster-8.0-r1.ebuild +++ b/net-p2p/myster/myster-8.0-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 java-pkg-2 MY_PV=${PV/.0/} diff --git a/net-p2p/smet2html/smet2html-0.1.ebuild b/net-p2p/smet2html/smet2html-0.1.ebuild index 2ab8eeec43aa..7f2c295a17b0 100644 --- a/net-p2p/smet2html/smet2html-0.1.ebuild +++ b/net-p2p/smet2html/smet2html-0.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="Convert eDonkey2000 server.met to html" HOMEPAGE="http://ed2k-tools.sourceforge.net/${PN}.shtml" SRC_URI="mirror://sourceforge/ed2k-tools/${P}.tar.gz" diff --git a/net-p2p/xnap/xnap-2.5-r3.ebuild b/net-p2p/xnap/xnap-2.5-r3.ebuild index 1e6279868f2e..c77d4e4539f6 100644 --- a/net-p2p/xnap/xnap-2.5-r3.ebuild +++ b/net-p2p/xnap/xnap-2.5-r3.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="A P2P framework and client" HOMEPAGE="http://xnap.sf.net" SRC_URI="mirror://sourceforge/xnap/${P}r3.jar" |