www-apps/phprojekt: Package Removal

Bug: https://bugs.gentoo.org/650936
This commit is contained in:
Brian Evans
2018-07-23 10:08:24 -04:00
parent f87a95a87a
commit 8811e877bd
5 changed files with 0 additions and 65 deletions

View File

@@ -314,10 +314,6 @@ app-misc/wyrd
# (#648582). Removal in a month.
app-doc/mkdoxy
# Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
# Upstream dead, security vulnerable (#650936). Removal in a month.
www-apps/phprojekt
# Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
# Doesn't run, cannot bump it (#651146). Removal in a month.
games-emulation/hatari

View File

@@ -1 +0,0 @@
DIST phprojekt-6.1.2.tar.gz 34786513 BLAKE2B 128ee6f8d89e783f592da49c82628522d327798308110ed3259f7a022ce929739d2dce71dac0e502865de822dda0f6614eb1ed245b2c6a24f28947bd49952907 SHA512 f37453458db85ede353d7bdae79504d3cc4b65e80db7b8ff72db8a0e5ed9770579ea106c2b180d69c79dcadda95fd89049d81fb310c281ec796662c83131e081

View File

@@ -1,9 +0,0 @@
You are almost done!
1. You will need to create a blank database for phprojekt to use. Consult
your database manual.
2. Complete the installation by logging on to
http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/index.html
Enjoy!

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>web-apps@gentoo.org</email>
<name>Gentoo Webapps</name>
</maintainer>
<upstream>
<remote-id type="github">Mayflower/PHProjekt</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit vcs-snapshot webapp
MY_PN="PHProjekt"
DESCRIPTION="Project management and coordination system"
HOMEPAGE="http://www.phprojekt.com/"
SRC_URI="https://github.com/Mayflower/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
LICENSE="GPL-3"
KEYWORDS="~amd64 ppc x86"
IUSE="postgres mysql"
RDEPEND="virtual/httpd-php
dev-lang/php[gd,imap,mysql?,pdo,postgres?,session,zlib]"
# need at least one option for a database
REQUIRED_USE="|| ( mysql postgres )"
src_install() {
webapp_src_preinst
dodoc phprojekt/INSTALL phprojekt/UPDATE phprojekt/README
dodoc phprojekt/configuration.php-dist
cp -R phprojekt/* "${D}/${MY_HTDOCSDIR}"
cp phprojekt/.htaccess "${D}/${MY_HTDOCSDIR}"
webapp_serverowned "${MY_HTDOCSDIR}"
dodir "${MY_HOSTROOTDIR}/phprojekt_private"
webapp_serverowned "${MY_HOSTROOTDIR}/phprojekt_private"
webapp_postinst_txt en "${FILESDIR}"/postinstall-6-en.txt
webapp_src_install
}