fixed simpleid-9999-r3
the build failed Details

This commit is contained in:
tastytea 2018-06-22 12:14:03 +02:00
parent 766a19550c
commit bf95a57180
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 1 additions and 38 deletions

View File

@ -33,7 +33,7 @@ src_install() {
insinto /usr/share/webapps/simpleid
doins -r www
dosym /etc/simpleid/config.php /usr/share/webapps/simpleid/config.php
dosym /etc/simpleid/config.php /usr/share/webapps/simpleid/www/config.php
dodoc README.md identities/example*
}

View File

@ -1,37 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit git-r3
KEYWORDS=""
DESCRIPTION="A simple, personal OpenID provider written in PHP"
HOMEPAGE="http://simpleid.koinic.net/"
EGIT_REPO_URI="https://github.com/simpleid/simpleid.git"
LICENSE="GPL-2"
SLOT="2"
IUSE=""
RDEPEND=">=dev-lang/php-7.1.18:*
>=dev-php/spyc-0.6.1
>=dev-php/symfony-console-2.7.9-r1"
DEPEND="${RDEPEND}"
src_unpack() {
git-r3_src_unpack
}
src_install() {
mv www/config.php{.dist,}
insinto /usr/share/webapps/simpleid
doins -r www
dodoc README.md identities/example*
}
pkg_postinst() {
elog "Read https://simpleid.koinic.net/docs/2/installing/#directories carefully"
elog "to learn how to proceed with the installation."
}