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/gnustep-back | |
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/gnustep-back')
-rw-r--r-- | virtual/gnustep-back/gnustep-back-0.22.0.ebuild | 10 | ||||
-rw-r--r-- | virtual/gnustep-back/gnustep-back-0.23.0.ebuild | 10 | ||||
-rw-r--r-- | virtual/gnustep-back/gnustep-back-0.24.0.ebuild | 10 |
3 files changed, 12 insertions, 18 deletions
diff --git a/virtual/gnustep-back/gnustep-back-0.22.0.ebuild b/virtual/gnustep-back/gnustep-back-0.22.0.ebuild index 2fb0c4d8bc89..6929f94fca7f 100644 --- a/virtual/gnustep-back/gnustep-back-0.22.0.ebuild +++ b/virtual/gnustep-back/gnustep-back-0.22.0.ebuild @@ -1,17 +1,15 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=5 + DESCRIPTION="Virtual for back-end component for the GNUstep GUI Library" -HOMEPAGE="" -SRC_URI="" -LICENSE="" SLOT="0" KEYWORDS="~alpha amd64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" + RDEPEND="|| ( ~gnustep-base/gnustep-back-cairo-${PV} ~gnustep-base/gnustep-back-art-${PV} ~gnustep-base/gnustep-back-xlib-${PV} )" -DEPEND="" diff --git a/virtual/gnustep-back/gnustep-back-0.23.0.ebuild b/virtual/gnustep-back/gnustep-back-0.23.0.ebuild index 71766fac4f37..77ceb9a92104 100644 --- a/virtual/gnustep-back/gnustep-back-0.23.0.ebuild +++ b/virtual/gnustep-back/gnustep-back-0.23.0.ebuild @@ -1,17 +1,15 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=5 + DESCRIPTION="Virtual for back-end component for the GNUstep GUI Library" -HOMEPAGE="" -SRC_URI="" -LICENSE="" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" + RDEPEND="|| ( ~gnustep-base/gnustep-back-cairo-${PV} ~gnustep-base/gnustep-back-art-${PV} ~gnustep-base/gnustep-back-xlib-${PV} )" -DEPEND="" diff --git a/virtual/gnustep-back/gnustep-back-0.24.0.ebuild b/virtual/gnustep-back/gnustep-back-0.24.0.ebuild index 202d35401250..f3839c4911c3 100644 --- a/virtual/gnustep-back/gnustep-back-0.24.0.ebuild +++ b/virtual/gnustep-back/gnustep-back-0.24.0.ebuild @@ -1,17 +1,15 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=5 + DESCRIPTION="Virtual for back-end component for the GNUstep GUI Library" -HOMEPAGE="" -SRC_URI="" -LICENSE="" SLOT="0" KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" + RDEPEND="|| ( ~gnustep-base/gnustep-back-cairo-${PV} ~gnustep-base/gnustep-back-art-${PV} ~gnustep-base/gnustep-back-xlib-${PV} )" -DEPEND="" |