diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-10-31 14:14:39 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-10-31 14:14:39 +0000 |
commit | 9a67cedc20b1da7b066022760def4b9f11e50726 (patch) | |
tree | 2601f69da839770a38e3ce7123e277f84063291b /www-apps/mantisbt | |
parent | Added new version of www-apps/mantisbt (diff) | |
download | gentoo-2-9a67cedc20b1da7b066022760def4b9f11e50726.tar.gz gentoo-2-9a67cedc20b1da7b066022760def4b9f11e50726.tar.bz2 gentoo-2-9a67cedc20b1da7b066022760def4b9f11e50726.zip |
Version bump
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps/mantisbt')
-rw-r--r-- | www-apps/mantisbt/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/mantisbt/Manifest | 12 | ||||
-rw-r--r-- | www-apps/mantisbt/files/digest-mantisbt-1.0.0_rc3 | 1 | ||||
-rw-r--r-- | www-apps/mantisbt/mantisbt-1.0.0_rc3.ebuild | 39 |
4 files changed, 48 insertions, 11 deletions
diff --git a/www-apps/mantisbt/ChangeLog b/www-apps/mantisbt/ChangeLog index a17fc2c5499f..52cf6ee8082e 100644 --- a/www-apps/mantisbt/ChangeLog +++ b/www-apps/mantisbt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/mantisbt # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.19 2005/10/25 15:31:40 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.20 2005/10/31 14:14:39 rl03 Exp $ + +*mantisbt-1.0.0_rc3 (31 Oct 2005) + + 31 Oct 2005; Renat Lumpau <rl03@gentoo.org> +mantisbt-1.0.0_rc3.ebuild: + Version bump 25 Oct 2005; Renat Lumpau <rl03@gentoo.org> mantisbt-1.0.0_rc2.ebuild: Added postgres support wrt bug #106488. diff --git a/www-apps/mantisbt/Manifest b/www-apps/mantisbt/Manifest index d8f01af7340e..defe6eb3e4eb 100644 --- a/www-apps/mantisbt/Manifest +++ b/www-apps/mantisbt/Manifest @@ -1,19 +1,11 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 86a7a4861c91624ef8c32ff8ecf66eb5 mantisbt-0.19.3.ebuild 1072 +MD5 b8787b64b3c3b48b47ad5757dcf82a6d mantisbt-1.0.0_rc3.ebuild 959 MD5 b8787b64b3c3b48b47ad5757dcf82a6d mantisbt-1.0.0_rc2.ebuild 959 MD5 2a78a9869fe56820bf193d3924d8deed ChangeLog 2844 MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 MD5 aaabd486081a3b2aeb22bddd759bb22d files/digest-mantisbt-1.0.0_rc2 68 +MD5 694f56f5cc639943cec54ee947f52c79 files/digest-mantisbt-1.0.0_rc3 68 MD5 35d6b6f4cf6611c8b6232b0c83c67f52 files/postinstall-en.txt 680 MD5 072dd6da83b18a0497e3376b597b20ef files/digest-mantisbt-0.19.3 66 MD5 97c947f30d07a6405194bed5981ceceb files/postinstall-en-1.0.0.txt 488 MD5 8fd686995bd33035d403d5d0971ece6d files/0.19.3-debian.patch 593 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDXk/mEzitwsaoONoRAvCkAJ0ZyZAPkvhxpeVZ1G8Fq196KFYRbwCgnyUt -LGvZd7rmmKqO3ewlxg9e0vs= -=6xkN ------END PGP SIGNATURE----- diff --git a/www-apps/mantisbt/files/digest-mantisbt-1.0.0_rc3 b/www-apps/mantisbt/files/digest-mantisbt-1.0.0_rc3 new file mode 100644 index 000000000000..670dfa630ac1 --- /dev/null +++ b/www-apps/mantisbt/files/digest-mantisbt-1.0.0_rc3 @@ -0,0 +1 @@ +MD5 0bcab6549f2926c65aca8d495c6dc549 mantis-1.0.0rc3.tar.gz 1499835 diff --git a/www-apps/mantisbt/mantisbt-1.0.0_rc3.ebuild b/www-apps/mantisbt/mantisbt-1.0.0_rc3.ebuild new file mode 100644 index 000000000000..3c525a473628 --- /dev/null +++ b/www-apps/mantisbt/mantisbt-1.0.0_rc3.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.0.0_rc3.ebuild,v 1.1 2005/10/31 14:14:39 rl03 Exp $ + +inherit webapp + +IUSE="mysql postgres" +MY_PV=${PV/_rc/rc} + +DESCRIPTION="PHP/MySQL/Web based bugtracking system" +HOMEPAGE="http://www.mantisbt.org/" +SRC_URI="mirror://sourceforge/${PN}/mantis-${MY_PV}.tar.gz" + +S=${WORKDIR}/mantis-${MY_PV} + +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=" + mysql? ( >=dev-db/mysql-3.23.32 ) + postgres? ( >=dev-db/postgresql-7 ) + net-www/apache + virtual/httpd-php +" + +LICENSE="GPL-2" + +src_install() { + webapp_src_preinst + dodoc doc/* + + cp -R . ${D}/${MY_HTDOCSDIR} + rm -rf ${D}/${MY_HTDOCSDIR}/doc + + mv ${D}/${MY_HTDOCSDIR}/config_inc.php.sample ${D}/${MY_HTDOCSDIR}/config_inc.php + + webapp_configfile ${MY_HTDOCSDIR}/config_inc.php + webapp_postinst_txt en ${FILESDIR}/postinstall-en-1.0.0.txt + webapp_src_install +} |