summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2015-05-09 17:13:04 +0200
committerThomas Sachau <tommy@gentoo.org>2015-05-09 17:13:04 +0200
commit12cbc8f8eb2cda1569cc0c2e8234f103c8f3fc4e (patch)
tree2da7a64a3aebb2acdc1d89437039fca44666ed93
parentsys-auth/pam_pgsql: Update postgresql dependency (diff)
downloadsunrise-reviewed-12cbc8f8eb2cda1569cc0c2e8234f103c8f3fc4e.tar.gz
sunrise-reviewed-12cbc8f8eb2cda1569cc0c2e8234f103c8f3fc4e.tar.bz2
sunrise-reviewed-12cbc8f8eb2cda1569cc0c2e8234f103c8f3fc4e.zip
Removing www-apps/flyspray, because required dependency (php:5.3) no longer exists
-rw-r--r--www-apps/flyspray/ChangeLog15
-rw-r--r--www-apps/flyspray/Manifest6
-rw-r--r--www-apps/flyspray/files/flyspray-0.9.9.6-system-adodb.patch39
-rw-r--r--www-apps/flyspray/files/postinstall-en.txt10
-rw-r--r--www-apps/flyspray/flyspray-0.9.9.6.ebuild51
-rw-r--r--www-apps/flyspray/metadata.xml5
6 files changed, 0 insertions, 126 deletions
diff --git a/www-apps/flyspray/ChangeLog b/www-apps/flyspray/ChangeLog
deleted file mode 100644
index 9555ddee1..000000000
--- a/www-apps/flyspray/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-# ChangeLog for www-apps/flyspray
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 11 Jul 2010; Markos Chandras <hwoarang@gentoo.org>
- flyspray-0.9.9.6.ebuild:
- Fix the php dependencies until I talk to PHP herd to refactor the virtual
- package
-
- 15 Dec 2009; Nathan Phillip Brink (ohnobinki)
- <ohnobinki@ohnopublishing.net> +flyspray-0.9.9.6.ebuild,
- +files/flyspray-0.9.9.6-system-adodb.patch, +files/postinstall-en.txt,
- +metadata.xml:
- New ebuild for bug 91078, thanks to tommy[d] and sedzimir
-
diff --git a/www-apps/flyspray/Manifest b/www-apps/flyspray/Manifest
deleted file mode 100644
index da31b8745..000000000
--- a/www-apps/flyspray/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX flyspray-0.9.9.6-system-adodb.patch 1397 RMD160 70b743edbcb7080af630d94f454c48ecf14fb406 SHA1 cb2298cc67ea75f38243f4431ffced56c7cf8760 SHA256 0a4c914a6bf263a14ac11f80c93c7d43515c76cdac264e879a6c31730cbb95e5
-AUX postinstall-en.txt 317 RMD160 61fc8a45c4aaa3ddf633860e636298df5fc0fc6c SHA1 444bacb8f99062d6a21d5359dfdfefdad7ce3985 SHA256 a2bde939f95165ce41d23a524e291c3f1be3ff2e7426736e144877ea780fbaa4
-DIST flyspray-0.9.9.6.zip 1573955 RMD160 dc56992c0a85662d71245400b50553e1dfd1dfc4 SHA1 3b0e8422081197998d7d83ee5fdb1d6a0fb4d90c SHA256 c5c728bb66aca8c8ded3533387a751a129a2096b230f9dd1c16f77d1767bbe6c
-EBUILD flyspray-0.9.9.6.ebuild 1222 RMD160 27cb442ef0e96ad0d9f0b12cf4d92f9137b03952 SHA1 4213fd6e411747098ee1d5696abf6a153a68dde5 SHA256 f48a471867d0290dcb1c426a3dded8c1941583c26f987e1a740079a038f64dac
-MISC ChangeLog 543 RMD160 53523d0f52bf8eac70479a6815cbc60b8db74c1e SHA1 5b62d85c65ceab528259655ae0ac5c61dee29ceb SHA256 85deed402f56b6d9c80a92a79d70e4a0cbe5af068a6d0bdc2b1fb2ebfc7417fe
-MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82
diff --git a/www-apps/flyspray/files/flyspray-0.9.9.6-system-adodb.patch b/www-apps/flyspray/files/flyspray-0.9.9.6-system-adodb.patch
deleted file mode 100644
index 0acea2a98..000000000
--- a/www-apps/flyspray/files/flyspray-0.9.9.6-system-adodb.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -u /var/tmp/portage/www-apps/flyspray-0.9.9.6/work.x86/includes/class.database.php /tmp/buffer-content-5978U1d
---- a/includes/class.database.php 2009-04-19 10:22:30.000000000 -0400
-+++ b/includes/class.database.php 2009-12-14 18:54:57.000000000 -0500
-@@ -16,7 +16,8 @@
- die('Do not access this file directly.');
- }
-
--require_once dirname(dirname(__FILE__)) . '/adodb/adodb.inc.php';
-+set_include_path(get_include_path() . ':' . dirname(dirname(__FILE__)));
-+require_once 'adodb/adodb.inc.php';
-
- class Database
- {
-
-diff -u /var/tmp/portage/www-apps/flyspray-0.9.9.6/work.amd64/setup/index.php /tmp/buffer-content-5978h_j
---- a/setup/index.php 2009-04-24 20:20:26.000000000 -0400
-+++ b/setup/index.php 2009-12-14 19:33:48.000000000 -0500
-@@ -8,9 +8,9 @@
-
- @set_time_limit(0);
- session_start();
--//do it fastest as possible.
-+//do it as fast as possible.
- ini_set('memory_limit', '64M');
--
-+set_include_path(get_include_path() . ':' . dirname(dirname(__FILE__)));
-
- if (is_readable ('../flyspray.conf.php') && count(parse_ini_file('../flyspray.conf.php')) > 0)
- {
-@@ -88,7 +88,7 @@
- function Setup()
- {
- // Look for ADOdb
-- $this->mAdodbPath = APPLICATION_PATH . '/adodb/adodb.inc.php';
-+ $this->mAdodbPath = 'adodb/adodb.inc.php';
- $this->mProductName = 'Flyspray';
- $this->mMinPasswordLength = 8;
-
-
diff --git a/www-apps/flyspray/files/postinstall-en.txt b/www-apps/flyspray/files/postinstall-en.txt
deleted file mode 100644
index 7a395775a..000000000
--- a/www-apps/flyspray/files/postinstall-en.txt
+++ /dev/null
@@ -1,10 +0,0 @@
- To finish the installation, login to
- http://${VHOST_HOSTNAME}${VHOST_APPDIR}
- and follow the directions.
-
- Make sure that php's safemode is disabled.
-
- You also must make sure that your server can
- write to the attachments and cache subdirectories.
- The installation instructions will remind you to
- do so.
diff --git a/www-apps/flyspray/flyspray-0.9.9.6.ebuild b/www-apps/flyspray/flyspray-0.9.9.6.ebuild
deleted file mode 100644
index f363adf6b..000000000
--- a/www-apps/flyspray/flyspray-0.9.9.6.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-# we need webapp's default pkg_setup()
-inherit eutils webapp
-
-DESCRIPTION="An uncomplicated web-based bug tracking system"
-HOMEPAGE="http://flyspray.org/"
-SRC_URI="http://flyspray.org/${P}.zip"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64"
-IUSE="graphviz"
-
-# need_apache and friends not used because they aren't EAPI="2" friendly
-DEPEND="app-arch/unzip"
-RDEPEND="graphviz? ( media-gfx/graphviz )
- virtual/httpd-php:5.3
- || ( =dev-lang/php-5.3*[mysql]
- =dev-lang/php-5.3*[mysqli]
- =dev-lang/php-5.3*[postgres] )
- dev-php/adodb"
-
-src_prepare () {
- #http://bugs.flyspray.org/task/1617
- epatch "${FILESDIR}"/${P}-system-adodb.patch
-
- mv htaccess.dist .htaccess || die
- touch ${PN}.conf.php || die
-
- rm -r adodb || die "removing bundled dev-php/adodb"
-}
-
-src_install () {
- webapp_src_preinst
-
- dodoc docs/*.txt || die
- rm -r docs || die
-
- insinto "${MY_HTDOCSDIR}"
- doins -r . || die
-
- webapp_serverowned "${MY_HTDOCSDIR}"/{attachments,cache,${PN}.conf.php}
- webapp_configfile "${MY_HTDOCSDIR}"/{.htaccess,${PN}.conf.php}
-
- webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
- webapp_src_install
-}
diff --git a/www-apps/flyspray/metadata.xml b/www-apps/flyspray/metadata.xml
deleted file mode 100644
index 31dc017fa..000000000
--- 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>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>