Skip to content

Commit

Permalink
virtual: [QA] Bump some virtuals from EAPI 4 to 5.
Browse files Browse the repository at this point in the history
Newer ebuilds of the same package should not have an older EAPI.
Thanks to leio for pointing this out. Updates commit 38b2196.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
ulm committed Jan 31, 2017
1 parent e84b3e1 commit 6125e48
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 39 deletions.
7 changes: 1 addition & 6 deletions virtual/acl/acl-0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="4"
EAPI=5

inherit multilib-build

DESCRIPTION="Virtual for acl support (sys/acl.h)"
HOMEPAGE=""
SRC_URI=""

LICENSE=""
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="static-libs"

DEPEND=""
RDEPEND="kernel_linux? ( >=sys-apps/acl-2.2.52-r1[static-libs?,${MULTILIB_USEDEP}] )
kernel_FreeBSD? ( >=sys-freebsd/freebsd-lib-9.1-r10[${MULTILIB_USEDEP}] )"
8 changes: 1 addition & 7 deletions virtual/cron/cron-0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=4
EAPI=5

DESCRIPTION="Virtual for cron"
HOMEPAGE=""
SRC_URI=""

LICENSE=""
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE=""

DEPEND=""
RDEPEND="|| ( sys-process/cronie
sys-process/vixie-cron
sys-process/bcron
Expand Down
6 changes: 1 addition & 5 deletions virtual/libiconv/libiconv-0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=4
EAPI=5

inherit multilib-build

DESCRIPTION="Virtual for the GNU conversion library"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="elibc_glibc elibc_uclibc elibc_musl elibc_mintlib"
DEPEND=""

# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between
# that and gcc
Expand Down
6 changes: 1 addition & 5 deletions virtual/libiconv/libiconv-0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=4
EAPI=5

inherit multilib-build

DESCRIPTION="Virtual for the GNU conversion library"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="elibc_glibc elibc_uclibc elibc_musl elibc_mintlib"
DEPEND=""

# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between
# that and gcc
Expand Down
6 changes: 1 addition & 5 deletions virtual/libintl/libintl-0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=4
EAPI=5

inherit multilib-build

DESCRIPTION="Virtual for the GNU Internationalization Library"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="elibc_glibc elibc_uclibc"
DEPEND=""

# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between
# that and gcc. And don't force uClibc to dep on this.
Expand Down
4 changes: 1 addition & 3 deletions virtual/libintl/libintl-0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"
EAPI=5

inherit multilib-build

DESCRIPTION="Virtual for the GNU Internationalization Library"

LICENSE=""
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="elibc_glibc elibc_musl elibc_uclibc"
Expand Down
9 changes: 1 addition & 8 deletions virtual/mta/mta-1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=4
EAPI=5

DESCRIPTION="Virtual for Message Transfer Agents"
HOMEPAGE=""
SRC_URI=""

LICENSE=""
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""

DEPEND=""

# mail-mta/citadel is from sunrise
RDEPEND="|| ( mail-mta/nullmailer
Expand Down

0 comments on commit 6125e48

Please sign in to comment.