summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/flyspray/ChangeLog21
-rw-r--r--www-apps/flyspray/Manifest5
-rw-r--r--www-apps/flyspray/files/postinstall-en.txt12
-rw-r--r--www-apps/flyspray/flyspray-0.9.9.3.ebuild56
-rw-r--r--www-apps/flyspray/metadata.xml5
5 files changed, 0 insertions, 99 deletions
diff --git a/www-apps/flyspray/ChangeLog b/www-apps/flyspray/ChangeLog
deleted file mode 100644
index 30a0e0e..0000000
--- a/www-apps/flyspray/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-# ChangeLog for www-apps/flyspray
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 13 Sep 2007; Jakub Moc <jakub@gentoo.org> -files/digest-flyspray-0.9.9.3:
- Fix LICENSE, use virtual/httpd-cgi for webserver dependency. Leaving
- want_apache in place because of supplied htaccess.dist stuff intended for
- use with apache. Remove bogus dev-php/adodb dependency, it's bundled.
-
- 07 Sep 2007; Jakub Moc <jakub@gentoo.org> -flyspray-0.9.9.2.ebuild,
- +flyspray-0.9.9.3.ebuild:
- Version bump, nuke old. Fix dependencies, no longer require apache
- unconditionally, do not depend on databases, check php requirements.
- Quoting, ebuild cleanup.
-
- 02 Jul 2007; Emanuele Gentili <bathym@0x656d67.org> ChangeLog:
- version bump to flyspray-0.9.9.2 and removed old version
-
- 10 Dec 2005; Renat Lumpau <rl03@gentoo.org> ChangeLog:
- Initial ebuild wrt bug #91078.
-
diff --git a/www-apps/flyspray/Manifest b/www-apps/flyspray/Manifest
deleted file mode 100644
index f95fbda..0000000
--- a/www-apps/flyspray/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX postinstall-en.txt 315 RMD160 48646cf6aaa61c2a3f728494b59fbdeecdf95474 SHA1 e2edf15ecfcdec9f86a67ead74ebf8b5bdbc6425 SHA256 8202d5e85048e66ff35bfb5a2dd773dba5f225c0f6b7765fc16f4c4c1c194720
-DIST flyspray-0.9.9.3.zip 1499115 RMD160 ca7db81a89b275d35c4970f1a28e9dbc02b96e10 SHA1 8504c82c7cd4afebcf49c27e8c816973b1a5e756 SHA256 fcd80d2f3c12df4f31a2ed7cb9ff908604bd78c78f43ec70413d0ee8cb6aa424
-EBUILD flyspray-0.9.9.3.ebuild 1449 RMD160 82b475dc8459874ec8d71bfa3ef528c959cdaac6 SHA1 66198b472b191a7abe49a31511b940fd51b917a7 SHA256 277275f089f4dc15f09df5c956a45349b8e7bd1acdfd36835c0d2266d84c0124
-MISC ChangeLog 896 RMD160 3856fad4e45e07178bde3c0809ad1f0723d29bc1 SHA1 b07b652c9f90dde0174271cb8012fa142c824ca5 SHA256 5d1dfac5cb2dc3f3acde1493d1584bb02ff0576a48f072dbaadb3757c10940ab
-MISC metadata.xml 162 RMD160 0b015f5ff17c4d8e7aee826d48b326cc19b1fed4 SHA1 671b30dafbea01228c8bb606af451a0795922840 SHA256 84ff2fc6c9a4af1b9dbe32aa81ab84c2958bc1bd65a9977686df2dcab6e420d0
diff --git a/www-apps/flyspray/files/postinstall-en.txt b/www-apps/flyspray/files/postinstall-en.txt
deleted file mode 100644
index 185d853..0000000
--- a/www-apps/flyspray/files/postinstall-en.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-You are almost done!
-
- 0. Create a new database, for example::
- mysqladmin create flyspray
-
- 1. Ensure that ${MY_INSTALLDIR}/${PN}.conf.php is writeable by the
- webserver:
- chown apache:apache ${MY_INSTALLDIR}/${PN}.conf.php
-
- 2. Login on
- http://${VHOST_HOSTNAME}/${VHOST_APPDIR}
- and follow the directions.
diff --git a/www-apps/flyspray/flyspray-0.9.9.3.ebuild b/www-apps/flyspray/flyspray-0.9.9.3.ebuild
deleted file mode 100644
index 9dabe12..0000000
--- a/www-apps/flyspray/flyspray-0.9.9.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-# Source: http://bugs.gentoo.org/show_bug.cgi?id=91078
-# Submitted-By: Maciek Ligenza
-# Reviewed-By: rl03 2005-12-10
-
-inherit webapp depend.php depend.apache
-
-DESCRIPTION="Bug Tracking System - easy and less advanced bugzilla replacement"
-HOMEPAGE="http://flyspray.rocks.cc/"
-SRC_URI="http://flyspray.org/${P}.zip"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~x86"
-
-IUSE="graphviz"
-
-DEPEND="app-arch/unzip"
-RDEPEND="virtual/httpd-cgi
- graphviz? ( media-gfx/graphviz )"
-
-need_php_httpd
-want_apache
-
-pkg_setup() {
- if ! PHPCHECKNODIE="yes" require_php_with_use xml || \
- ! PHPCHECKNODIE="yes" require_php_with_any_use mysql mysqli postgres ; then
- die "Re-install ${PHP_PKG} with xml and at least one of mysql mysqli postgres in USE."
- fi
- webapp_pkg_setup
-}
-
-src_install () {
- webapp_src_preinst
-
- cp -R . "${D}"/${MY_HTDOCSDIR}
-
- dodoc docs/*
- rm -rf "${D}"/${MY_HTDOCSDIR}/docs
-
- webapp_serverowned "${MY_HTDOCSDIR}/attachments"
-
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
- webapp_configfile ${MY_HTDOCSDIR}/${PN}.conf.php
- webapp_src_install
-}
-
-pkg_postinst() {
- webapp_pkg_postinst
- elog "${PN} requires that you disable safe_mode in PHP. :("
- elog "Is highly reccommended that both magic_quotes and register_globals"
- elog "are set to off due to security reasons."
- use apache2 && elog "Also see the htaccess.dist file."
-}
diff --git a/www-apps/flyspray/metadata.xml b/www-apps/flyspray/metadata.xml
deleted file mode 100644
index 6632069..0000000
--- a/www-apps/flyspray/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>web-apps</herd>
-</pkgmetadata>