commit: 8811e877bda00b74a3d541305d868df55d3dfb64 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Mon Jul 23 14:08:24 2018 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon Jul 23 14:10:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8811e877
www-apps/phprojekt: Package Removal Bug: https://bugs.gentoo.org/650936 profiles/package.mask | 4 --- www-apps/phprojekt/Manifest | 1 - www-apps/phprojekt/files/postinstall-6-en.txt | 9 ------ www-apps/phprojekt/metadata.xml | 11 -------- www-apps/phprojekt/phprojekt-6.1.2.ebuild | 40 --------------------------- 5 files changed, 65 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index abe02409aff..91f00e0a8e9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -314,10 +314,6 @@ app-misc/wyrd # (#648582). Removal in a month. app-doc/mkdoxy -# Pacho Ramos <[email protected]> (17 Jun 2018) -# Upstream dead, security vulnerable (#650936). Removal in a month. -www-apps/phprojekt - # Pacho Ramos <[email protected]> (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 index c58b5304495..00000000000 --- a/www-apps/phprojekt/Manifest +++ /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 index 488d5dfd561..00000000000 --- a/www-apps/phprojekt/files/postinstall-6-en.txt +++ /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 index e2ac4293496..00000000000 --- a/www-apps/phprojekt/metadata.xml +++ /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>[email protected]</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 index d09ebbe1749..00000000000 --- a/www-apps/phprojekt/phprojekt-6.1.2.ebuild +++ /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 -}
