diff --git a/dev-python/memorpy/Manifest b/dev-python/memorpy/Manifest deleted file mode 100644 index bb5cf1e1e..000000000 --- a/dev-python/memorpy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST memorpy-20170523.tar.gz 29214 BLAKE2B d5324e460f01df9dfc71b6c91c6ada473b58f293c9fb7afe2f87105983573f2689bea4733c7fa4d8a97199dae2c6741fa7f598fd71881dcc6c8b60a1968de8ad SHA512 81ca82b395a5d4d8ba3a1b2eb00fffb52accda2822f2ef9ce330d403a94c616f5cee4ee138020d4caa75496dd4d34cf2addb405b74d419b0414770407516bf01 diff --git a/dev-python/memorpy/memorpy-20170523.ebuild b/dev-python/memorpy/memorpy-20170523.ebuild deleted file mode 120000 index ba114b837..000000000 --- a/dev-python/memorpy/memorpy-20170523.ebuild +++ /dev/null @@ -1 +0,0 @@ -memorpy-99999999.ebuild \ No newline at end of file diff --git a/dev-python/memorpy/memorpy-99999999.ebuild b/dev-python/memorpy/memorpy-99999999.ebuild deleted file mode 100644 index 70da362bb..000000000 --- a/dev-python/memorpy/memorpy-99999999.ebuild +++ /dev/null @@ -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}" diff --git a/dev-python/memorpy/metadata.xml b/dev-python/memorpy/metadata.xml deleted file mode 100644 index c4511c144..000000000 --- a/dev-python/memorpy/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - email@linxon.ru - Yury Martynov - -