From ee30c1f6a37873431ba64cddf554f52c8011ce42 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 16 May 2018 21:09:22 +0200 Subject: [PATCH] app-portage/diffmask: Bump to EAPI 7 --- app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 22 +++++++++++++++++++ app-portage/diffmask/diffmask-9999.ebuild | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 app-portage/diffmask/diffmask-0.3.3-r4.ebuild diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild new file mode 100644 index 000000000000..80b09bc47ee5 --- /dev/null +++ b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) + +inherit distutils-r1 + +DESCRIPTION="A utility to maintain package.unmask entries up-to-date with masks" +HOMEPAGE="https://github.com/mgorny/diffmask/" +SRC_URI="https://github.com/mgorny/diffmask/releases/download/${P}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + || ( + sys-apps/portage[${PYTHON_USEDEP}] + sys-apps/portage-mgorny[${PYTHON_USEDEP}] + )" diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild index 14151f6b5aba..8c0f4525f829 100644 --- a/app-portage/diffmask/diffmask-9999.ebuild +++ b/app-portage/diffmask/diffmask-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 git-r3 -- 2.26.2