racktables removed

This commit is contained in:
Micha Glave 2017-02-23 09:18:56 +01:00
parent 512f5fe12c
commit eb9d93ce9a
2 changed files with 0 additions and 45 deletions

View File

@ -1,2 +0,0 @@
DIST RackTables-0.20.8.tar.gz 905177 SHA256 7475712ad89b8741bab6155e12a7fc9d479b5ef1afc6697dfe8da5cad148f66b SHA512 4b17bd28c4863c646b5ea7a0938829b3cc3af059d33a5809e0b36b1235ee566b84b8236ee04ae8d15a780a1830158e73eba69dec804c9bef914949e04d18a9a7 WHIRLPOOL 5038b8e744328e19ec201bdf6e978ee37ccc602ba6688a5f48f1d3367bfc444f46cfb1c9d0aaeab60974dcaf80068615418a609c4e19b49f8b6fc5fa63ee378d
EBUILD racktables-0.20.8.ebuild 856 SHA256 ff3dd1047d66281a0bc3910a701892ff509da2e46f0fc3a831e41a1d78f3e607 SHA512 03e32d6108b81a25ab68f3de5f02df51e7c5eab2c9ce4ccb71b29e1e3df9d3ba42068f6acaeda7416a034a49a0541ab3f5d199fad066f861c49dffff5023bb18 WHIRLPOOL e968214a2b7c29a8df8040126c4620f19255008893a8812be54f763e7d11c6abdab9d053bc0936ab7490ee400b847c92ea0883e63aed1ff4fce6450d2a790f81

View File

@ -1,43 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit depend.php eutils webapp
MY_PN="RackTables"
DESCRIPTION="Datacenter and Serverroom asset management"
HOMEPAGE="http://www.racktables.org/"
#SRC_URI="http://www.racktables.org/files/${MY_PN}-${PV}.tar.gz"
SRC_URI="mirror://sourceforge/racktables/${MY_PN}-${PV}.tar.gz"
RESTRICT=""
LICENSE="GPL-2"
IUSE=""
KEYWORDS="~amd64 ~x86"
need_httpd_fastcgi
need_php_httpd
S=${WORKDIR}/${MY_PN}-${PV}
src_compile() { :; }
pkg_setup() {
webapp_pkg_setup
has_php
if [[ ${PHP_VERSION} == "4" ]] ; then
require_php_with_use expat
else
require_php_with_use mysql pdo
fi
}
src_install() {
webapp_src_preinst
cp -R ./wwwroot/* ${D}/${MY_HTDOCSDIR}
cp -R ./gateways ./plugins ${D}/${MY_HOSTROOTDIR}
webapp_src_install
}