diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-01-14 17:56:55 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-01-14 18:18:54 +0100 |
commit | 38b21964d89c8ccebe1fe33596d4d7fa1dba5006 (patch) | |
tree | 7de7ef6f32fa5501d31ef7183b95ddfa64d8896e /virtual/imap-c-client | |
parent | dev-python/sphinx-gallery: fixup nose dep (diff) | |
download | gentoo-38b21964d89c8ccebe1fe33596d4d7fa1dba5006.tar.gz gentoo-38b21964d89c8ccebe1fe33596d4d7fa1dba5006.tar.bz2 gentoo-38b21964d89c8ccebe1fe33596d4d7fa1dba5006.zip |
virtual: [QA] Bump all virtuals with EAPI 3 or older to EAPI 5.
Also remove empty variable assignments.
As discussed in #gentoo-qa.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'virtual/imap-c-client')
-rw-r--r-- | virtual/imap-c-client/imap-c-client-0.ebuild | 10 | ||||
-rw-r--r-- | virtual/imap-c-client/imap-c-client-1.ebuild | 9 |
2 files changed, 4 insertions, 15 deletions
diff --git a/virtual/imap-c-client/imap-c-client-0.ebuild b/virtual/imap-c-client/imap-c-client-0.ebuild index 454b12823a3a..ed5eeafa0f2b 100644 --- a/virtual/imap-c-client/imap-c-client-0.ebuild +++ b/virtual/imap-c-client/imap-c-client-0.ebuild @@ -1,18 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=3 +EAPI=5 DESCRIPTION="Virtual for IMAP c-client" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" -DEPEND="" RDEPEND="|| ( net-libs/c-client net-mail/uw-imap )" diff --git a/virtual/imap-c-client/imap-c-client-1.ebuild b/virtual/imap-c-client/imap-c-client-1.ebuild index 6ffe64c8833e..504cd1bd3e5e 100644 --- a/virtual/imap-c-client/imap-c-client-1.ebuild +++ b/virtual/imap-c-client/imap-c-client-1.ebuild @@ -1,18 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=3 +EAPI=5 DESCRIPTION="Virtual for IMAP c-client" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="ssl" -DEPEND="" RDEPEND=" || ( net-libs/c-client[ssl=] net-mail/uw-imap[ssl=] )" |