memorpy: rm since it's no longer a revdep and still uses py2-only

This commit is contained in:
Guido Kroon 2020-06-04 11:09:10 +02:00
parent 334e7356de
commit 3218aa37ac
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0
4 changed files with 0 additions and 36 deletions

View file

@ -1 +0,0 @@
DIST memorpy-20170523.tar.gz 29214 BLAKE2B d5324e460f01df9dfc71b6c91c6ada473b58f293c9fb7afe2f87105983573f2689bea4733c7fa4d8a97199dae2c6741fa7f598fd71881dcc6c8b60a1968de8ad SHA512 81ca82b395a5d4d8ba3a1b2eb00fffb52accda2822f2ef9ce330d403a94c616f5cee4ee138020d4caa75496dd4d34cf2addb405b74d419b0414770407516bf01

View file

@ -1 +0,0 @@
memorpy-99999999.ebuild

View file

@ -1,26 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Python library using ctypes to search/edit programs memory"
HOMEPAGE="https://github.com/n1nj4sec/memorpy"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/n1nj4sec/memorpy"
else
#snapshot
HASH_COMMIT="adcc002045a6db29f2d3f3b5666fb4a90bab1bd5"
SRC_URI="https://github.com/n1nj4sec/memorpy/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
fi
LICENSE="GPL-3"
SLOT="0"
DEPEND=""
RDEPEND="${PYTHON_DEPS}"

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>email@linxon.ru</email>
<name>Yury Martynov</name>
</maintainer>
</pkgmetadata>