www-apps/phprojekt: Package Removal
authorBrian Evans <grknight@gentoo.org>
Mon, 23 Jul 2018 14:08:24 +0000 (10:08 -0400)
committerBrian Evans <grknight@gentoo.org>
Mon, 23 Jul 2018 14:10:00 +0000 (10:10 -0400)
Bug: https://bugs.gentoo.org/650936

profiles/package.mask
www-apps/phprojekt/Manifest [deleted file]
www-apps/phprojekt/files/postinstall-6-en.txt [deleted file]
www-apps/phprojekt/metadata.xml [deleted file]
www-apps/phprojekt/phprojekt-6.1.2.ebuild [deleted file]

index abe02409aff9c48feae17ea9202b2b18ba51cb1c..91f00e0a8e959aa28602918e2ff55c6a72618568 100644 (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
diff --git a/www-apps/phprojekt/Manifest b/www-apps/phprojekt/Manifest
deleted file mode 100644 (file)
index c58b530..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST phprojekt-6.1.2.tar.gz 34786513 BLAKE2B 128ee6f8d89e783f592da49c82628522d327798308110ed3259f7a022ce929739d2dce71dac0e502865de822dda0f6614eb1ed245b2c6a24f28947bd49952907 SHA512 f37453458db85ede353d7bdae79504d3cc4b65e80db7b8ff72db8a0e5ed9770579ea106c2b180d69c79dcadda95fd89049d81fb310c281ec796662c83131e081
diff --git a/www-apps/phprojekt/files/postinstall-6-en.txt b/www-apps/phprojekt/files/postinstall-6-en.txt
deleted file mode 100644 (file)
index 488d5df..0000000
+++ /dev/null
@@ -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!
diff --git a/www-apps/phprojekt/metadata.xml b/www-apps/phprojekt/metadata.xml
deleted file mode 100644 (file)
index e2ac429..0000000
+++ /dev/null
@@ -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>
diff --git a/www-apps/phprojekt/phprojekt-6.1.2.ebuild b/www-apps/phprojekt/phprojekt-6.1.2.ebuild
deleted file mode 100644 (file)
index d09ebbe..0000000
+++ /dev/null
@@ -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
-}