From 98fd8d9871e8bdd38abe2e8ffd1a077ebc8bc01b Mon Sep 17 00:00:00 2001 From: Markus Nigbur Date: Fri, 26 Nov 2004 23:05:37 +0000 Subject: Version bump. Removed old version with security flaws. Fixed bug #66395. --- net-www/bugport/ChangeLog | 8 +++- net-www/bugport/Manifest | 16 ++++---- net-www/bugport/bugport-1.125.ebuild | 65 ------------------------------ net-www/bugport/bugport-1.146.ebuild | 65 ++++++++++++++++++++++++++++++ net-www/bugport/files/digest-bugport-1.125 | 1 - net-www/bugport/files/digest-bugport-1.146 | 1 + net-www/bugport/metadata.xml | 9 ++--- 7 files changed, 85 insertions(+), 80 deletions(-) delete mode 100644 net-www/bugport/bugport-1.125.ebuild create mode 100644 net-www/bugport/bugport-1.146.ebuild delete mode 100644 net-www/bugport/files/digest-bugport-1.125 create mode 100644 net-www/bugport/files/digest-bugport-1.146 (limited to 'net-www/bugport') diff --git a/net-www/bugport/ChangeLog b/net-www/bugport/ChangeLog index 562c90640086..3fc590466e41 100644 --- a/net-www/bugport/ChangeLog +++ b/net-www/bugport/ChangeLog @@ -1,6 +1,12 @@ # 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.3 2004/09/28 01:35:37 swegener Exp $ +# $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 diff --git a/net-www/bugport/Manifest b/net-www/bugport/Manifest index 791eff24cb68..811728eb031a 100644 --- a/net-www/bugport/Manifest +++ b/net-www/bugport/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 37bfe33186ee8c62ecaf3bc0e26ed154 ChangeLog 566 -MD5 e5f966feee7ff6a0611325888a5ee5ef bugport-1.125.ebuild 1735 -MD5 534153afb60277be5f659b1e8d50cc94 metadata.xml 399 -MD5 e52f9d9e7070719edd7977efaefac400 files/digest-bugport-1.125 65 +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.9.10 (GNU/Linux) +Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBWL/zI1lqEGTUzyQRAgcVAJ96qW7ZmA6PMBSP/qRY0tJ8rD3JuQCghk5A -A2M4k/KgCCD3Ho9X6+XsiGU= -=56li +iD8DBQFBp7aqI7fK2cqeyXkRAhQrAJ4koVkp4Rt+Id75kxlWfXcR6xDHRwCgjKMi +RAVMKy4tlmI6PWosAWUorIE= +=9nvk -----END PGP SIGNATURE----- diff --git a/net-www/bugport/bugport-1.125.ebuild b/net-www/bugport/bugport-1.125.ebuild deleted file mode 100644 index 52f17d22630d..000000000000 --- a/net-www/bugport/bugport-1.125.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.125.ebuild,v 1.3 2004/09/28 01:35:37 swegener 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/bugport-1.146.ebuild b/net-www/bugport/bugport-1.146.ebuild new file mode 100644 index 000000000000..bbe326dd313a --- /dev/null +++ b/net-www/bugport/bugport-1.146.ebuild @@ -0,0 +1,65 @@ +# 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.125 b/net-www/bugport/files/digest-bugport-1.125 deleted file mode 100644 index 888124ac855b..000000000000 --- a/net-www/bugport/files/digest-bugport-1.125 +++ /dev/null @@ -1 +0,0 @@ -MD5 8f67fabee177984a24c66c8a6d23c304 bugport_1.125.tar.gz 505703 diff --git a/net-www/bugport/files/digest-bugport-1.146 b/net-www/bugport/files/digest-bugport-1.146 new file mode 100644 index 000000000000..977f795a8f29 --- /dev/null +++ b/net-www/bugport/files/digest-bugport-1.146 @@ -0,0 +1 @@ +MD5 d7ababfb98122d3850865f3f8edccd23 bugport_1.146.tar.gz 937751 diff --git a/net-www/bugport/metadata.xml b/net-www/bugport/metadata.xml index a5609f90dcca..a629f5026658 100644 --- a/net-www/bugport/metadata.xml +++ b/net-www/bugport/metadata.xml @@ -1,9 +1,8 @@ - - jmglov@gentoo.org - Josh Glover - - The BugPort system is a Web-based system to manage tasks and defects throughout the software development process. + +pyrania@gentoo.org +Markus Nigbur + -- cgit v1.2.3-65-gdbad