Compare commits
No commits in common. "0d359c96650c6269532afea2a5121626831732d3" and "d0df34faa7764994b745c312ea021a812f887c68" have entirely different histories.
0d359c9665
...
d0df34faa7
@ -1,26 +0,0 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_12 python3_13 )
|
||||
inherit git-r3 python-single-r1
|
||||
|
||||
DESCRIPTION="Webhook reactor"
|
||||
HOMEPAGE="https://git.engler-labs.root64.de/fabolous005/webbump"
|
||||
EGIT_REPO_URI="https://git.engler-labs.root64.de/fabolous005/webbump.git"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND=""
|
||||
|
||||
src_install() {
|
||||
insinto /var/lib/webbump
|
||||
doins main.py
|
||||
|
||||
insinto /etc/webbump
|
||||
doins -r conf/*
|
||||
|
||||
find "${ED}/etc/webbump/" -type f -exec chmod 0755 {} +
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user