From dbfbba9d4fdb1fe8c903b8156d3af6d808f5ba26 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Tue, 21 May 2013 03:02:16 +0000 Subject: Prune old versions with ezc dependencies (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, unsigned Manifest commit) --- www-apps/mantisbt/ChangeLog | 6 +++- www-apps/mantisbt/mantisbt-1.2.11.ebuild | 49 -------------------------------- www-apps/mantisbt/mantisbt-1.2.12.ebuild | 49 -------------------------------- www-apps/mantisbt/mantisbt-1.2.8.ebuild | 49 -------------------------------- 4 files changed, 5 insertions(+), 148 deletions(-) delete mode 100644 www-apps/mantisbt/mantisbt-1.2.11.ebuild delete mode 100644 www-apps/mantisbt/mantisbt-1.2.12.ebuild delete mode 100644 www-apps/mantisbt/mantisbt-1.2.8.ebuild (limited to 'www-apps/mantisbt') diff --git a/www-apps/mantisbt/ChangeLog b/www-apps/mantisbt/ChangeLog index 9a4b8daf3f01..bfae513c4438 100644 --- a/www-apps/mantisbt/ChangeLog +++ b/www-apps/mantisbt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/mantisbt # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.123 2013/05/19 15:07:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.124 2013/05/21 03:02:16 patrick Exp $ + + 21 May 2013; Patrick Lauer -mantisbt-1.2.11.ebuild, + -mantisbt-1.2.12.ebuild, -mantisbt-1.2.8.ebuild: + Prune old versions with ezc dependencies 19 May 2013; Agostino Sarubbo mantisbt-1.2.15.ebuild: Stable for x86, wrt bug #443106 diff --git a/www-apps/mantisbt/mantisbt-1.2.11.ebuild b/www-apps/mantisbt/mantisbt-1.2.11.ebuild deleted file mode 100644 index e7318d0a4c0a..000000000000 --- a/www-apps/mantisbt/mantisbt-1.2.11.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.2.11.ebuild,v 1.3 2012/10/08 08:10:48 nativemad Exp $ - -EAPI="2" - -inherit eutils webapp depend.php - -DESCRIPTION="PHP/MySQL/Web based bugtracking system" -HOMEPAGE="http://www.mantisbt.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - virtual/httpd-php - virtual/httpd-cgi - || ( =dev-lang/php-5.3 ) - >=dev-php/ezc-Base-1.8 - >=dev-php/ezc-Graph-1.5 - >=dev-php/adodb-5.10" - -src_prepare() { - # Drop external libraries - rm -r "${S}/library/adodb/" - rm -r "${S}/library/ezc/"{Base,Graph} - sed -e 's:ezc/Base/src/base.php:ezc/Base/base.php:' \ - -i "${S}"/plugins/MantisGraph/{core/graph_api.php,pages/summary_graph_cumulative_bydate2.php} \ - || die - # Fix incorrect filename - sed -e 's:config_default_inc.php:config_defaults_inc.php:' \ - -i "${S}/lang/strings_russian.txt" || die -} - -src_install() { - webapp_src_preinst - rm doc/{LICENSE,INSTALL} - dodoc doc/{CREDITS,CUSTOMIZATION,RELEASE} doc/en/* - - 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 -} diff --git a/www-apps/mantisbt/mantisbt-1.2.12.ebuild b/www-apps/mantisbt/mantisbt-1.2.12.ebuild deleted file mode 100644 index dcac7b641287..000000000000 --- a/www-apps/mantisbt/mantisbt-1.2.12.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.2.12.ebuild,v 1.1 2013/03/06 04:24:15 patrick Exp $ - -EAPI="2" - -inherit eutils webapp depend.php - -DESCRIPTION="PHP/MySQL/Web based bugtracking system" -HOMEPAGE="http://www.mantisbt.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - virtual/httpd-php - virtual/httpd-cgi - || ( =dev-lang/php-5.3 ) - >=dev-php/ezc-Base-1.8 - >=dev-php/ezc-Graph-1.5 - >=dev-php/adodb-5.10" - -src_prepare() { - # Drop external libraries - rm -r "${S}/library/adodb/" - rm -r "${S}/library/ezc/"{Base,Graph} - sed -e 's:ezc/Base/src/base.php:ezc/Base/base.php:' \ - -i "${S}"/plugins/MantisGraph/{core/graph_api.php,pages/summary_graph_cumulative_bydate2.php} \ - || die - # Fix incorrect filename - sed -e 's:config_default_inc.php:config_defaults_inc.php:' \ - -i "${S}/lang/strings_russian.txt" || die -} - -src_install() { - webapp_src_preinst - rm doc/{LICENSE,INSTALL} - dodoc doc/{CREDITS,CUSTOMIZATION,RELEASE} doc/en/* - - 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 -} diff --git a/www-apps/mantisbt/mantisbt-1.2.8.ebuild b/www-apps/mantisbt/mantisbt-1.2.8.ebuild deleted file mode 100644 index d0563349580a..000000000000 --- a/www-apps/mantisbt/mantisbt-1.2.8.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.2.8.ebuild,v 1.3 2011/12/14 22:53:05 mabi Exp $ - -EAPI="2" - -inherit eutils webapp depend.php - -DESCRIPTION="PHP/MySQL/Web based bugtracking system" -HOMEPAGE="http://www.mantisbt.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - virtual/httpd-php - virtual/httpd-cgi - || ( =dev-lang/php-5.3 ) - >=dev-php/ezc-Base-1.8 - >=dev-php/ezc-Graph-1.5 - >=dev-php/adodb-5.10" - -src_prepare() { - # Drop external libraries - rm -r "${S}/library/adodb/" - rm -r "${S}/library/ezc/"{Base,Graph} - sed -e 's:ezc/Base/src/base.php:ezc/Base/base.php:' \ - -i "${S}"/plugins/MantisGraph/{core/graph_api.php,pages/summary_graph_cumulative_bydate2.php} \ - || die - # Fix incorrect filename - sed -e 's:config_default_inc.php:config_defaults_inc.php:' \ - -i "${S}/lang/strings_russian.txt" || die -} - -src_install() { - webapp_src_preinst - rm doc/{LICENSE,INSTALL} - dodoc doc/{CREDITS,CUSTOMIZATION,RELEASE} doc/en/* - - 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 -} -- cgit v1.2.3-65-gdbad