mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
weevely: v3.4 bump
This commit is contained in:
parent
4903152cb1
commit
15d150d491
2 changed files with 6 additions and 5 deletions
|
|
@ -1 +1 @@
|
|||
DIST weevely-3.3.1.tar.gz 154978 SHA256 bb4094b0f845aa8937b038c4ebd2095102962d2e2c93980681eb19bde85b7bbe SHA512 68193d2d5aab2c9c630bb3bc3d8a731cef617e3773052e065920c8023731a70efe41f0f793f76208c35cede74a833dc78d8b80d38f4c4197277669f3d50e67c2 WHIRLPOOL b7e2e09baa4989c6f1c57ba61fc4e52aa15152591cc64e4dea660249d5f3531555469d4b92da86e1779373aa5c84e7bc4d2b9b53668954ec51ac27e60e9b46c8
|
||||
DIST weevely-3.4.tar.gz 158095 SHA256 86331c4c222dbc940bfdc8a12bfae0284ca369216e8f95ff136b6a1db99b0a33 SHA512 b2149a925f0c37aabc5956d463aeddb3b3607e96b41506584d0f22a5ae6bd417991eb2eac27ab869c84081cc6d939907f6bdbad406f7585e84a34e39437529ad WHIRLPOOL d9a2cd82c5f7abf242c2eacedb27ff68fc5ea3d3024a9d91f173ff01f331ed1529efd705103c2546935d05c5936f8276e34764fac20a7be7833e7a603b589c34
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
|
@ -9,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
|
|||
inherit eutils python-single-r1
|
||||
|
||||
DESCRIPTION="Weevely is a stealth PHP web shell that simulate telnet-like console"
|
||||
HOMEPAGE="http://epinna.github.com/weevely3/"
|
||||
HOMEPAGE="https://github.com/epinna/weevely3"
|
||||
SRC_URI="https://github.com/epinna/weevely3/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
|
|
@ -26,8 +25,10 @@ RDEPEND="${DEPEND}
|
|||
dev-python/PySocks"
|
||||
|
||||
RESTRICT="mirror"
|
||||
S="${WORKDIR}/weevely3-${PV}"
|
||||
DOCS=( README.md )
|
||||
|
||||
S="${WORKDIR}/weevely3-${PV}"
|
||||
|
||||
src_install() {
|
||||
rm LICENSE
|
||||
|
||||
Loading…
Reference in a new issue