From c63fd925a62c1b570b8c2738c20899400eea9d56 Mon Sep 17 00:00:00 2001 From: Markus Nigbur Date: Sun, 5 Nov 2006 22:51:13 +0000 Subject: Moved to www-apps/bugport. --- net-www/bugport/ChangeLog | 22 ---------- net-www/bugport/Manifest | 14 ------- net-www/bugport/bugport-1.146.ebuild | 65 ------------------------------ net-www/bugport/files/digest-bugport-1.146 | 1 - net-www/bugport/metadata.xml | 8 ---- 5 files changed, 110 deletions(-) delete mode 100644 net-www/bugport/ChangeLog delete mode 100644 net-www/bugport/Manifest delete mode 100644 net-www/bugport/bugport-1.146.ebuild delete mode 100644 net-www/bugport/files/digest-bugport-1.146 delete mode 100644 net-www/bugport/metadata.xml (limited to 'net-www') diff --git a/net-www/bugport/ChangeLog b/net-www/bugport/ChangeLog deleted file mode 100644 index 3fc590466e41..000000000000 --- a/net-www/bugport/ChangeLog +++ /dev/null @@ -1,22 +0,0 @@ -# ChangeLog for net-www/bugport -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/bugport/ChangeLog,v 1.4 2004/11/26 23:05:37 pyrania Exp $ - -*bugport-1.146 (26 Nov 2004) - - 26 Nov 2004; metadata.xml, -bugport-1.125.ebuild, - +bugport-1.146.ebuild: - Version bump. Removed old version with security flaws. - - 28 Sep 2004; Sven Wegener : - Gentoo Technologies, Inc. -> Gentoo Foundation - - 23 Jul 2004; David Holm bugport-1.125.ebuild: - Added to ~ppc. - -*bugport-1.125 (22 Jul 2004) - - 22 Jul 2004; Josh Glover bugport-1.125.ebuild, - metadata.xml: - This package was submitted by Josh Glover in bug #35056 - diff --git a/net-www/bugport/Manifest b/net-www/bugport/Manifest deleted file mode 100644 index 811728eb031a..000000000000 --- a/net-www/bugport/Manifest +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 662b9e058cc6ea413cf9d3dafe820ab4 bugport-1.146.ebuild 1734 -MD5 a09dbae1a7cd973461899aee93978fac ChangeLog 751 -MD5 125a3eb0546d4b1e27351ee238413ec5 metadata.xml 227 -MD5 5b71e39d57bb7b4fd5a2978cda3f396e files/digest-bugport-1.146 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBp7aqI7fK2cqeyXkRAhQrAJ4koVkp4Rt+Id75kxlWfXcR6xDHRwCgjKMi -RAVMKy4tlmI6PWosAWUorIE= -=9nvk ------END PGP SIGNATURE----- diff --git a/net-www/bugport/bugport-1.146.ebuild b/net-www/bugport/bugport-1.146.ebuild deleted file mode 100644 index bbe326dd313a..000000000000 --- a/net-www/bugport/bugport-1.146.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/bugport/bugport-1.146.ebuild,v 1.1 2004/11/26 23:05:37 pyrania Exp $ - -inherit webapp - -DESCRIPTION="Web-based system for managing tasks and defects throughout the software development process" -HOMEPAGE="http://www.incogen.com/index.php?type=General¶m=bugport" -SRC_URI="http://www.incogen.com/downloads/${PN}/${PN}_${PV}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~x86 ~ppc" - -IUSE="" -RDEPEND=">=virtual/php-4.3 - dev-php/adodb" -DEPEND="" - -S=${WORKDIR}/${PN}_${PV} - -src_compile() { - einfo "Nothing to compile" -} - -src_install() { - # prepare ${D} for our arrival - webapp_src_preinst - - # Fix INSTALL.txt to let the user know where the SQL scripts live - sed -i \ - -e "s|create_tables.sql|${MY_SQLSCRIPTSDIR}/mysql/${PV}_create.sql|" \ - INSTALL.txt - - # Add the post-installation instructions - webapp_postinst_txt en INSTALL.txt - - # Install documents - dodoc *.txt - rm *.txt - docinto devel-docs - dodoc devel-docs/* - rm -rf devel-docs - rm -rf install-gentoo-unsupported - - # Install SQL scripts - #webapp_sqlscript mysql add_indices.sql - #webapp_sqlscript mysql alter_user_table.sql - #webapp_sqlscript mysql create_config_table.sql - webapp_sqlscript mysql create_tables.sql - - # Fix config file to know where to find adodb - sed -i \ - -e 's|^\(# \+\)\?\$adoDir.\+$|$adoDir = "/usr/lib/php/adodb/"; # DO NOT CHANGE!|' \ - conf/config.php - - # Install - cp -R . ${D}${MY_HTDOCSDIR} - - # Identify the configuration files that this app uses - webapp_configfile ${MY_HTDOCSDIR}/conf/config.php - webapp_configfile ${MY_HTDOCSDIR}/conf/configuration.php - - # Let webapp.eclass do the rest - webapp_src_install -} diff --git a/net-www/bugport/files/digest-bugport-1.146 b/net-www/bugport/files/digest-bugport-1.146 deleted file mode 100644 index 977f795a8f29..000000000000 --- a/net-www/bugport/files/digest-bugport-1.146 +++ /dev/null @@ -1 +0,0 @@ -MD5 d7ababfb98122d3850865f3f8edccd23 bugport_1.146.tar.gz 937751 diff --git a/net-www/bugport/metadata.xml b/net-www/bugport/metadata.xml deleted file mode 100644 index a629f5026658..000000000000 --- a/net-www/bugport/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - -pyrania@gentoo.org -Markus Nigbur - - -- cgit v1.2.3-65-gdbad