summaryrefslogtreecommitdiff
path: root/dev-python/patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/patch
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/patch')
-rw-r--r--dev-python/patch/Manifest3
-rw-r--r--dev-python/patch/metadata.xml12
-rw-r--r--dev-python/patch/patch-1.16.ebuild22
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/patch/Manifest b/dev-python/patch/Manifest
deleted file mode 100644
index 8578f0f3bcf0..000000000000
--- a/dev-python/patch/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST patch-1.16.zip 12809 BLAKE2B 43e751edd4a51a530968b6b7accf64e35f2886c55b9f0b7206d8f568b51937fcfb266a7b41df22bb9f05b4d2549782f6f5a64037dc8b3c4a075cd521b7ac3eca SHA512 563be07f0376e6ddcf7fa500006d57def4faa2d9fdbd5232afac625d17d9621787de60dc67f0895e1f54f1d5cf0920594ade0985f1dfb7796f131acc92cd7f0b
-EBUILD patch-1.16.ebuild 494 BLAKE2B 137d6ba4d25c3e0d1089409060067a3707898ef16971b874129ec1cfb077031b89770bcec6122e1123d609066798dd31ed297c2e4a57a9251ba0831e855691e4 SHA512 1c2dcfd17e11acf0fa8c796b1e2b724538e196accf28ef1f4f72791b23c59185909cbd00211d3415c23fb72687638a52a1da33c0fd5b85ffca46d3c388493ec0
-MISC metadata.xml 382 BLAKE2B 1a7923939c7b122ec6c8ea4836c33f24cb7141e9e6d08d9ace99b917057b414e3d43e14b47a0ffee828c853a1442e498db5a81e636a979ceec3d6717c8bfc1c5 SHA512 997aea675440c86e710e01e3202e4e7d228860166ed568a5289f379461f3c4c9f088e1b31988ca052376acf3442a66908564692eb958455dd1c12ed59920acdc
diff --git a/dev-python/patch/metadata.xml b/dev-python/patch/metadata.xml
deleted file mode 100644
index 9c559b52821e..000000000000
--- a/dev-python/patch/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="github">techtonik/python-patch</remote-id>
- <remote-id type="pypi">patch</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/patch/patch-1.16.ebuild b/dev-python/patch/patch-1.16.ebuild
deleted file mode 100644
index 058632249601..000000000000
--- a/dev-python/patch/patch-1.16.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library to parse and apply unified diffs"
-HOMEPAGE="https://github.com/techtonik/python-patch/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-DEPEND="
- app-arch/unzip
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}"