diff options
author | Josh Glover <jmglov@gentoo.org> | 2004-07-22 13:21:00 +0000 |
---|---|---|
committer | Josh Glover <jmglov@gentoo.org> | 2004-07-22 13:21:00 +0000 |
commit | b64ddb0715a77672b1754967a1df699e6e317241 (patch) | |
tree | 3f4ef481ed21f43ba5933264fecd985fef7534ee /net-www | |
parent | Initial import (diff) | |
download | historical-b64ddb0715a77672b1754967a1df699e6e317241.tar.gz historical-b64ddb0715a77672b1754967a1df699e6e317241.tar.bz2 historical-b64ddb0715a77672b1754967a1df699e6e317241.zip |
This package was submitted by Josh Glover in bug #35056
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/bugport/ChangeLog | 10 | ||||
-rw-r--r-- | net-www/bugport/Manifest | 4 | ||||
-rw-r--r-- | net-www/bugport/bugport-1.125.ebuild | 66 | ||||
-rw-r--r-- | net-www/bugport/files/digest-bugport-1.125 | 1 | ||||
-rw-r--r-- | net-www/bugport/metadata.xml | 9 |
5 files changed, 90 insertions, 0 deletions
diff --git a/net-www/bugport/ChangeLog b/net-www/bugport/ChangeLog new file mode 100644 index 000000000000..f7d1c4d8b024 --- /dev/null +++ b/net-www/bugport/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-www/bugport +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/bugport/ChangeLog,v 1.1 2004/07/22 13:21:00 jmglov Exp $ + +*bugport-1.125 (22 Jul 2004) + + 22 Jul 2004; Josh Glover <jmglov@gentoo.org> 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 new file mode 100644 index 000000000000..83da35d6c9ef --- /dev/null +++ b/net-www/bugport/Manifest @@ -0,0 +1,4 @@ +MD5 534153afb60277be5f659b1e8d50cc94 metadata.xml 399 +MD5 5e1ab75763ce8d734839f283b709d729 bugport-1.125.ebuild 1729 +MD5 3868cd0e7229382b0ac16b1c4370c30f ChangeLog 385 +MD5 e52f9d9e7070719edd7977efaefac400 files/digest-bugport-1.125 65 diff --git a/net-www/bugport/bugport-1.125.ebuild b/net-www/bugport/bugport-1.125.ebuild new file mode 100644 index 000000000000..8d54a4cac5b8 --- /dev/null +++ b/net-www/bugport/bugport-1.125.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +inherit webapp + +# $Header: /var/cvsroot/gentoo-x86/net-www/bugport/bugport-1.125.ebuild,v 1.1 2004/07/22 13:21:00 jmglov Exp $ + +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" + +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 new file mode 100644 index 000000000000..888124ac855b --- /dev/null +++ b/net-www/bugport/files/digest-bugport-1.125 @@ -0,0 +1 @@ +MD5 8f67fabee177984a24c66c8a6d23c304 bugport_1.125.tar.gz 505703 diff --git a/net-www/bugport/metadata.xml b/net-www/bugport/metadata.xml new file mode 100644 index 000000000000..a5609f90dcca --- /dev/null +++ b/net-www/bugport/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>jmglov@gentoo.org</email> + <name>Josh Glover</name> + </maintainer> + <longdescription>The BugPort system is a Web-based system to manage tasks and defects throughout the software development process.</longdescription> +</pkgmetadata> |