summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-05-16 21:09:22 +0200
committerMichał Górny <mgorny@gentoo.org>2018-05-16 21:11:03 +0200
commitee30c1f6a37873431ba64cddf554f52c8011ce42 (patch)
tree5b5e494a965cd191f07e4d9bd523c853f931c91f
parentapp-portage/diffmask: Switch to GitHub (diff)
downloadgentoo-ee30c1f6a37873431ba64cddf554f52c8011ce42.tar.gz
gentoo-ee30c1f6a37873431ba64cddf554f52c8011ce42.tar.bz2
gentoo-ee30c1f6a37873431ba64cddf554f52c8011ce42.zip
app-portage/diffmask: Bump to EAPI 7
-rw-r--r--app-portage/diffmask/diffmask-0.3.3-r4.ebuild22
-rw-r--r--app-portage/diffmask/diffmask-9999.ebuild2
2 files changed, 23 insertions, 1 deletions
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