mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 17:20:59 +02:00
shellstorm: proper license, cleanups
This commit is contained in:
parent
a038c60bb0
commit
4e6978872a
2 changed files with 4 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
EBUILD shellstorm-9999.ebuild 525 SHA256 bf31af15b880ddcbf742448efbda81823110875121b13158b08ff26e071c5c23 SHA512 d865443ab5da37024f877451d2a1f050c86946faa8a535b276d3543d09a4d55c68c016566b52c34292776ce9ce5ce839376fb2182ba5898c1e51f84634b25b9d WHIRLPOOL 5b3c00e693f82c9315bd2e9b9088e4c0818c1f5990bb5c42396e40a483e77104853eacff6204683520610c1d2a642accfaebacdbfe203c2d7b97198e5ff5d4c7
|
||||
EBUILD shellstorm-9999.ebuild 551 SHA256 6b65b69feeed90740082fd50bdbc41d735b5e40cf020c4036ec0bccd5b355290 SHA512 f2c1b3aa8b8e9ade3bf3beb5e2f561720330475df8c9740edfe2da1bfd4c3e4ccf792b5ab0e5e989caf05384ac9f92813ba18b817a525ed8f3105be60fff450c WHIRLPOOL 0778f107c61ff067b25f9c4578413eb0fd20a5c93342f86f72f6c3f2418c8f1be87bbf59d689f98398c696f0948b4ce229003d39e0562fa87d225d057354d634
|
||||
|
|
|
|||
|
|
@ -3,14 +3,15 @@
|
|||
# $Header: $
|
||||
|
||||
EAPI="4"
|
||||
inherit git-2
|
||||
PYTHON_DEPEND="2"
|
||||
inherit git-2 python
|
||||
|
||||
DESCRIPTION="Search and display all shellcodes in shell-storm database."
|
||||
HOMEPAGE="http://www.shell-storm.org/project/shell-storm-API/"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/JonathanSalwan/shell-storm-api.git"
|
||||
|
||||
LICENSE="as-is"
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~arm"
|
||||
IUSE=""
|
||||
|
|
|
|||
Loading…
Reference in a new issue