[net-im/spectrum2] rename to match with tree
This commit is contained in:
parent
6c3eff76fc
commit
29c0947a76
@ -4,10 +4,11 @@
|
|||||||
EAPI=6
|
EAPI=6
|
||||||
|
|
||||||
PYTHON_COMPAT=( python2_7 )
|
PYTHON_COMPAT=( python2_7 )
|
||||||
|
|
||||||
inherit cmake-utils python-single-r1 systemd user
|
inherit cmake-utils python-single-r1 systemd user
|
||||||
|
|
||||||
if [[ ${PV} = "9999" ]] ; then
|
if [[ ${PV} = "9999" ]] ; then
|
||||||
EGIT_REPO_URI="https://github.com/SpectrumIM/${PN}2.git"
|
EGIT_REPO_URI="https://github.com/SpectrumIM/${PN}.git"
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
KEYWORDS=""
|
KEYWORDS=""
|
||||||
else
|
else
|
||||||
@ -66,10 +67,14 @@ DEPEND="
|
|||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${FILESDIR}/remove_debug_cflags.patch"
|
"${FILESDIR}/remove_debug_cflags.patch"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Tests are currently restricted, as they do completly fail
|
||||||
|
RESTRICT="test"
|
||||||
|
|
||||||
pkg_setup() {
|
pkg_setup() {
|
||||||
enewgroup spectrum
|
enewgroup spectrum
|
||||||
enewuser spectrum -1 -1 /var/lib/spectrum2 spectrum
|
enewuser spectrum -1 -1 /var/lib/spectrum2 spectrum
|
Loading…
Reference in New Issue
Block a user