getsploit: 0.3.3_p20190531 bump

This commit is contained in:
Yury Martynov 2019-06-13 16:59:56 +03:00
parent 93732f56dd
commit ebb638c29c
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
3 changed files with 6 additions and 8 deletions

View file

@ -1,2 +1,2 @@
DIST getsploit-0.2.2.tar.gz 12681 BLAKE2B 58fbfc265758bbd5e65e50e9df04690f592b13bea8b3c8a3b4ae76b42d51f8fe1f6a9c82258b33d64eef2c982b6580b70d9edb75fc25009b44ac4455d7bfe387 SHA512 b7150a49050fdef8a9e709844483c0fee991d13916a01a625f1f0c5a23960914d282cc48f74ffafe463053343d52a88576d06824fd27b5b8d7ce4d631b2fed81
DIST getsploit-0.3.2_p20190322.tar.gz 8677 BLAKE2B 18d14e01ff59daba6169b71bc9e758ac183678a8c2d4ab77ae5afe565e4c302194ced8aa830543aac24ab67bda5d5957dc7d410c96283d38f79384546bcd6eb8 SHA512 2cd2867fc5c89d223f912b56fa8a62aaf72d660363f37179d7f3a6078259388c77038c51cdb140295954b4deec405c4ca9505da6ec4628ea3bded44b913d669d
DIST getsploit-0.3.3_p20190531.tar.gz 8746 BLAKE2B d4e03b429eca935ece540fd8422b8432e96a465af0da48a417893f6506da56935a88c6d3766c1b1b6154e0f7ae9f14755e68ae274643f6230ece72ed5537480a SHA512 a3aa6d393713e6a375c0245b735744790836ca4a7ab113728a851e2fe75b4ce1438c7ca5ac430d8ff86abf18370f5f5fa962c923651acbe13cd7009449a8d293

View file

@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{5,6}} )
PYTHON_REQ_USE="sqlite"
@ -13,16 +14,15 @@ HOMEPAGE="https://github.com/vulnersCom/getsploit"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/vulnersCom/getsploit"
KEYWORDS=""
else
#snapshot
HASH_COMMIT="65258268d83e942d342cd75c6d6ddf39a2e9ec2b"
# snapshot: 20190531
HASH_COMMIT="5993293fc22d98d8e9a7a2bd205fcd9824e332f1"
SRC_URI="https://github.com/vulnersCom/getsploit/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
fi
RESTRICT="mirror"
LICENSE="LGPL-3"
SLOT="0"
IUSE=""
@ -35,7 +35,5 @@ RDEPEND="${PYTHON_DEPS}
dev-python/vulners[${PYTHON_USEDEP}]"
pkg_postinst() {
elog
elog "See documentation: https://github.com/vulnersCom/getsploit#how-to-use"
elog
elog "\nSee documentation: https://github.com/vulnersCom/getsploit#how-to-use\n"
}