summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Martins <rafaelmartins@gentoo.org>2020-02-26 18:36:22 +0100
committerRafael Martins <rafaelmartins@gentoo.org>2020-02-26 18:37:34 +0100
commit9dca59fef3c9605b7a3a419bdd53d8be11fc947c (patch)
treede95ce6d2a42c8d77746ba1ffd62af543541e71f /app-portage/distpatch/distpatch-0.1.2-r1.ebuild
parentRevert "dev-python/numpydoc: Remove py2" (diff)
downloadgentoo-9dca59fef3c9605b7a3a419bdd53d8be11fc947c.tar.gz
gentoo-9dca59fef3c9605b7a3a419bdd53d8be11fc947c.tar.bz2
gentoo-9dca59fef3c9605b7a3a419bdd53d8be11fc947c.zip
app-portage/distpatch: python3 support. drop python2. bug #694576
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Rafael Martins <rafaelmartins@gentoo.org>
Diffstat (limited to 'app-portage/distpatch/distpatch-0.1.2-r1.ebuild')
-rw-r--r--app-portage/distpatch/distpatch-0.1.2-r1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-portage/distpatch/distpatch-0.1.2-r1.ebuild b/app-portage/distpatch/distpatch-0.1.2-r1.ebuild
deleted file mode 100644
index f54a61631051..000000000000
--- a/app-portage/distpatch/distpatch-0.1.2-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Distfile Patching Support for Gentoo Linux (tools)"
-HOMEPAGE="https://github.com/rafaelmartins/distpatch"
-SRC_URI="https://github.com/rafaelmartins/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-CDEPEND="
- >=sys-apps/portage-2.1.8.3[${PYTHON_USEDEP}]
- dev-python/snakeoil[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
- >=dev-util/diffball-1.0.1"