diff options
author | Peter Volkov <pva@gentoo.org> | 2008-01-23 20:56:49 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-01-23 20:56:49 +0000 |
commit | 55f26665ab27c6922e7c1a19729541b1bfe892f5 (patch) | |
tree | 625ce3f9bd9c644cf138edb1f64b4198d64605c7 /www-apps/mantisbt | |
parent | Added PYTHON_MODNAME (diff) | |
download | gentoo-2-55f26665ab27c6922e7c1a19729541b1bfe892f5.tar.gz gentoo-2-55f26665ab27c6922e7c1a19729541b1bfe892f5.tar.bz2 gentoo-2-55f26665ab27c6922e7c1a19729541b1bfe892f5.zip |
Cleaned vulnerable and unused ebuilds.
(Portage version: 2.1.3.19)
Diffstat (limited to 'www-apps/mantisbt')
-rw-r--r-- | www-apps/mantisbt/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/mantisbt/files/digest-mantisbt-1.0.8 | 3 | ||||
-rw-r--r-- | www-apps/mantisbt/files/digest-mantisbt-1.1.0 | 6 | ||||
-rw-r--r-- | www-apps/mantisbt/mantisbt-1.0.8.ebuild | 59 | ||||
-rw-r--r-- | www-apps/mantisbt/mantisbt-1.1.0.ebuild | 59 |
5 files changed, 5 insertions, 128 deletions
diff --git a/www-apps/mantisbt/ChangeLog b/www-apps/mantisbt/ChangeLog index 3cc81102bd0c..49332a7e4ca9 100644 --- a/www-apps/mantisbt/ChangeLog +++ b/www-apps/mantisbt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/mantisbt # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.55 2008/01/23 16:07:34 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.56 2008/01/23 20:56:48 pva Exp $ + + 23 Jan 2008; <pva@gentoo.org> -mantisbt-1.0.8.ebuild, + -mantisbt-1.1.0.ebuild: + Cleaned vulnerable and unused ebuilds. 23 Jan 2008; Steve Dibb <beandog@gentoo.org> mantisbt-1.0.8-r1.ebuild: amd64 stable, security bug 203791 diff --git a/www-apps/mantisbt/files/digest-mantisbt-1.0.8 b/www-apps/mantisbt/files/digest-mantisbt-1.0.8 deleted file mode 100644 index 2fb7b1796f2d..000000000000 --- a/www-apps/mantisbt/files/digest-mantisbt-1.0.8 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 fab90748346fe9a8276a71f59c1a245a mantis-1.0.8.tar.gz 1549854 -RMD160 02e349a05d8d5c190d943ee4dc430a6adaffe1a0 mantis-1.0.8.tar.gz 1549854 -SHA256 c22a3ad2f532addc70f8f266c83a360dfea685de79ebf713801b3f4fb556b501 mantis-1.0.8.tar.gz 1549854 diff --git a/www-apps/mantisbt/files/digest-mantisbt-1.1.0 b/www-apps/mantisbt/files/digest-mantisbt-1.1.0 deleted file mode 100644 index 0808c0c8e427..000000000000 --- a/www-apps/mantisbt/files/digest-mantisbt-1.1.0 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 0b5e99ae4f33dfb7b99ee989a4b70b78 mantis-1.1.0.tar.gz 2501413 -RMD160 79c91c2084d94d6d26b8f707955d2d5c22508fdf mantis-1.1.0.tar.gz 2501413 -SHA256 b7402ecbb0879d21b6a8e2e64fead64a1fb44e65b6948022c11e75f03f3800d1 mantis-1.1.0.tar.gz 2501413 -MD5 22b9b8a00ff29f3c913371963c416b1c mantisbt-1.1.0-current-svn-fixes.patch.gz 6604 -RMD160 5662ba4e932704f4e32c9e59180331a6fdfb8635 mantisbt-1.1.0-current-svn-fixes.patch.gz 6604 -SHA256 24b6060b040f379137b04d442eab236eb2539009aa02c2fa0428bb54bb52d340 mantisbt-1.1.0-current-svn-fixes.patch.gz 6604 diff --git a/www-apps/mantisbt/mantisbt-1.0.8.ebuild b/www-apps/mantisbt/mantisbt-1.0.8.ebuild deleted file mode 100644 index bc3333db7fc2..000000000000 --- a/www-apps/mantisbt/mantisbt-1.0.8.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.0.8.ebuild,v 1.6 2007/12/10 16:14:57 pva Exp $ - -inherit eutils webapp - -IUSE="bundled-adodb" -MY_P=mantis-${PV} - -DESCRIPTION="PHP/MySQL/Web based bugtracking system" -HOMEPAGE="http://www.mantisbt.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -S=${WORKDIR}/${MY_P} - -KEYWORDS="amd64 ppc x86" - -RDEPEND=" - virtual/httpd-php - virtual/httpd-cgi - !bundled-adodb? ( dev-php/adodb ) -" - -LICENSE="GPL-2" - -src_unpack() { - unpack ${A} - cd "${S}" - - # http://www.mantisbt.org/bugs/view.php?id=8256 - epatch "${FILESDIR}"/${P}-avoid-XS-type-in-schema.php.patch - - if use bundled-adodb ; then - sed -ie \ - "s:require_once( 'adodb/adodb.inc.php' );:require_once( \$t_core_dir . 'adodb/adodb.inc.php' );:" \ - "${S}"/core/database_api.php - else - rm -r "${S}"/core/adodb/ - fi - - # Fix permitions. Should be fixed in 1.0.9 - find "${S}" -type f -exec chmod 644 \{\} \; - find "${S}" -type d -exec chmod 755 \{\} \; -} - -src_install() { - webapp_src_preinst - rm doc/{LICENSE,INSTALL} - 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 -} diff --git a/www-apps/mantisbt/mantisbt-1.1.0.ebuild b/www-apps/mantisbt/mantisbt-1.1.0.ebuild deleted file mode 100644 index 792f1eec28c7..000000000000 --- a/www-apps/mantisbt/mantisbt-1.1.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.1.0.ebuild,v 1.1 2008/01/10 22:01:35 pva Exp $ - -inherit eutils webapp depend.php - -IUSE="bundled-adodb" -MY_P=mantis-${PV} - -DESCRIPTION="PHP/MySQL/Web based bugtracking system" -HOMEPAGE="http://www.mantisbt.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz - mirror://gentoo/mantisbt-1.1.0-current-svn-fixes.patch.gz" - -S=${WORKDIR}/${MY_P} - -KEYWORDS="~amd64 ~ppc ~x86" - -RDEPEND=" - virtual/httpd-php - virtual/httpd-cgi - !bundled-adodb? ( dev-php/adodb ) -" - -LICENSE="GPL-2" - -pkg_setup() { - webapp_pkg_setup - has_php - require_php_with_use pcre -} - -src_unpack() { - unpack ${A} - cd "${S}" - - if ! use bundled-adodb ; then - sed -i -e \ - "s:require_once( 'adodb/adodb.inc.php' );:require_once( \$t_core_dir . 'adodb/adodb.inc.php' );:" \ - "${S}"/core/database_api.php - else - rm -r "${S}"/core/adodb/ - fi - epatch "${WORKDIR}"/${P}-current-svn-fixes.patch -} - -src_install() { - webapp_src_preinst - rm doc/{LICENSE,INSTALL} - dodoc doc/* packages/mantis-httpd.conf - - rm -rf doc packages - mv config_inc.php.sample config_inc.php - cp -R . "${D}"/${MY_HTDOCSDIR} - - webapp_configfile ${MY_HTDOCSDIR}/config_inc.php - webapp_postinst_txt en "${FILESDIR}"/postinstall-en-1.0.0.txt - webapp_src_install -} |