mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
memorpy: new ebuild (need for app-forensics/lazagne)
This commit is contained in:
parent
0d4f5ba454
commit
c5e325bb64
4 changed files with 36 additions and 0 deletions
1
dev-python/memorpy/Manifest
Normal file
1
dev-python/memorpy/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST memorpy-20170523.tar.gz 29214 BLAKE2B d5324e460f01df9dfc71b6c91c6ada473b58f293c9fb7afe2f87105983573f2689bea4733c7fa4d8a97199dae2c6741fa7f598fd71881dcc6c8b60a1968de8ad SHA512 81ca82b395a5d4d8ba3a1b2eb00fffb52accda2822f2ef9ce330d403a94c616f5cee4ee138020d4caa75496dd4d34cf2addb405b74d419b0414770407516bf01
|
||||
1
dev-python/memorpy/memorpy-20170523.ebuild
Symbolic link
1
dev-python/memorpy/memorpy-20170523.ebuild
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
memorpy-99999999.ebuild
|
||||
26
dev-python/memorpy/memorpy-99999999.ebuild
Normal file
26
dev-python/memorpy/memorpy-99999999.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# 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}"
|
||||
8
dev-python/memorpy/metadata.xml
Normal file
8
dev-python/memorpy/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?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>
|
||||
Loading…
Reference in a new issue