mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 18:21:03 +02:00
plecost: use git instead of svn. The latest code is there
This commit is contained in:
parent
0899d0eb84
commit
69dbd78923
3 changed files with 7 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
EBUILD plecost-9999.ebuild 1271 RMD160 b4fbb5c3ef1f3717674a833f076fdee445e5d10c SHA1 449833ec4b77e684f80645c5d4616a0d76e7c7fa SHA256 904ceca189f4403064a8ed46dabbb96c3d5ae4aac1625de76d854442c06a11a1
|
||||
EBUILD plecost-9999.ebuild 1279 SHA256 cf8993f486f7e201342d037ce9dfcc5aa98a6e90edd566ec3cb53df1212ecdd3 SHA512 01e6bc641d6b31bc8448f8c427755f2fc9ccf68f3b2fb0046b82288ac7efbc25eec87c5e615f1c835ad94228a6b02b82b9c1507a42725fdc7a934279268be86a WHIRLPOOL 1189396ed4b3d4832fe42cd995bb48c62157d5ca2a5773709f19cc595bf203bbe1382ea708aa9dec4e1f5c948e9a3ae96e18dd1faa612a95318dcee021ca30b0
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ PYTHON_DEPEND="2"
|
|||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
inherit python subversion
|
||||
inherit python git-2
|
||||
|
||||
DESCRIPTION="Wordpress finger printing tool, retrieve information about the plugins and versions installed"
|
||||
HOMEPAGE="http://www.iniqua.com/labs/plecost/"
|
||||
|
|
@ -23,7 +23,8 @@ IUSE=""
|
|||
DEPEND="dev-python/beautifulsoup:python-2"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
ESVN_REPO_URI="http://plecost.googlecode.com/svn/trunk"
|
||||
EGIT_REPO_URI="https://code.google.com/p/plecost/"
|
||||
EGIT_PROJECT="git/"
|
||||
|
||||
src_prepare() {
|
||||
# Delete internal copy of dev-python/beautifulsoup.
|
||||
|
|
@ -33,7 +34,7 @@ src_prepare() {
|
|||
src_install() {
|
||||
installation() {
|
||||
mkdir -p "${T}/images/${PYTHON_ABI}${EPREFIX}/usr/bin"
|
||||
cp plecost-*.py "${T}/images/${PYTHON_ABI}${EPREFIX}/usr/bin/plecost"
|
||||
cp plecost.py "${T}/images/${PYTHON_ABI}${EPREFIX}/usr/bin/plecost"
|
||||
|
||||
insinto $(python_get_sitedir)
|
||||
doins -r xgoogle
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@
|
|||
~net-analyzer/upnpscan-0.4
|
||||
~net-analyzer/net-snmp-5.4.3
|
||||
|
||||
=net-analyzer/plecost-9999
|
||||
|
||||
net-analyzer/thc-ipv6
|
||||
net-analyzer/nmap
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue