Changeset - b9d8653ec8dc
[Not reviewed]
default
0 0 4
Nathan Brink (binki) - 15 years ago 2009-12-12 18:00:44
ohnobinki@ohnopublishing.net
www-apps/flyspray-0.9.9.6: New ebuild bug 285813 and bug 91078, thanks to Tommy[D], dilfridge
4 files changed with 72 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www-apps/flyspray/ChangeLog
Show inline comments
 
new file 100644
 
# ChangeLog for www-apps/flyspray
 
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
 
# $Header: $
 

	
 
  12 Dec 2009; Nathan Phillip Brink (ohnobinki)
 
  <ohnobinki@ohnopublishing.net> +flyspray-0.9.9.6.ebuild,
 
  +files/postinstall-en.txt, +metadata.xml:
 
  New ebuild bug 285813 and bug 91078, thanks to Tommy[D], dilfridge
 

	
www-apps/flyspray/files/postinstall-en.txt
Show inline comments
 
new file 100644
 
  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.
www-apps/flyspray/flyspray-0.9.9.6.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2009 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
EAPI="2"
 

	
 
# we need webapp's default pkg_setup()
 
inherit 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"
 

	
 
COMMON_DEPEND="virtual/httpd-php[xml]
 
	|| ( virtual/httpd-php[mysql]
 
		virtual/httpd-php[mysqli]
 
		virtual/httpd-php[postgres] )"
 
DEPEND="app-arch/unzip
 
	${COMMON_DEPEND}"
 
RDEPEND="graphviz? ( media-gfx/graphviz )
 
	${COMMON_DEPEND}"
 

	
 
src_prepare () {
 
	mv htaccess.dist .htaccess || die
 
}
 

	
 
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}
 
	webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
 

	
 
	webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
 
	webapp_src_install
 
}
www-apps/flyspray/metadata.xml
Show inline comments
 
new file 100644
 
<?xml version="1.0" encoding="UTF-8"?>
 
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 
<pkgmetadata>
 
<herd>no-herd</herd>
 
<maintainer>
 
  <email>maintainter-wanted@gentoo.org</email>
 
</maintainer>
 
</pkgmetadata>
0 comments (0 inline, 0 general)