mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 00:31:09 +02:00
blindelephant: svn new location, python-r1 migration
This commit is contained in:
parent
4d741f166b
commit
f83c3c1811
2 changed files with 10 additions and 15 deletions
|
|
@ -1 +1 @@
|
|||
EBUILD blindelephant-9999.ebuild 762 SHA256 3637789566a0686e07ab18c0774f9991266f5c57f7a66f5f1db03ba0d3c0e49d SHA512 f062db68b812609cc95fee94f91c7d5cf4b645bedd4f4f320f297a2ba7e968d56b631c69a91ab8c135f51e5547e7843e70fb354d026b9c69989a3fd4b91d3eb5 WHIRLPOOL 7e43a01c9a5a263557533efbc1467984268f5267cbd1f58b2f3e6a0ec602c59764cc1821e4fd5f5b6e9be70e2dc3cb573574c1b4e0ce907fcfa28575dc2d1a4a
|
||||
EBUILD blindelephant-9999.ebuild 764 SHA256 16c1d03cc8312c524a271a89a10efcd2df3c80893ed7bda1a28a4d878b0f447b SHA512 8e67f3dc3fb7e51fc2654f677cdd6e4115567363cd90a48a1e23e747e3610055598c75af118a5a1e1994be1237017b3952764511a8a0cab65dafbdb045bdf062 WHIRLPOOL 5fc1316339eb698b441f3178327a34263ac38d38e337b76357d75a475caf1371c696e5f241cec9ded4207a044600c6ace84869ad6469f34a6dda6a28a947a0df
|
||||
|
|
|
|||
|
|
@ -4,12 +4,12 @@
|
|||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_DEPEND="2"
|
||||
inherit subversion distutils
|
||||
PYTHON_COMPAT=( python2_{5,6,7} )
|
||||
inherit subversion distutils-r1
|
||||
|
||||
DESCRIPTION="generic web application fingerprinter that produces results by examining a small set of static files"
|
||||
HOMEPAGE="http://blindelephant.sourceforge.net/"
|
||||
ESVN_REPO_URI="https://${PN}.svn.sourceforge.net/svnroot/${PN}"
|
||||
ESVN_REPO_URI="https://svn.code.sf.net/p/${PN}/code/trunk"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
|
|
@ -19,20 +19,15 @@ IUSE=""
|
|||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
pkg_setup() {
|
||||
python_set_active_version 2
|
||||
python_pkg_setup
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cd trunk/src
|
||||
distutils_src_compile
|
||||
cd src || die "unable to find src directory"
|
||||
distutils-r1_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cd trunk/src
|
||||
distutils_src_install
|
||||
dodoc "${S}"/trunk/README "${S}"/trunk/doc/*
|
||||
cd src || die "unable to find src directory"
|
||||
distutils-r1_src_install
|
||||
dodoc "${S}"/README "${S}"/doc/*
|
||||
insinto /usr/share/${PN}
|
||||
doins -r "${S}"/trunk/tools/*
|
||||
doins -r "${S}"/tools/*
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue