webshells: EAPI bump, add *9999 and fix metadata.missing

This commit is contained in:
Yury Martynov 2019-11-17 18:10:28 +03:00
parent 2f51a4387e
commit 8db917097c
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
4 changed files with 34 additions and 25 deletions

View file

@ -1 +0,0 @@
DIST webshells-20190713.zip 3368979 BLAKE2B 0782afce765c9e4bf0a96d5364f1dc2355bd84598c611c45b2f806a974cbe9f19f81150b5240e0eb422434131571bc3f70eebac6e3ecc40b53214ba9dc633bca SHA512 9fedc387e122fce53a36ba9c11d1410a406cf854e768ee60fba6378647978d0f1305267305c4c58b5f82dea644332815a1ebdd67dac23d30608a29bbed696652

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>

View file

@ -1,24 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Various webshells"
HOMEPAGE="https://github.com/BlackArch/webshells"
MY_COMMIT="8ab02aab571cb82536bb87e1002ee88fa66f609f"
SRC_URI="https://github.com/BlackArch/${PN}/archive/${MY_COMMIT}.zip -> ${P}.zip"
LICENSE="Unknown"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
S=${WORKDIR}/${PN}-${MY_COMMIT}
src_install(){
insinto /usr/share/webshells
doins -r .
}

View file

@ -0,0 +1 @@
./webshells-99999999.ebuild

View file

@ -0,0 +1,25 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="Various webshells"
HOMEPAGE="https://github.com/BlackArch/webshells"
EGIT_REPO_URI="https://github.com/BlackArch/webshells"
if [[ ${PV} != *9999 ]]; then
EGIT_COMMIT="8ab02aab571cb82536bb87e1002ee88fa66f609f"
KEYWORDS="~amd64 ~arm ~x86"
fi
LICENSE="Unlicense" # ??
SLOT="0"
src_install() {
insinto "/usr/share/webshells"
doins -r .
dodoc README.md
}