[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2023-07-26 Thread Joonas Niilola
commit: 7e80f0e6cc8e38862f770f32d03071fad3ddfacf
Author: David Denoncin  denoncin  fr>
AuthorDate: Tue Jul 11 17:42:24 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jul 26 08:00:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e80f0e6

www-apps/bugzilla: add missing dev-perl/Email-Address dependency

Closes: https://bugs.gentoo.org/906133
Signed-off-by: David Denoncin  denoncin.fr>
Closes: https://github.com/gentoo/gentoo/pull/31841
Signed-off-by: Joonas Niilola  gentoo.org>

 www-apps/bugzilla/bugzilla-5.0.6-r2.ebuild | 119 +
 1 file changed, 119 insertions(+)

diff --git a/www-apps/bugzilla/bugzilla-5.0.6-r2.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.6-r2.ebuild
new file mode 100644
index ..9a6cfac2b3f6
--- /dev/null
+++ b/www-apps/bugzilla/bugzilla-5.0.6-r2.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit optfeature webapp
+
+DESCRIPTION="Bugzilla is the Bug-Tracking System from the Mozilla project"
+SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
+HOMEPAGE="https://www.bugzilla.org;
+
+LICENSE="MPL-2.0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+IUSE="apache2 doc mysql postgres +sqlite test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+# sorting is identical to upstream MYMETA.json, please don't change
+# These are mandatory for checksetup.pl to configure bugzilla
+BASIC_DEPS="
+   dev-lang/perl
+   >=dev-perl/CGI-3.510.0
+   >=dev-perl/DBI-1.614.0
+   >=dev-perl/TimeDate-2.230.0
+   >=dev-perl/DateTime-0.750.0
+   >=dev-perl/DateTime-TimeZone-1.640.0
+   virtual/perl-Digest-SHA
+   >=dev-perl/Email-Address-1.913.0
+   >=dev-perl/Email-Sender-1.300.11
+   >=dev-perl/Email-MIME-1.904.0
+   >=dev-perl/JSON-XS-2.10.0
+   >=dev-perl/List-MoreUtils-0.320.0
+   >=dev-perl/Math-Random-ISAAC-1.0.1
+   >=dev-perl/Template-Toolkit-2.240.0
+   >=dev-perl/URI-1.550.0
+"
+
+RDEPEND="
+   ${BASIC_DEPS}
+   apache2? ( www-servers/apache[apache2_modules_access_compat] )
+   !apache2? ( virtual/httpd-cgi )
+   postgres? ( >=dev-perl/DBD-Pg-1.49 )
+   mysql? ( >=dev-perl/DBD-mysql-4.0.5 )
+   sqlite? ( >=dev-perl/DBD-SQLite-1.290.0 )
+"
+
+BDEPEND="
+   test? ( ${BASIC_DEPS} )
+   doc? (
+   dev-python/sphinx
+   dev-perl/File-Copy-Recursive
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-5.0.6-leftbrace.patch"
+   "${FILESDIR}/${PN}-5.0.6-perl.patch"
+   "${FILESDIR}/${PN}-5.0.6-template.patch"
+)
+
+src_prepare() {
+   default
+
+   # Get rid of the bzr files
+   rm -r .bzr* || die
+
+   # unconditionnally remove pod-coverage tests
+   rm t/011pod.t || die
+}
+
+src_test() {
+   TZ=UTC perl -I. runtests.pl || die
+}
+
+src_install() {
+   webapp_src_preinst
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   webapp_postinst_txt en "${FILESDIR}/postinstall-${PV}-en.txt"
+   webapp_postupgrade_txt en "${FILESDIR}/postupgrade-${PV}-en.txt"
+   webapp_src_install
+
+   if use doc; then
+   docs/makedocs.pl
+   dodoc -r docs/en/html
+   dodoc -r docs/en/txt
+   fi
+
+   # openrc service file to enable mail queuing as a service
+   newinitd "${FILESDIR}"/bugzilla-queue.initd bugzilla-queue
+
+   # must be executable and stay that way upon upgrading
+   fperms u+x "${MY_HTDOCSDIR}"/checksetup.pl
+}
+
+pkg_postinst() {
+   optfeature "graphical reports, new charts, old charts" "dev-perl/GD 
dev-perl/Chart dev-perl/Template-GD dev-perl/GDTextUtil dev-perl/GDGraph"
+   optfeature "moving bugs between installations, automatic update 
notifications" "dev-perl/MIME-tools dev-perl/libwww-perl dev-perl/XML-Twig"
+   optfeature "patch viewer" "dev-perl/PatchReader"
+   optfeature "LDAP authentication" "dev-perl/perl-ldap"
+   optfeature "SMTP authentication" "dev-perl/Authen-SASL"
+   optfeature "XML-RPC Interface" "dev-perl/SOAP-Lite dev-perl/XMLRPC-Lite 
dev-perl/Test-Taint"
+   optfeature "JSON-RPC interface, REST interface" "dev-perl/JSON-RPC 
dev-perl/Test-Taint"
+   optfeature "more HTML in Product/Group description" 
"dev-perl/HTML-Scrubber"
+   optfeature "automatic charset detection for text attachments" 
"dev-perl/Encode-Detect"
+   optfeature "inbound email" "dev-perl/Email-Reply 
dev-perl/HTML-FormatText-WithLinks"
+   optfeature "mail queueing" "dev-perl/TheSchwarz dev-perl/Daemon-Generic"
+   optfeature "MIME type sniffing of attachments" "dev-perl/File-MimeInfo 
dev-perl/IO-stringy"
+   optfeature "Memcached support" "dev-perl/Cache-Memcached"
+   optfeature "SSL support for SMTP" "dev-perl/IO-Socket-SSL"
+
+   ewarn "If Apache is the chosen webserver, please consider turning the 

[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2022-09-14 Thread Jakov Smolić
commit: d100d035e72e0e9124eba7ece048d7d5fb2c0968
Author: Yu Gu  gmail  com>
AuthorDate: Tue Sep 13 13:53:49 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Sep 14 15:24:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d100d035

www-apps/bugzilla: Keyword 5.0.6-r1 riscv, #869923

Signed-off-by: Yu Gu  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild
index e74645a9f179..a148712eba8b 100644
--- a/www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
 HOMEPAGE="https://www.bugzilla.org;
 
 LICENSE="MPL-2.0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 
 IUSE="apache2 doc mysql postgres +sqlite test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2022-07-28 Thread Sam James
commit: e469a4405c708f172676a70876fc6466d0368b6e
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 28 13:24:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 28 13:31:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e469a440

www-apps/bugzilla: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 www-apps/bugzilla/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www-apps/bugzilla/metadata.xml b/www-apps/bugzilla/metadata.xml
index 37e63b4c39fd..e6aecf770968 100644
--- a/www-apps/bugzilla/metadata.xml
+++ b/www-apps/bugzilla/metadata.xml
@@ -13,4 +13,7 @@
web-a...@gentoo.org
Gentoo Webapps

+   
+   bugzilla/bugzilla
+   
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2021-04-04 Thread Andreas Sturmlechner
commit: 33163e4b01667a8e6aba60ebaa852eeb0c20
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  3 11:23:21 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  4 18:55:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33163aaa

www-apps/bugzilla: Drop superfluous optfeature header

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild | 23 +++
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild
index 76a3fa9ba50..e74645a9f17 100644
--- a/www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -96,21 +96,20 @@ src_install() {
 }
 
 pkg_postinst() {
-   elog "Optional dependencies:"
-   optfeature "Graphical reports, new charts, old charts" "dev-perl/GD 
dev-perl/Chart dev-perl/Template-GD dev-perl/GDTextUtil dev-perl/GDGraph"
-   optfeature "Move bugs between installations, automatic update 
notifications" "dev-perl/MIME-tools dev-perl/libwww-perl dev-perl/XML-Twig"
-   optfeature "Patch Viewer" "dev-perl/PatchReader"
+   optfeature "graphical reports, new charts, old charts" "dev-perl/GD 
dev-perl/Chart dev-perl/Template-GD dev-perl/GDTextUtil dev-perl/GDGraph"
+   optfeature "moving bugs between installations, automatic update 
notifications" "dev-perl/MIME-tools dev-perl/libwww-perl dev-perl/XML-Twig"
+   optfeature "patch viewer" "dev-perl/PatchReader"
optfeature "LDAP authentication" "dev-perl/perl-ldap"
optfeature "SMTP authentication" "dev-perl/Authen-SASL"
optfeature "XML-RPC Interface" "dev-perl/SOAP-Lite dev-perl/XMLRPC-Lite 
dev-perl/Test-Taint"
-   optfeature "JSON-RPC Interface, REST Interface" "dev-perl/JSON-RPC 
dev-perl/Test-Taint"
-   optfeature "More HTML in Product/Group description" 
"dev-perl/HTML-Scrubber"
-   optfeature "Automatic charset detection for text attachments" 
"dev-perl/Encode-Detect"
-   optfeature "Inbound Email" "dev-perl/Email-Reply 
dev-perl/HTML-FormatText-WithLinks"
-   optfeature "Mail Queueing" "dev-perl/TheSchwarz dev-perl/Daemon-Generic"
-   optfeature "Sniff MIME type of attachments" "dev-perl/File-MimeInfo 
dev-perl/IO-stringy"
+   optfeature "JSON-RPC interface, REST interface" "dev-perl/JSON-RPC 
dev-perl/Test-Taint"
+   optfeature "more HTML in Product/Group description" 
"dev-perl/HTML-Scrubber"
+   optfeature "automatic charset detection for text attachments" 
"dev-perl/Encode-Detect"
+   optfeature "inbound email" "dev-perl/Email-Reply 
dev-perl/HTML-FormatText-WithLinks"
+   optfeature "mail queueing" "dev-perl/TheSchwarz dev-perl/Daemon-Generic"
+   optfeature "MIME type sniffing of attachments" "dev-perl/File-MimeInfo 
dev-perl/IO-stringy"
optfeature "Memcached support" "dev-perl/Cache-Memcached"
-   optfeature "SSL Support for SMTP" "dev-perl/IO-Socket-SSL"
+   optfeature "SSL support for SMTP" "dev-perl/IO-Socket-SSL"
 
ewarn "If Apache is the chosen webserver, please consider turning the 
apache2 use flag on"
ewarn "Not doing so may result in unexpected runtime errors"



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2020-11-01 Thread Joonas Niilola
commit: 879049895a13fbca1face77db724fc0e158a19a3
Author: David Denoncin  gmail  com>
AuthorDate: Mon Oct 26 12:48:44 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Nov  1 06:13:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87904989

www-apps/bugzilla: optional dep for SSL support

dev-perl/IO-Socket-SSL is suggested for SSL support as an optfeature, as
Net-SMTP-SSL is deprecated.

See: https://bugzilla.mozilla.org/show_bug.cgi?id=1316255
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: David Denoncin  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 www-apps/bugzilla/bugzilla-5.0.6.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-apps/bugzilla/bugzilla-5.0.6.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
index 2d6ab69e618..76a3fa9ba50 100644
--- a/www-apps/bugzilla/bugzilla-5.0.6.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
@@ -110,6 +110,7 @@ pkg_postinst() {
optfeature "Mail Queueing" "dev-perl/TheSchwarz dev-perl/Daemon-Generic"
optfeature "Sniff MIME type of attachments" "dev-perl/File-MimeInfo 
dev-perl/IO-stringy"
optfeature "Memcached support" "dev-perl/Cache-Memcached"
+   optfeature "SSL Support for SMTP" "dev-perl/IO-Socket-SSL"
 
ewarn "If Apache is the chosen webserver, please consider turning the 
apache2 use flag on"
ewarn "Not doing so may result in unexpected runtime errors"



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/, www-apps/bugzilla/files/

2020-11-01 Thread Joonas Niilola
commit: 98ede44b632ad8b147993a6d8bed2c3b91633ce2
Author: David Denoncin  gmail  com>
AuthorDate: Mon Oct 26 12:56:35 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Nov  1 06:13:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ede44b

www-apps/bugzilla: update init script

Applied patch from Brian Evans "to use openrc-run more portable and
modern format so that different supervisors can be used as the user
desires for bugzilla-queue".

Closes: https://bugs.gentoo.org/749924

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: David Denoncin  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18040
Signed-off-by: Joonas Niilola  gentoo.org>

 ...zilla-5.0.6.ebuild => bugzilla-5.0.6-r1.ebuild} |  0
 www-apps/bugzilla/files/bugzilla-queue.initd   | 27 +++---
 2 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/www-apps/bugzilla/bugzilla-5.0.6.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild
similarity index 100%
rename from www-apps/bugzilla/bugzilla-5.0.6.ebuild
rename to www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild

diff --git a/www-apps/bugzilla/files/bugzilla-queue.initd 
b/www-apps/bugzilla/files/bugzilla-queue.initd
index 800793862f1..3c73041365d 100644
--- a/www-apps/bugzilla/files/bugzilla-queue.initd
+++ b/www-apps/bugzilla/files/bugzilla-queue.initd
@@ -1,10 +1,17 @@
 #!/sbin/openrc-run
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-PIDFILE="/var/run/bugzilla/${SVCNAME}.pid"
+command=${JOBQUEUE_PATH}
 JOBQUEUE_USER=${JOBQUEUE_USER:-root}
 JOBQUEUE_GROUP=${JOBQUEUE_GROUP:-root}
+command_user="${JOBQUEUE_USER}:${JOBQUEUE_GROUP}"
+pidfile="/var/run/bugzilla/${RC_SVCNAME}.pid"
+command_args="-p ${pidfile} -n ${RC_SVCNAME} start"
+if [ "${supervisor}" = "supervise-daemon" ]; then
+   command_args="-f ${command_args}"
+   pidfile="/var/run/bugzilla/${RC_SVCNAME}.supervise.pid"
+fi
 
 checkconfig() {
[[ -z "${JOBQUEUE_USER}" || -z "$(getent passwd ${JOBQUEUE_USER})" ]] 
&& { eerror "JOBQUEUE_USER not set or doesn't exist"; return 1; }
@@ -13,26 +20,18 @@ checkconfig() {
return 0
 }
 
-start() {
-   ebegin "Starting ${SVCNAME}"
+start_pre() {
checkconfig || return 1
 
-   piddir="${PIDFILE%/*}"
+   piddir="${pidfile%/*}"
if [ ! -d "${piddir}" ]; then
-   checkpath -q -d -o $JOBQUEUE_USER:$JOBQUEUE_GROUP -m 0770 
"${piddir}" || {
+   checkpath -q -d -o "${command_user}" -m 0770 "${piddir}" || {
eend 1
return 1
}
fi
-
-   start-stop-daemon --start --pidfile $PIDFILE --user $JOBQUEUE_USER 
--group $JOBQUEUE_GROUP \
-   --exec $JOBQUEUE_PATH -- -p $PIDFILE -n $SVCNAME start 
1>/dev/null
-   eend $?
 }
 
-stop() {
-   ebegin "Stopping ${SVCNAME}"
+stop_pre() {
checkconfig || return 1
-   start-stop-daemon --pidfile $PIDFILE --stop --exec $JOBQUEUE_PATH -- -p 
$PIDFILE -n $SVCNAME stop
-   eend $?
 }



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2020-09-07 Thread David Seifert
commit: 64b1a79bf4a11eb9ae388f2db8283084df471c3e
Author: David Seifert  gentoo  org>
AuthorDate: Mon Sep  7 08:54:23 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Sep  7 08:54:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b1a79b

www-apps/bugzilla: Inherit optfeature.eclass

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert  gentoo.org>

 www-apps/bugzilla/bugzilla-5.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/bugzilla/bugzilla-5.0.6.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
index db9d8def08d..2d6ab69e618 100644
--- a/www-apps/bugzilla/bugzilla-5.0.6.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit eutils webapp
+inherit optfeature webapp
 
 DESCRIPTION="Bugzilla is the Bug-Tracking System from the Mozilla project"
 SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2020-08-15 Thread Sam James
commit: 5b84eaf6360072ad65b53d98bd23915d42fbdaeb
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 06:00:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 06:00:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b84eaf6

www-apps/bugzilla: default +sqlite for RequiredUseDefaults

It's best to not impose a choice on the user immediately
when they try to install the software. Let's pick the most
lightweight option from: ( mysql postgres sqlite ).

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 www-apps/bugzilla/bugzilla-5.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/bugzilla/bugzilla-5.0.6.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
index 2bd2c9cba55..db9d8def08d 100644
--- a/www-apps/bugzilla/bugzilla-5.0.6.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.bugzilla.org;
 LICENSE="MPL-2.0"
 KEYWORDS="amd64 x86"
 
-IUSE="apache2 doc mysql postgres sqlite test"
+IUSE="apache2 doc mysql postgres +sqlite test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/, www-apps/bugzilla/files/

2020-08-15 Thread Sam James
commit: e7e5ee5f8f488c35a163dda0075df0ceb0e02a7b
Author: David Denoncin  gmail  com>
AuthorDate: Mon Aug 10 21:15:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 05:59:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e5ee5f

www-apps/bugzilla: drop vulnerable old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: David Denoncin  gmail.com>
Bug: https://bugs.gentoo.org/712706
Closes: https://github.com/gentoo/gentoo/pull/17073
Signed-off-by: Sam James  gentoo.org>

 www-apps/bugzilla/Manifest |   2 -
 www-apps/bugzilla/bugzilla-4.4.12-r2.ebuild| 130 
 www-apps/bugzilla/bugzilla-5.0.3-r2.ebuild | 134 -
 .../bugzilla/files/bugzilla-5.0.3-leftbrace.patch  |  26 
 www-apps/bugzilla/files/bugzilla-queue.confd   |   4 -
 www-apps/bugzilla/files/bugzilla.cron.daily|   5 -
 www-apps/bugzilla/files/bugzilla.cron.tab  |   1 -
 www-apps/bugzilla/files/postinstall-en.txt |  14 ---
 www-apps/bugzilla/files/reconfig   |  19 ---
 www-apps/bugzilla/metadata.xml |   4 -
 10 files changed, 339 deletions(-)

diff --git a/www-apps/bugzilla/Manifest b/www-apps/bugzilla/Manifest
index 10e325e2e9e..87c23ddf5c9 100644
--- a/www-apps/bugzilla/Manifest
+++ b/www-apps/bugzilla/Manifest
@@ -1,3 +1 @@
-DIST bugzilla-4.4.12.tar.gz 4931062 BLAKE2B 
21d060d3a6bc8fd16d5a0283bb5c3735a473283d829be711e22b9d21fc203c8bd33cc9b940417480fa4b16dc478dcb3b526f305c324c97ccac7965b2820bea01
 SHA512 
51520cc55ae0fb30f8a8efb98e9b5a5a35ca74e9ec3667528fae6520fa7f12137e01948009b152481d0b8e02d435b42c3cacb5449fb42fe709964db68a386548
-DIST bugzilla-5.0.3.tar.gz 4069689 BLAKE2B 
1be1d911b59a06f9073a2e610b88af2b1b62bda1e2ef812f65faf2fc35499cff20b96f29a522cf8478ed65c4de9008a349162159f180f59f79a380d777340548
 SHA512 
82334533bd75a4a5eee5213826da916175ecf39cbfd1c4d820519f015257b02998a3acd881f8f52c1650d1140158c8aa839e374574a1fa862a6a4a1351748c46
 DIST bugzilla-5.0.6.tar.gz 3970724 BLAKE2B 
9fab818a4d93bcd8092ddd2707f5a479b5535ba7621cccb84ce6b8785812e0e46f6d8883b76d3358a60ea5f0b6068008b9b2bfcc745b760f6fec5372216cc1af
 SHA512 
8ca47ea1be2b433a6ce68e1a595d72f3d0f0fede44d1194dc6bc9a116dbde3ab7285212c71995e200d31544876e4c3c57b63da1f877a0cb22747ab87a5d598de

diff --git a/www-apps/bugzilla/bugzilla-4.4.12-r2.ebuild 
b/www-apps/bugzilla/bugzilla-4.4.12-r2.ebuild
deleted file mode 100644
index c12d12dd9aa..000
--- a/www-apps/bugzilla/bugzilla-4.4.12-r2.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp depend.apache eutils
-
-DESCRIPTION="Bugzilla is the Bug-Tracking System from the Mozilla project"
-SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
-HOMEPAGE="https://www.bugzilla.org;
-
-LICENSE="MPL-2.0"
-KEYWORDS="amd64 x86"
-
-IUSE="modperl extras graphviz mysql postgres sqlite test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE=" || ( mysql postgres sqlite )"
-
-COMMON_DEPS="
-   >=dev-lang/perl-5.10.1
-   >=dev-perl/CGI-3.510.0
-   virtual/perl-Digest-SHA
-   >=dev-perl/DateTime-0.500.0
-   >=dev-perl/DateTime-TimeZone-0.710.0
-   >=dev-perl/DBI-1.601.0
-   >=dev-perl/Template-Toolkit-2.22
-   >=dev-perl/Email-Send-2.40.0
-   >=dev-perl/Email-MIME-1.904.0
-   dev-perl/URI
-   >=dev-perl/List-MoreUtils-0.329.0
-   dev-perl/Math-Random-ISAAC
-"
-
-DEPEND="test? ( dev-perl/Pod-Coverage${COMMON_DEPS} )"
-RDEPEND="
-   virtual/httpd-cgi
-   ${COMMON_DEPS}
-   postgres? ( >=dev-perl/DBD-Pg-1.49.0 )
-   mysql? ( >=dev-perl/DBD-mysql-4.0.5 )
-   sqlite? ( >=dev-perl/DBD-SQLite-1.290.0 )
-   extras? (
-   >=dev-perl/GD-2.35[png,truetype]
-   >=dev-perl/Chart-2.4.1
-   dev-perl/Template-GD
-   dev-perl/GDTextUtil
-   dev-perl/GDGraph
-   dev-perl/XML-Twig
-   >=dev-perl/MIME-tools-5.427.0
-   dev-perl/libwww-perl
-   >=dev-perl/PatchReader-0.9.6
-   dev-perl/perl-ldap
-   dev-perl/Authen-Radius
-   dev-perl/Authen-SASL
-   >=dev-perl/SOAP-Lite-0.712.0
-   dev-perl/JSON-RPC
-   >=dev-perl/JSON-XS-2.0.0
-   dev-perl/Test-Taint
-   >=dev-perl/HTML-Parser-3.67.0
-   dev-perl/HTML-Scrubber
-   >=virtual/perl-Encode-2.21.0
-   dev-perl/Encode-Detect
-   dev-perl/Email-MIME-Attachment-Stripper
-   dev-perl/Email-Reply
-   dev-perl/TheSchwartz
-   dev-perl/Daemon-Generic
-   dev-perl/File-MimeInfo
-   virtual/imagemagick-tools[perl]
-   dev-perl/MIME-tools
-   )
-   modperl? (
-   www-apache/mod_perl:1
- 

[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2020-08-14 Thread Sam James
commit: 09129e1e646546ac9489ed59a6ed5f2cdaecf800
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 05:49:22 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 05:52:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09129e1e

www-apps/bugzilla: Stabilize 5.0.6 x86, #712706

Signed-off-by: Sam James  gentoo.org>

 www-apps/bugzilla/bugzilla-5.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/bugzilla/bugzilla-5.0.6.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
index 9f82c76592f..2bd2c9cba55 100644
--- a/www-apps/bugzilla/bugzilla-5.0.6.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
 HOMEPAGE="https://www.bugzilla.org;
 
 LICENSE="MPL-2.0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="apache2 doc mysql postgres sqlite test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2020-08-14 Thread Sam James
commit: e8120ca893a623e4a6056b77fb2ca5020b4c49b3
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 04:37:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 04:37:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8120ca8

www-apps/bugzilla: Stabilize 5.0.6 amd64, #712706

Signed-off-by: Sam James  gentoo.org>

 www-apps/bugzilla/bugzilla-5.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/bugzilla/bugzilla-5.0.6.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
index b9d651ea973..9f82c76592f 100644
--- a/www-apps/bugzilla/bugzilla-5.0.6.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
 HOMEPAGE="https://www.bugzilla.org;
 
 LICENSE="MPL-2.0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="apache2 doc mysql postgres sqlite test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/, www-apps/bugzilla/files/

2020-08-01 Thread Sam James
commit: f2fa70ce5190a8073fd697326a8495f2626326f2
Author: David Denoncin  gmail  com>
AuthorDate: Sat Jul 18 15:58:44 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  1 20:27:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2fa70ce

www-apps/bugzilla: vbump 5.0.6

This new ebuild leaves dealing with mod_perl to experienced users. This
change enables bumping the ebuild to EAPI 7.

It also loses using use flags for optional runtime dependencies.

Bug: https://bugs.gentoo.org/712706
Closes: https://bugs.gentoo.org/332251
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Denoncin  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16125
Signed-off-by: Sam James  gentoo.org>

 www-apps/bugzilla/Manifest |   1 +
 www-apps/bugzilla/bugzilla-5.0.6.ebuild| 118 +
 .../bugzilla/files/bugzilla-5.0.6-leftbrace.patch  |  17 +++
 www-apps/bugzilla/files/bugzilla-5.0.6-perl.patch  |  17 +++
 .../bugzilla/files/bugzilla-5.0.6-template.patch   |  17 +++
 www-apps/bugzilla/files/postinstall-5.0.6-en.txt   |  30 ++
 www-apps/bugzilla/files/postinstall-en.txt |   1 +
 www-apps/bugzilla/files/postupgrade-5.0.6-en.txt   |  10 ++
 8 files changed, 211 insertions(+)

diff --git a/www-apps/bugzilla/Manifest b/www-apps/bugzilla/Manifest
index 3a86ce2d8c4..10e325e2e9e 100644
--- a/www-apps/bugzilla/Manifest
+++ b/www-apps/bugzilla/Manifest
@@ -1,2 +1,3 @@
 DIST bugzilla-4.4.12.tar.gz 4931062 BLAKE2B 
21d060d3a6bc8fd16d5a0283bb5c3735a473283d829be711e22b9d21fc203c8bd33cc9b940417480fa4b16dc478dcb3b526f305c324c97ccac7965b2820bea01
 SHA512 
51520cc55ae0fb30f8a8efb98e9b5a5a35ca74e9ec3667528fae6520fa7f12137e01948009b152481d0b8e02d435b42c3cacb5449fb42fe709964db68a386548
 DIST bugzilla-5.0.3.tar.gz 4069689 BLAKE2B 
1be1d911b59a06f9073a2e610b88af2b1b62bda1e2ef812f65faf2fc35499cff20b96f29a522cf8478ed65c4de9008a349162159f180f59f79a380d777340548
 SHA512 
82334533bd75a4a5eee5213826da916175ecf39cbfd1c4d820519f015257b02998a3acd881f8f52c1650d1140158c8aa839e374574a1fa862a6a4a1351748c46
+DIST bugzilla-5.0.6.tar.gz 3970724 BLAKE2B 
9fab818a4d93bcd8092ddd2707f5a479b5535ba7621cccb84ce6b8785812e0e46f6d8883b76d3358a60ea5f0b6068008b9b2bfcc745b760f6fec5372216cc1af
 SHA512 
8ca47ea1be2b433a6ce68e1a595d72f3d0f0fede44d1194dc6bc9a116dbde3ab7285212c71995e200d31544876e4c3c57b63da1f877a0cb22747ab87a5d598de

diff --git a/www-apps/bugzilla/bugzilla-5.0.6.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
new file mode 100644
index 000..b9d651ea973
--- /dev/null
+++ b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils webapp
+
+DESCRIPTION="Bugzilla is the Bug-Tracking System from the Mozilla project"
+SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
+HOMEPAGE="https://www.bugzilla.org;
+
+LICENSE="MPL-2.0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="apache2 doc mysql postgres sqlite test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+# sorting is identical to upstream MYMETA.json, please don't change
+# These are mandatory for checksetup.pl to configure bugzilla
+BASIC_DEPS="
+   dev-lang/perl
+   >=dev-perl/CGI-3.510.0
+   >=dev-perl/DBI-1.614.0
+   >=dev-perl/TimeDate-2.230.0
+   >=dev-perl/DateTime-0.750.0
+   >=dev-perl/DateTime-TimeZone-1.640.0
+   virtual/perl-Digest-SHA
+   >=dev-perl/Email-MIME-1.904.0
+   >=dev-perl/Email-Sender-1.300.11
+   >=dev-perl/JSON-XS-2.10.0
+   >=dev-perl/List-MoreUtils-0.320.0
+   >=dev-perl/Math-Random-ISAAC-1.0.1
+   >=dev-perl/Template-Toolkit-2.240.0
+   >=dev-perl/URI-1.550.0
+"
+
+RDEPEND="
+   ${BASIC_DEPS}
+   apache2? ( www-servers/apache[apache2_modules_access_compat] )
+   !apache2? ( virtual/httpd-cgi )
+   postgres? ( >=dev-perl/DBD-Pg-1.49 )
+   mysql? ( >=dev-perl/DBD-mysql-4.0.5 )
+   sqlite? ( >=dev-perl/DBD-SQLite-1.290.0 )
+"
+
+BDEPEND="
+   test? ( ${BASIC_DEPS} )
+   doc? (
+   dev-python/sphinx
+   dev-perl/File-Copy-Recursive
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-5.0.6-leftbrace.patch"
+   "${FILESDIR}/${PN}-5.0.6-perl.patch"
+   "${FILESDIR}/${PN}-5.0.6-template.patch"
+)
+
+src_prepare() {
+   default
+
+   # Get rid of the bzr files
+   rm -r .bzr* || die
+
+   # unconditionnally remove pod-coverage tests
+   rm t/011pod.t || die
+}
+
+src_test() {
+   TZ=UTC perl -I. runtests.pl || die
+}
+
+src_install() {
+   webapp_src_preinst
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   webapp_postinst_txt en "${FILESDIR}/postinstall-${PV}-en.txt"
+   webapp_postupgrade_txt en "${FILESDIR}/postupgrade-${PV}-en.txt"
+   webapp_src_install
+
+   if use doc; then
+   docs/makedocs.pl

[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2020-08-01 Thread Sam James
commit: 84eca7420d8bf69df83e6ffc19aae61c58d47028
Author: David Denoncin  gmail  com>
AuthorDate: Sat Jul 18 15:50:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  1 20:27:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84eca742

www-apps/bugzilla: new proxy maintainer

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Denoncin  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 www-apps/bugzilla/metadata.xml | 8 
 1 file changed, 8 insertions(+)

diff --git a/www-apps/bugzilla/metadata.xml b/www-apps/bugzilla/metadata.xml
index 2901e955608..70124d7a597 100644
--- a/www-apps/bugzilla/metadata.xml
+++ b/www-apps/bugzilla/metadata.xml
@@ -1,6 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   ddenon...@gmail.com
+   David Denoncin
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

web-a...@gentoo.org
Gentoo Webapps



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/, www-apps/bugzilla/files/

2018-12-25 Thread Andreas K. Hüttel
commit: bce34290b1ac77ddf8e9f018b93356b7e859dadc
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Dec 25 20:40:22 2018 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Dec 25 20:40:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce34290

www-apps/bugzilla: Fix tests for Perl 5.26, bug 632064

The required modules are not installed into any Perl default search
paths, but into the BZ web directory. This means that not finding
the modules is a test-specific problem; in actual usage they will
be found otherwise.

Closes: https://bugs.gentoo.org/632064
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 www-apps/bugzilla/bugzilla-4.4.12-r2.ebuild| 11 ++---
 www-apps/bugzilla/bugzilla-5.0.3-r2.ebuild | 11 ++---
 .../bugzilla/files/bugzilla-5.0.3-leftbrace.patch  | 26 ++
 3 files changed, 42 insertions(+), 6 deletions(-)

diff --git a/www-apps/bugzilla/bugzilla-4.4.12-r2.ebuild 
b/www-apps/bugzilla/bugzilla-4.4.12-r2.ebuild
index 2d6b66fd871..9668d236f5d 100644
--- a/www-apps/bugzilla/bugzilla-4.4.12-r2.ebuild
+++ b/www-apps/bugzilla/bugzilla-4.4.12-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -75,6 +75,10 @@ RDEPEND="
 want_apache modperl
 need_httpd_cgi
 
+PATCHES=(
+   "${FILESDIR}/${PN}"-5.0.3-leftbrace.patch
+)
+
 pkg_setup() {
depend.apache_pkg_setup modperl
webapp_pkg_setup
@@ -86,11 +90,12 @@ src_prepare() {
 
# Remove bundled perl modules
rm -r lib/ || die
-   eapply_user
+
+   default
 }
 
 src_test() {
-   perl runtests.pl || die
+   perl -I. runtests.pl || die
 }
 
 src_install () {

diff --git a/www-apps/bugzilla/bugzilla-5.0.3-r2.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.3-r2.ebuild
index 0675641f321..feb026881ff 100644
--- a/www-apps/bugzilla/bugzilla-5.0.3-r2.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -79,6 +79,10 @@ RDEPEND="
 want_apache modperl
 need_httpd_cgi
 
+PATCHES=(
+   "${FILESDIR}/${PN}"-5.0.3-leftbrace.patch
+)
+
 pkg_setup() {
depend.apache_pkg_setup modperl
webapp_pkg_setup
@@ -90,11 +94,12 @@ src_prepare() {
 
# Remove bundled perl modules
rm -r lib/ || die
-   eapply_user
+
+   default
 }
 
 src_test() {
-   perl runtests.pl || die
+   perl -I. runtests.pl || die
 }
 
 src_install () {

diff --git a/www-apps/bugzilla/files/bugzilla-5.0.3-leftbrace.patch 
b/www-apps/bugzilla/files/bugzilla-5.0.3-leftbrace.patch
new file mode 100644
index 000..f5704406d87
--- /dev/null
+++ b/www-apps/bugzilla/files/bugzilla-5.0.3-leftbrace.patch
@@ -0,0 +1,26 @@
+From 3c60fba26b1fa51ec302d05dc6e76236d2f54ba4 Mon Sep 17 00:00:00 2001
+From: Simon Green 
+Date: Sun, 30 Oct 2016 14:55:23 +1000
+Subject: [PATCH] Bug 228444 - Checking for unquoted non regex variable
+ interpolated into regex
+
+---
+ t/010dependencies.t | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/t/010dependencies.t b/t/010dependencies.t
+index 4b7ca223d..1b6c270a8 100644
+--- a/t/010dependencies.t
 b/t/010dependencies.t
+@@ -69,7 +69,7 @@ foreach my $module (keys %mods) {
+ $used =~ s#/#::#g;
+ $used =~ s#\.pm$##;
+ $used =~ s#\$module#[^:]+#;
+-$used =~ s#\${[^}]+}#[^:]+#;
++$used =~ s#\$\{[^}]+}#[^:]+#;
+ $used =~ s#[" ]##g;
+ push(@use, grep(/^\Q$used\E$/, keys %mods));
+ }
+-- 
+2.20.1
+



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2017-12-29 Thread Kent Fredric
commit: f9b21486a711945c4193f592edebd03ddae692f6
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Dec 28 08:05:46 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Dec 30 02:38:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b21486

www-apps/bugzilla: Fix deps on dev-perl/Authen-Radius

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 .../bugzilla/{bugzilla-4.4.12-r1.ebuild => bugzilla-4.4.12-r2.ebuild}   | 2 +-
 .../bugzilla/{bugzilla-5.0.3-r1.ebuild => bugzilla-5.0.3-r2.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/bugzilla/bugzilla-4.4.12-r1.ebuild 
b/www-apps/bugzilla/bugzilla-4.4.12-r2.ebuild
similarity index 99%
rename from www-apps/bugzilla/bugzilla-4.4.12-r1.ebuild
rename to www-apps/bugzilla/bugzilla-4.4.12-r2.ebuild
index 1e10e2a37f6..2d6b66fd871 100644
--- a/www-apps/bugzilla/bugzilla-4.4.12-r1.ebuild
+++ b/www-apps/bugzilla/bugzilla-4.4.12-r2.ebuild
@@ -48,7 +48,7 @@ RDEPEND="
dev-perl/libwww-perl
>=dev-perl/PatchReader-0.9.6
dev-perl/perl-ldap
-   dev-perl/RadiusPerl
+   dev-perl/Authen-Radius
dev-perl/Authen-SASL
>=dev-perl/SOAP-Lite-0.712.0
dev-perl/JSON-RPC

diff --git a/www-apps/bugzilla/bugzilla-5.0.3-r1.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.3-r2.ebuild
similarity index 99%
rename from www-apps/bugzilla/bugzilla-5.0.3-r1.ebuild
rename to www-apps/bugzilla/bugzilla-5.0.3-r2.ebuild
index 7aa733d0f13..0675641f321 100644
--- a/www-apps/bugzilla/bugzilla-5.0.3-r1.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.3-r2.ebuild
@@ -52,7 +52,7 @@ RDEPEND="
dev-perl/libwww-perl
>=dev-perl/PatchReader-0.9.6
dev-perl/perl-ldap
-   dev-perl/RadiusPerl
+   dev-perl/Authen-Radius
dev-perl/Authen-SASL
>=dev-perl/SOAP-Lite-0.712.0
dev-perl/JSON-RPC



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2017-02-11 Thread David Seifert
commit: 2d0c3de050aa5086592ef8363d27e196f6bbd102
Author: David Seifert  gentoo  org>
AuthorDate: Sat Feb 11 19:21:55 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 11 19:46:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0c3de0

www-apps/bugzilla: Depend on virtual/imagemagick-tools

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3907

 .../bugzilla/{bugzilla-4.4.12.ebuild => bugzilla-4.4.12-r1.ebuild}| 4 ++--
 www-apps/bugzilla/{bugzilla-5.0.3.ebuild => bugzilla-5.0.3-r1.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-apps/bugzilla/bugzilla-4.4.12.ebuild 
b/www-apps/bugzilla/bugzilla-4.4.12-r1.ebuild
similarity index 95%
rename from www-apps/bugzilla/bugzilla-4.4.12.ebuild
rename to www-apps/bugzilla/bugzilla-4.4.12-r1.ebuild
index b2c21225fc..b5dc6bb8f9 100644
--- a/www-apps/bugzilla/bugzilla-4.4.12.ebuild
+++ b/www-apps/bugzilla/bugzilla-4.4.12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -64,7 +64,7 @@ RDEPEND="
dev-perl/TheSchwartz
dev-perl/Daemon-Generic
dev-perl/File-MimeInfo
-   || ( media-gfx/imagemagick[perl] 
media-gfx/graphicsmagick[imagemagick,perl] )
+   virtual/imagemagick-tools[perl]
dev-perl/MIME-tools
)
modperl? (

diff --git a/www-apps/bugzilla/bugzilla-5.0.3.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.3-r1.ebuild
similarity index 96%
rename from www-apps/bugzilla/bugzilla-5.0.3.ebuild
rename to www-apps/bugzilla/bugzilla-5.0.3-r1.ebuild
index 1efd40a5f2..ecc1dcad7f 100644
--- a/www-apps/bugzilla/bugzilla-5.0.3.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -68,7 +68,7 @@ RDEPEND="
dev-perl/TheSchwartz
dev-perl/Daemon-Generic
dev-perl/File-MimeInfo
-   || ( media-gfx/imagemagick[perl] 
media-gfx/graphicsmagick[imagemagick,perl] )
+   virtual/imagemagick-tools[perl]
dev-perl/MIME-tools
)
modperl? (



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2016-12-06 Thread Göktürk Yüksek
commit: 89d27baab07410ad4f791cfeb8a92abb40d6043c
Author: Craig Inches  craiginches  com>
AuthorDate: Tue Dec  6 21:39:33 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Dec  6 22:46:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d27baa

www-apps/bugzilla: remove myself as maintainer

 www-apps/bugzilla/metadata.xml | 9 -
 1 file changed, 9 deletions(-)

diff --git a/www-apps/bugzilla/metadata.xml b/www-apps/bugzilla/metadata.xml
index 7085b40..2901e95 100644
--- a/www-apps/bugzilla/metadata.xml
+++ b/www-apps/bugzilla/metadata.xml
@@ -1,15 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   gen...@xayto.net
-   Craig Inches
-   Proxied maintainer; set to assignee in all 
bugs
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

web-a...@gentoo.org
Gentoo Webapps



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2016-10-10 Thread Aaron Bauman
commit: e439c93f1794b91314c6913afdac5b410dbeddac
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Oct 10 11:47:53 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Oct 10 11:48:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e439c93f

www-apps/bugzilla: cleanup vulnerable versions per security bug #583236

 www-apps/bugzilla/Manifest   |   2 -
 www-apps/bugzilla/bugzilla-4.4.11.ebuild | 122 -
 www-apps/bugzilla/bugzilla-5.0.2.ebuild  | 130 ---
 3 files changed, 254 deletions(-)

diff --git a/www-apps/bugzilla/Manifest b/www-apps/bugzilla/Manifest
index 7e10ef1..11a57a5 100644
--- a/www-apps/bugzilla/Manifest
+++ b/www-apps/bugzilla/Manifest
@@ -1,4 +1,2 @@
-DIST bugzilla-4.4.11.tar.gz 4943814 SHA256 
10082b506a822f36098597fce1079494ef50bab91b213c3f448c738257db182a SHA512 
6ddee272ee471aeb7790e69c39c1cab0541c1657f9cf54f887242d9150ebe77b8301dcc74d6b69bb398eda880f4139b5d26046ae081bff71bd7c6716f2875bc2
 WHIRLPOOL 
b839254d4e759b4c98a6eab52e6f14ef3e1fcf006f9a288c3ac4af79c3abd8a5adcf7303ae8208d7106c8c51caecd6287950c8f0e0855eca04e4d92c4d9b797d
 DIST bugzilla-4.4.12.tar.gz 4931062 SHA256 
c90049f05df653c694603642a52bc41b4fb439c592547159db0a209064d9f2f2 SHA512 
51520cc55ae0fb30f8a8efb98e9b5a5a35ca74e9ec3667528fae6520fa7f12137e01948009b152481d0b8e02d435b42c3cacb5449fb42fe709964db68a386548
 WHIRLPOOL 
bbf0c4ccf0ae22918d69a67b67d5b2d60004b26e73e2bd83d8cbaf07d16fbc092d6630beabadcb1e559b18e2ecbb8e2df30808b6908271856e5f3ad13c3c6945
-DIST bugzilla-5.0.2.tar.gz 4004728 SHA256 
82fa7bc8e27cfc9fe42d3fce3bfb6e7536bba245d76c2ee268d56253d16e3de3 SHA512 
1ec554538382fd27f1cbb33b240779ec49a20c130e9e0b0fa8b64032a44e0eda5970b528b05d16877f5a75db6259da899ee662607df7bb52889936aec7ed05f4
 WHIRLPOOL 
6d8357054a3bef9cef4a768671a5b06e0326c738eca148fc696c8291c454510a4a066376cdea17a08a1d411f3bf233585886db077bd5065dd28c3531474999be
 DIST bugzilla-5.0.3.tar.gz 4069689 SHA256 
594d1d6813f4731b71fbbf3809d4d7e3511f1cd73e12fcad9f498319ff2fcadc SHA512 
82334533bd75a4a5eee5213826da916175ecf39cbfd1c4d820519f015257b02998a3acd881f8f52c1650d1140158c8aa839e374574a1fa862a6a4a1351748c46
 WHIRLPOOL 
6e7f57cad6bc3ff76f19624f0b288577054f7c4b9bcbee38aa1d3b802650d07fa9d8de95d63244b34076796b9970ee989b6cdcd191aab9deb38927bf757d864d

diff --git a/www-apps/bugzilla/bugzilla-4.4.11.ebuild 
b/www-apps/bugzilla/bugzilla-4.4.11.ebuild
deleted file mode 100644
index 62a4b52..
--- a/www-apps/bugzilla/bugzilla-4.4.11.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit webapp depend.apache eutils
-
-DESCRIPTION="Bugzilla is the Bug-Tracking System from the Mozilla project"
-SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
-HOMEPAGE="https://www.bugzilla.org;
-
-LICENSE="MPL-2.0"
-KEYWORDS="amd64 x86"
-
-IUSE="modperl extras graphviz mysql postgres sqlite test"
-REQUIRED_USE=" || ( mysql postgres sqlite )"
-
-COMMON_DEPS="
-   >=dev-lang/perl-5.10.1:*
-   >=dev-perl/CGI-3.510:*
-   virtual/perl-Digest-SHA:*
-   >=dev-perl/DateTime-0.50:*
-   >=dev-perl/DateTime-TimeZone-0.71:*
-   >=dev-perl/DBI-1.601:*
-   >=dev-perl/Template-Toolkit-2.22:*
-   >=dev-perl/Email-Send-2.190:*
-   >=dev-perl/Email-MIME-1.904:*
-   dev-perl/URI:*
-   >=dev-perl/List-MoreUtils-0.32:*
-   dev-perl/Math-Random-ISAAC:*
-"
-
-DEPEND="test? ( dev-perl/Pod-Coverage:* ${COMMON_DEPS} )"
-RDEPEND="
-   virtual/httpd-cgi:*
-   ${COMMON_DEPS}
-   postgres? ( >=dev-perl/DBD-Pg-1.49:* )
-   mysql? ( >=dev-perl/DBD-mysql-4.00.5:* )
-   sqlite? ( >=dev-perl/DBD-SQLite-1.29:* )
-   extras? (
-   >=dev-perl/GD-2.35[png,truetype]
-   >=dev-perl/Chart-2.4.1:*
-   dev-perl/Template-GD:*
-   dev-perl/GDTextUtil:*
-   dev-perl/GDGraph:*
-   dev-perl/XML-Twig:*
-   >=dev-perl/MIME-tools-5.427:*
-   dev-perl/libwww-perl:*
-   >=dev-perl/PatchReader-0.9.6:*
-   dev-perl/perl-ldap:*
-   dev-perl/RadiusPerl:*
-   dev-perl/Authen-SASL:*
-   >=dev-perl/SOAP-Lite-0.712:*
-   dev-perl/JSON-RPC:*
-   >=dev-perl/JSON-XS-2.0:*
-   dev-perl/Test-Taint:*
-   >=dev-perl/HTML-Parser-3.67:*
-   dev-perl/HTML-Scrubber:*
-   >=virtual/perl-Encode-2.21:*
-   dev-perl/Encode-Detect:*
-   dev-perl/Email-MIME-Attachment-Stripper:*
-   dev-perl/Email-Reply:*
-   dev-perl/TheSchwartz:*
-   dev-perl/Daemon-Generic:*
-   dev-perl/File-MimeInfo:*
-   || ( media-gfx/imagemagick[perl] 
media-gfx/graphicsmagick[imagemagick,perl] )
-   dev-perl/MIME-tools:*
-   )
-   

[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2016-07-20 Thread Agostino Sarubbo
commit: 78aabf387e0dabfd662f76183dc4e1415da962f3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul 20 10:34:52 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul 20 10:34:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78aabf38

www-apps/bugzilla: x86 stable wrt bug #583236

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-apps/bugzilla/bugzilla-4.4.12.ebuild | 2 +-
 www-apps/bugzilla/bugzilla-5.0.3.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/bugzilla/bugzilla-4.4.12.ebuild 
b/www-apps/bugzilla/bugzilla-4.4.12.ebuild
index 4c1a0fb..b2c2122 100644
--- a/www-apps/bugzilla/bugzilla-4.4.12.ebuild
+++ b/www-apps/bugzilla/bugzilla-4.4.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
 HOMEPAGE="https://www.bugzilla.org;
 
 LICENSE="MPL-2.0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="modperl extras graphviz mysql postgres sqlite test"
 REQUIRED_USE=" || ( mysql postgres sqlite )"

diff --git a/www-apps/bugzilla/bugzilla-5.0.3.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.3.ebuild
index b47cd40..1efd40a 100644
--- a/www-apps/bugzilla/bugzilla-5.0.3.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
 HOMEPAGE="https://www.bugzilla.org;
 
 LICENSE="MPL-2.0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="modperl extras graphviz mysql postgres sqlite test"
 REQUIRED_USE=" || ( mysql postgres sqlite )"



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2016-06-10 Thread Agostino Sarubbo
commit: 470cc1d7171c57f971d1acb26275a9768c594f95
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:01:00 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:01:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=470cc1d7

www-apps/bugzilla: amd64 stable wrt bug #583236

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-apps/bugzilla/bugzilla-4.4.12.ebuild | 2 +-
 www-apps/bugzilla/bugzilla-5.0.3.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/bugzilla/bugzilla-4.4.12.ebuild 
b/www-apps/bugzilla/bugzilla-4.4.12.ebuild
index 59d0cfa..4c1a0fb 100644
--- a/www-apps/bugzilla/bugzilla-4.4.12.ebuild
+++ b/www-apps/bugzilla/bugzilla-4.4.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
 HOMEPAGE="https://www.bugzilla.org;
 
 LICENSE="MPL-2.0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="modperl extras graphviz mysql postgres sqlite test"
 REQUIRED_USE=" || ( mysql postgres sqlite )"

diff --git a/www-apps/bugzilla/bugzilla-5.0.3.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.3.ebuild
index ecdf6bc..b47cd40 100644
--- a/www-apps/bugzilla/bugzilla-5.0.3.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
 HOMEPAGE="https://www.bugzilla.org;
 
 LICENSE="MPL-2.0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="modperl extras graphviz mysql postgres sqlite test"
 REQUIRED_USE=" || ( mysql postgres sqlite )"



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2016-05-22 Thread Ian Delaney
commit: 1faf9b6ecab17fbd23d709794cffbb3574f85139
Author: Craig Inches  craiginches  com>
AuthorDate: Sun May 22 21:27:13 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Mon May 23 01:45:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1faf9b6e

www-apps/bugzilla: Ebuild Cleanup to vns. 4.4.12, 5.0.3

Perl Verisons standardised
chmod changed with fperm

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1516

Signed-off-by: Ian Delaney  gentoo.org>

 www-apps/bugzilla/bugzilla-4.4.12.ebuild | 96 
 www-apps/bugzilla/bugzilla-5.0.3.ebuild  |  8 ++-
 2 files changed, 54 insertions(+), 50 deletions(-)

diff --git a/www-apps/bugzilla/bugzilla-4.4.12.ebuild 
b/www-apps/bugzilla/bugzilla-4.4.12.ebuild
index 99bd67d..587db61 100644
--- a/www-apps/bugzilla/bugzilla-4.4.12.ebuild
+++ b/www-apps/bugzilla/bugzilla-4.4.12.ebuild
@@ -17,61 +17,61 @@ IUSE="modperl extras graphviz mysql postgres sqlite test"
 REQUIRED_USE=" || ( mysql postgres sqlite )"
 
 COMMON_DEPS="
-   >=dev-lang/perl-5.10.1:*
-   >=dev-perl/CGI-3.510:*
-   virtual/perl-Digest-SHA:*
-   >=dev-perl/DateTime-0.50:*
-   >=dev-perl/DateTime-TimeZone-0.71:*
-   >=dev-perl/DBI-1.601:*
-   >=dev-perl/Template-Toolkit-2.22:*
-   >=dev-perl/Email-Send-2.190:*
-   >=dev-perl/Email-MIME-1.904:*
-   dev-perl/URI:*
-   >=dev-perl/List-MoreUtils-0.32:*
-   dev-perl/Math-Random-ISAAC:*
+   >=dev-lang/perl-5.10.1
+   >=dev-perl/CGI-3.510.0
+   virtual/perl-Digest-SHA
+   >=dev-perl/DateTime-0.500.0
+   >=dev-perl/DateTime-TimeZone-0.710.0
+   >=dev-perl/DBI-1.601.0
+   >=dev-perl/Template-Toolkit-2.22
+   >=dev-perl/Email-Send-2.40.0
+   >=dev-perl/Email-MIME-1.904.0
+   dev-perl/URI
+   >=dev-perl/List-MoreUtils-0.329.0
+   dev-perl/Math-Random-ISAAC
 "
 
-DEPEND="test? ( dev-perl/Pod-Coverage:* ${COMMON_DEPS} )"
+DEPEND="test? ( dev-perl/Pod-Coverage${COMMON_DEPS} )"
 RDEPEND="
-   virtual/httpd-cgi:*
+   virtual/httpd-cgi
${COMMON_DEPS}
-   postgres? ( >=dev-perl/DBD-Pg-1.49:* )
-   mysql? ( >=dev-perl/DBD-mysql-4.00.5:* )
-   sqlite? ( >=dev-perl/DBD-SQLite-1.29:* )
+   postgres? ( >=dev-perl/DBD-Pg-1.49.0 )
+   mysql? ( >=dev-perl/DBD-mysql-4.0.5 )
+   sqlite? ( >=dev-perl/DBD-SQLite-1.290.0 )
extras? (
>=dev-perl/GD-2.35[png,truetype]
-   >=dev-perl/Chart-2.4.1:*
-   dev-perl/Template-GD:*
-   dev-perl/GDTextUtil:*
-   dev-perl/GDGraph:*
-   dev-perl/XML-Twig:*
-   >=dev-perl/MIME-tools-5.427:*
-   dev-perl/libwww-perl:*
-   >=dev-perl/PatchReader-0.9.6:*
-   dev-perl/perl-ldap:*
-   dev-perl/RadiusPerl:*
-   dev-perl/Authen-SASL:*
-   >=dev-perl/SOAP-Lite-0.712:*
-   dev-perl/JSON-RPC:*
-   >=dev-perl/JSON-XS-2.0:*
-   dev-perl/Test-Taint:*
-   >=dev-perl/HTML-Parser-3.67:*
-   dev-perl/HTML-Scrubber:*
-   >=virtual/perl-Encode-2.21:*
-   dev-perl/Encode-Detect:*
-   dev-perl/Email-MIME-Attachment-Stripper:*
-   dev-perl/Email-Reply:*
-   dev-perl/TheSchwartz:*
-   dev-perl/Daemon-Generic:*
-   dev-perl/File-MimeInfo:*
+   >=dev-perl/Chart-2.4.1
+   dev-perl/Template-GD
+   dev-perl/GDTextUtil
+   dev-perl/GDGraph
+   dev-perl/XML-Twig
+   >=dev-perl/MIME-tools-5.427.0
+   dev-perl/libwww-perl
+   >=dev-perl/PatchReader-0.9.6
+   dev-perl/perl-ldap
+   dev-perl/RadiusPerl
+   dev-perl/Authen-SASL
+   >=dev-perl/SOAP-Lite-0.712.0
+   dev-perl/JSON-RPC
+   >=dev-perl/JSON-XS-2.0.0
+   dev-perl/Test-Taint
+   >=dev-perl/HTML-Parser-3.67.0
+   dev-perl/HTML-Scrubber
+   >=virtual/perl-Encode-2.21.0
+   dev-perl/Encode-Detect
+   dev-perl/Email-MIME-Attachment-Stripper
+   dev-perl/Email-Reply
+   dev-perl/TheSchwartz
+   dev-perl/Daemon-Generic
+   dev-perl/File-MimeInfo
|| ( media-gfx/imagemagick[perl] 
media-gfx/graphicsmagick[imagemagick,perl] )
-   dev-perl/MIME-tools:*
+   dev-perl/MIME-tools
)
modperl? (
www-apache/mod_perl:1
-   >=dev-perl/Apache-SizeLimit-0.96:*
+   >=dev-perl/Apache-SizeLimit-0.96.0
)
-   graphviz? ( media-gfx/graphviz:* )
+   graphviz? ( media-gfx/graphviz )
 "
 want_apache modperl
 need_httpd_cgi
@@ -111,12 +111,14 @@ src_install () {
fi
 
# bug #124282
-   chmod +x 

[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2016-05-22 Thread Ian Delaney
commit: e58aa1ec7b03affed05e6d5607229ea26bf8a4ad
Author: Craig Inches  craiginches  com>
AuthorDate: Sun May 22 22:06:03 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Mon May 23 01:45:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e58aa1ec

www-apps/bugzilla: Ebuild Cleanup to vns. 4.4.12, 5.0.3

Fixed type, and directory reference (rm calls of "|| die") to fperms

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1516

Signed-off-by: Ian Delaney  gentoo.org>

 www-apps/bugzilla/bugzilla-4.4.12.ebuild | 4 ++--
 www-apps/bugzilla/bugzilla-5.0.3.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-apps/bugzilla/bugzilla-4.4.12.ebuild 
b/www-apps/bugzilla/bugzilla-4.4.12.ebuild
index 587db61..59d0cfa 100644
--- a/www-apps/bugzilla/bugzilla-4.4.12.ebuild
+++ b/www-apps/bugzilla/bugzilla-4.4.12.ebuild
@@ -115,10 +115,10 @@ src_install () {
fperms +x "${f#${D}}"
done
 
-   fperms u+x "${MY_HTDOCSDIR}"/jobqueue.pl || die
+   fperms u+x "${MY_HTDOCSDIR}"/jobqueue.pl
 
# configuration must be executable
-   fperms u+x "${MY_HTDOCSDIR}"/checksetup.pl || die
+   fperms u+x "${MY_HTDOCSDIR}"/checksetup.pl
 
# bug 487476
mkdir "${D}${MY_HTDOCSDIR}"/lib || die

diff --git a/www-apps/bugzilla/bugzilla-5.0.3.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.3.ebuild
index 8adfe0e..ecdf6bc 100644
--- a/www-apps/bugzilla/bugzilla-5.0.3.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.3.ebuild
@@ -119,10 +119,10 @@ src_install () {
fperms +x "${f#${D}}"
done
 
-   fperms u+x "${D}${MY_HTDOCSDIR}"/jobqueue.pl || die
+   fperms u+x "${MY_HTDOCSDIR}"/jobqueue.pl
 
# configuration must be executable
-   fperms u+x "${D}${MY_HTDOCSDIR}"/checksetup.pl || die
+   fperms u+x "${MY_HTDOCSDIR}"/checksetup.pl
 
# bug 487476
mkdir "${D}${MY_HTDOCSDIR}"/lib || die



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2016-05-22 Thread Andreas Hüttel
commit: 8ec9d6947b4ff1bf4583f200084222bd2b23e9f6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May 22 13:07:55 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun May 22 13:08:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec9d694

www-apps/bugzilla: Improve perl dependencies

Package-Manager: portage-2.3.0_rc1

 www-apps/bugzilla/bugzilla-5.0.3.ebuild | 102 +++-
 1 file changed, 49 insertions(+), 53 deletions(-)

diff --git a/www-apps/bugzilla/bugzilla-5.0.3.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.3.ebuild
index 8d4a768..8abe3b5 100644
--- a/www-apps/bugzilla/bugzilla-5.0.3.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.3.ebuild
@@ -16,70 +16,66 @@ KEYWORDS="~amd64 ~x86"
 IUSE="modperl extras graphviz mysql postgres sqlite test"
 REQUIRED_USE=" || ( mysql postgres sqlite )"
 
+# sorting is identical to upstream MYMETA.json, please dont change
 COMMON_DEPS="
-   >=dev-lang/perl-5.10.1:*
-   >=dev-perl/CGI-3.510:*
-   virtual/perl-Digest-SHA:*
-   >=dev-perl/TimeDate-1.16:*
-   >=dev-perl/DateTime-0.50:*
-   >=dev-perl/DateTime-TimeZone-0.71:*
-   >=dev-perl/DBI-1.601:*
-   >=dev-perl/Template-Toolkit-2.22:*
-   >=dev-perl/Email-Send-2.190:*
-   >=dev-perl/Email-Sender-1.300.11:*
-   >=dev-perl/File-Slurp-.190.0-r1:*
-   >=dev-perl/Email-MIME-1.904:*
-   >=dev-perl/JSON-XS-2.340-r1:*
-   dev-perl/URI:*
-   >=dev-perl/List-MoreUtils-0.22:*
-   virtual/perl-File-Path:*
-   virtual/perl-Scalar-List-Utils:*
-   >=virtual/perl-File-Spec-3.27.01:*
-   >=virtual/perl-MIME-Base64-3.07:*
-   dev-perl/Math-Random-ISAAC:*
+   dev-lang/perl
+   >=dev-perl/CGI-3.510.0
+   >=dev-perl/DBI-1.614.0
+   >=dev-perl/TimeDate-2.230.0
+   >=dev-perl/DateTime-0.750.0
+   >=dev-perl/DateTime-TimeZone-1.640.0
+   virtual/perl-Digest-SHA
+   >=dev-perl/Email-MIME-1.904.0
+   >=dev-perl/Email-Sender-1.300.11
+   >=dev-perl/File-Slurp-.130.0
+   >=dev-perl/JSON-XS-2.10.0
+   >=dev-perl/List-MoreUtils-0.320.0
+   >=dev-perl/Math-Random-ISAAC-1.0.1
+   >=dev-perl/Template-Toolkit-2.240.0
+   >=dev-perl/URI-1.550.0
 "
 
-DEPEND="test? ( dev-perl/Pod-Coverage:* ${COMMON_DEPS} )"
+DEPEND="test? ( dev-perl/Pod-Coverage ${COMMON_DEPS} )"
 RDEPEND="
-   virtual/httpd-cgi:*
+   virtual/httpd-cgi
${COMMON_DEPS}
-   postgres? ( >=dev-perl/DBD-Pg-1.49:* )
-   mysql? ( >=dev-perl/DBD-mysql-4.00.5:* )
-   sqlite? ( >=dev-perl/DBD-SQLite-1.29:* )
+   postgres? ( >=dev-perl/DBD-Pg-1.49 )
+   mysql? ( >=dev-perl/DBD-mysql-4.0.5 )
+   sqlite? ( >=dev-perl/DBD-SQLite-1.290.0 )
extras? (
-   >=dev-perl/GD-2.35[png,truetype]
-   >=dev-perl/Chart-2.4.1:*
-   dev-perl/Template-GD:*
-   dev-perl/GDTextUtil:*
-   dev-perl/GDGraph:*
-   dev-perl/XML-Twig:*
-   >=dev-perl/MIME-tools-5.427:*
-   dev-perl/libwww-perl:*
-   >=dev-perl/PatchReader-0.9.6:*
-   dev-perl/perl-ldap:*
-   dev-perl/RadiusPerl:*
-   dev-perl/Authen-SASL:*
-   >=dev-perl/SOAP-Lite-0.712:*
-   dev-perl/JSON-RPC:*
-   >=dev-perl/JSON-XS-2.0:*
-   dev-perl/Test-Taint:*
-   >=dev-perl/HTML-Parser-3.67:*
-   dev-perl/HTML-Scrubber:*
-   >=virtual/perl-Encode-2.21:*
-   dev-perl/Encode-Detect:*
-   dev-perl/Email-MIME-Attachment-Stripper:*
-   dev-perl/Email-Reply:*
-   dev-perl/TheSchwartz:*
-   dev-perl/Daemon-Generic:*
-   dev-perl/File-MimeInfo:*
+   >=dev-perl/GD-2.350.0[png,truetype]
+   >=dev-perl/Chart-2.4.1
+   dev-perl/Template-GD
+   dev-perl/GDTextUtil
+   dev-perl/GDGraph
+   dev-perl/XML-Twig
+   >=dev-perl/MIME-tools-5.427.0
+   dev-perl/libwww-perl
+   >=dev-perl/PatchReader-0.9.6
+   dev-perl/perl-ldap
+   dev-perl/RadiusPerl
+   dev-perl/Authen-SASL
+   >=dev-perl/SOAP-Lite-0.712.0
+   dev-perl/JSON-RPC
+   >=dev-perl/JSON-XS-2.0.0
+   dev-perl/Test-Taint
+   >=dev-perl/HTML-Parser-3.670.0
+   dev-perl/HTML-Scrubber
+   >=virtual/perl-Encode-2.210.0
+   dev-perl/Encode-Detect
+   dev-perl/Email-MIME-Attachment-Stripper
+   dev-perl/Email-Reply
+   dev-perl/TheSchwartz
+   dev-perl/Daemon-Generic
+   dev-perl/File-MimeInfo
|| ( media-gfx/imagemagick[perl] 
media-gfx/graphicsmagick[imagemagick,perl] )
-   dev-perl/MIME-tools:*
+   dev-perl/MIME-tools
)

[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2016-05-21 Thread Ian Delaney
commit: 3a1361a3f7e42f5435ee580527a4da175ef33137
Author: Craig Inches  craiginches  com>
AuthorDate: Fri May 20 11:46:32 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Sat May 21 10:56:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1361a3

www-apps/bugzilla: Version bump 4.4.12 & 5.0.3

https://bugs.gentoo.org/show_bug.cgi?id=583236

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1498

Signed-off-by: Ian Delaney  gentoo.org>

 www-apps/bugzilla/Manifest   |   2 +
 www-apps/bugzilla/bugzilla-4.4.12.ebuild | 122 +
 www-apps/bugzilla/bugzilla-5.0.3.ebuild  | 130 +++
 3 files changed, 254 insertions(+)

diff --git a/www-apps/bugzilla/Manifest b/www-apps/bugzilla/Manifest
index 46405af..7e10ef1 100644
--- a/www-apps/bugzilla/Manifest
+++ b/www-apps/bugzilla/Manifest
@@ -1,2 +1,4 @@
 DIST bugzilla-4.4.11.tar.gz 4943814 SHA256 
10082b506a822f36098597fce1079494ef50bab91b213c3f448c738257db182a SHA512 
6ddee272ee471aeb7790e69c39c1cab0541c1657f9cf54f887242d9150ebe77b8301dcc74d6b69bb398eda880f4139b5d26046ae081bff71bd7c6716f2875bc2
 WHIRLPOOL 
b839254d4e759b4c98a6eab52e6f14ef3e1fcf006f9a288c3ac4af79c3abd8a5adcf7303ae8208d7106c8c51caecd6287950c8f0e0855eca04e4d92c4d9b797d
+DIST bugzilla-4.4.12.tar.gz 4931062 SHA256 
c90049f05df653c694603642a52bc41b4fb439c592547159db0a209064d9f2f2 SHA512 
51520cc55ae0fb30f8a8efb98e9b5a5a35ca74e9ec3667528fae6520fa7f12137e01948009b152481d0b8e02d435b42c3cacb5449fb42fe709964db68a386548
 WHIRLPOOL 
bbf0c4ccf0ae22918d69a67b67d5b2d60004b26e73e2bd83d8cbaf07d16fbc092d6630beabadcb1e559b18e2ecbb8e2df30808b6908271856e5f3ad13c3c6945
 DIST bugzilla-5.0.2.tar.gz 4004728 SHA256 
82fa7bc8e27cfc9fe42d3fce3bfb6e7536bba245d76c2ee268d56253d16e3de3 SHA512 
1ec554538382fd27f1cbb33b240779ec49a20c130e9e0b0fa8b64032a44e0eda5970b528b05d16877f5a75db6259da899ee662607df7bb52889936aec7ed05f4
 WHIRLPOOL 
6d8357054a3bef9cef4a768671a5b06e0326c738eca148fc696c8291c454510a4a066376cdea17a08a1d411f3bf233585886db077bd5065dd28c3531474999be
+DIST bugzilla-5.0.3.tar.gz 4069689 SHA256 
594d1d6813f4731b71fbbf3809d4d7e3511f1cd73e12fcad9f498319ff2fcadc SHA512 
82334533bd75a4a5eee5213826da916175ecf39cbfd1c4d820519f015257b02998a3acd881f8f52c1650d1140158c8aa839e374574a1fa862a6a4a1351748c46
 WHIRLPOOL 
6e7f57cad6bc3ff76f19624f0b288577054f7c4b9bcbee38aa1d3b802650d07fa9d8de95d63244b34076796b9970ee989b6cdcd191aab9deb38927bf757d864d

diff --git a/www-apps/bugzilla/bugzilla-4.4.12.ebuild 
b/www-apps/bugzilla/bugzilla-4.4.12.ebuild
new file mode 100644
index 000..aa079fb
--- /dev/null
+++ b/www-apps/bugzilla/bugzilla-4.4.12.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit webapp depend.apache eutils
+
+DESCRIPTION="Bugzilla is the Bug-Tracking System from the Mozilla project"
+SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
+HOMEPAGE="https://www.bugzilla.org;
+
+LICENSE="MPL-2.0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="modperl extras graphviz mysql postgres sqlite test"
+REQUIRED_USE=" || ( mysql postgres sqlite )"
+
+COMMON_DEPS="
+   >=dev-lang/perl-5.10.1:*
+   >=dev-perl/CGI-3.510:*
+   virtual/perl-Digest-SHA:*
+   >=dev-perl/DateTime-0.50:*
+   >=dev-perl/DateTime-TimeZone-0.71:*
+   >=dev-perl/DBI-1.601:*
+   >=dev-perl/Template-Toolkit-2.22:*
+   >=dev-perl/Email-Send-2.190:*
+   >=dev-perl/Email-MIME-1.904:*
+   dev-perl/URI:*
+   >=dev-perl/List-MoreUtils-0.32:*
+   dev-perl/Math-Random-ISAAC:*
+"
+
+DEPEND="test? ( dev-perl/Pod-Coverage:* ${COMMON_DEPS} )"
+RDEPEND="
+   virtual/httpd-cgi:*
+   ${COMMON_DEPS}
+   postgres? ( >=dev-perl/DBD-Pg-1.49:* )
+   mysql? ( >=dev-perl/DBD-mysql-4.00.5:* )
+   sqlite? ( >=dev-perl/DBD-SQLite-1.29:* )
+   extras? (
+   >=dev-perl/GD-2.35[png,truetype]
+   >=dev-perl/Chart-2.4.1:*
+   dev-perl/Template-GD:*
+   dev-perl/GDTextUtil:*
+   dev-perl/GDGraph:*
+   dev-perl/XML-Twig:*
+   >=dev-perl/MIME-tools-5.427:*
+   dev-perl/libwww-perl:*
+   >=dev-perl/PatchReader-0.9.6:*
+   dev-perl/perl-ldap:*
+   dev-perl/RadiusPerl:*
+   dev-perl/Authen-SASL:*
+   >=dev-perl/SOAP-Lite-0.712:*
+   dev-perl/JSON-RPC:*
+   >=dev-perl/JSON-XS-2.0:*
+   dev-perl/Test-Taint:*
+   >=dev-perl/HTML-Parser-3.67:*
+   dev-perl/HTML-Scrubber:*
+   >=virtual/perl-Encode-2.21:*
+   dev-perl/Encode-Detect:*
+   dev-perl/Email-MIME-Attachment-Stripper:*
+   dev-perl/Email-Reply:*
+   dev-perl/TheSchwartz:*
+   dev-perl/Daemon-Generic:*
+   dev-perl/File-MimeInfo:*
+

[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2016-05-21 Thread Ian Delaney
commit: 930c69859efcec5429606ff467640b4420a9ce6c
Author: Craig Inches  craiginches  com>
AuthorDate: Sat May 21 10:29:05 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Sat May 21 10:56:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930c6985

www-apps/bugzilla: EAPI Version bump

EAPI 5 > 6

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1498

Signed-off-by: Ian Delaney  gentoo.org>

 www-apps/bugzilla/bugzilla-4.4.12.ebuild | 3 ++-
 www-apps/bugzilla/bugzilla-5.0.3.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/www-apps/bugzilla/bugzilla-4.4.12.ebuild 
b/www-apps/bugzilla/bugzilla-4.4.12.ebuild
index aa079fb..99bd67d 100644
--- a/www-apps/bugzilla/bugzilla-4.4.12.ebuild
+++ b/www-apps/bugzilla/bugzilla-4.4.12.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit webapp depend.apache eutils
 
@@ -87,6 +87,7 @@ src_prepare() {
 
# Remove bundled perl modules
rm -r lib/ || die
+   eapply_user
 }
 
 src_test() {

diff --git a/www-apps/bugzilla/bugzilla-5.0.3.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.3.ebuild
index 89d446f..8d4a768 100644
--- a/www-apps/bugzilla/bugzilla-5.0.3.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit webapp depend.apache eutils
 
@@ -95,6 +95,7 @@ src_prepare() {
 
# Remove bundled perl modules
rm -r lib/ || die
+   eapply_user
 }
 
 src_test() {



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2016-01-05 Thread Ian Delaney
commit: bf44152ce74896e34bbdd6b1df7b881d85b16eb9
Author: Ian Delaney  gentoo  org>
AuthorDate: Tue Jan  5 15:22:19 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Jan  5 15:22:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf44152c

www-apps/bugzilla: clean old vulnerable versions wrt #537448

Package-Manager: portage-2.2.26

 www-apps/bugzilla/Manifest   |   2 -
 www-apps/bugzilla/bugzilla-4.2.11.ebuild | 139 ---
 www-apps/bugzilla/bugzilla-4.4.6.ebuild  | 139 ---
 3 files changed, 280 deletions(-)

diff --git a/www-apps/bugzilla/Manifest b/www-apps/bugzilla/Manifest
index 4e6d993..46405af 100644
--- a/www-apps/bugzilla/Manifest
+++ b/www-apps/bugzilla/Manifest
@@ -1,4 +1,2 @@
-DIST bugzilla-4.2.11.tar.gz 2955315 SHA256 
b3f94024a405469b62fb1aec47cea25fb4d52c8e6009b2723c43c7d9442c7d17 SHA512 
80c400c6887e4dd15201de61651dabcf709a019c3a17323d94a845ae899bcbe43d81ca46f1ae2e41a173e1a06e4d4edc147cfd62dbce08a23df90a6f8c21631c
 WHIRLPOOL 
a1445cbd05fd9730ffbe70e2f9740e64ee9b7e5344c4ade77f7237fbefde698bd598f95af5dedabc4ca581465f6be681a700ef329216fbeec107d8c5f29f1a38
 DIST bugzilla-4.4.11.tar.gz 4943814 SHA256 
10082b506a822f36098597fce1079494ef50bab91b213c3f448c738257db182a SHA512 
6ddee272ee471aeb7790e69c39c1cab0541c1657f9cf54f887242d9150ebe77b8301dcc74d6b69bb398eda880f4139b5d26046ae081bff71bd7c6716f2875bc2
 WHIRLPOOL 
b839254d4e759b4c98a6eab52e6f14ef3e1fcf006f9a288c3ac4af79c3abd8a5adcf7303ae8208d7106c8c51caecd6287950c8f0e0855eca04e4d92c4d9b797d
-DIST bugzilla-4.4.6.tar.gz 2956046 SHA256 
ac3547195f2ce156488aac2cc537620775e08a9d888441daab2b40ab66ab01f4 SHA512 
af95af117f7d5ada390a94716f1d3ed9b97e06f47c028c57635b2b4a720827e4749bee23842b7ff7d3a2ee8cc6257ccf2dc2b135c821838e78a31ceb63ce1b68
 WHIRLPOOL 
90daa07e1f9c064f4954d413348af958544091ffa71e27d0fb8ba7e4265a96e8d1d6e5903edd71e90ddd34f9c6a44d1cdab3e7bc2db2c97cb576182692be8743
 DIST bugzilla-5.0.2.tar.gz 4004728 SHA256 
82fa7bc8e27cfc9fe42d3fce3bfb6e7536bba245d76c2ee268d56253d16e3de3 SHA512 
1ec554538382fd27f1cbb33b240779ec49a20c130e9e0b0fa8b64032a44e0eda5970b528b05d16877f5a75db6259da899ee662607df7bb52889936aec7ed05f4
 WHIRLPOOL 
6d8357054a3bef9cef4a768671a5b06e0326c738eca148fc696c8291c454510a4a066376cdea17a08a1d411f3bf233585886db077bd5065dd28c3531474999be

diff --git a/www-apps/bugzilla/bugzilla-4.2.11.ebuild 
b/www-apps/bugzilla/bugzilla-4.2.11.ebuild
deleted file mode 100644
index 3f3b27f..000
--- a/www-apps/bugzilla/bugzilla-4.2.11.ebuild
+++ /dev/null
@@ -1,139 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit webapp depend.apache versionator eutils
-
-DESCRIPTION="Bugzilla is the Bug-Tracking System from the Mozilla project"
-SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
-HOMEPAGE="http://www.bugzilla.org;
-
-LICENSE="MPL-1.1"
-KEYWORDS="amd64 x86"
-
-IUSE="modperl extras graphviz mysql postgres sqlite test"
-
-COMMON_DEPS="
-   >=dev-lang/perl-5.8.8
-
-   >=dev-perl/CGI-3.510
-   virtual/perl-Digest-SHA
-   >=dev-perl/TimeDate-1.16
-   >=dev-perl/DateTime-0.50
-   >=dev-perl/DateTime-TimeZone-0.71
-   >=dev-perl/DBI-1.601
-   >=dev-perl/Template-Toolkit-2.22
-   >=dev-perl/Email-Send-2.190
-   >=dev-perl/Email-MIME-1.904
-   dev-perl/URI
-   >=dev-perl/List-MoreUtils-0.22
-
-   virtual/perl-File-Path
-   virtual/perl-Scalar-List-Utils
-
-   >=virtual/perl-File-Spec-3.27.01
-   >=virtual/perl-MIME-Base64-3.07
-
-   dev-perl/Math-Random-ISAAC
-"
-
-DEPEND="test? ( ${COMMON_DEPS} )"
-RDEPEND="
-   virtual/httpd-cgi
-
-   ${COMMON_DEPS}
-
-   postgres? ( >=dev-perl/DBD-Pg-1.49 )
-   mysql? ( >=dev-perl/DBD-mysql-4.00.5 )
-   sqlite? ( >=dev-perl/DBD-SQLite-1.29 )
-
-   extras? (
-   >=dev-perl/GD-2.35[png,truetype]
-   >=dev-perl/Chart-2.4.1
-   dev-perl/Template-GD
-   dev-perl/GDTextUtil
-   dev-perl/GDGraph
-   dev-perl/XML-Twig
-   >=dev-perl/MIME-tools-5.427
-   dev-perl/libwww-perl
-   >=dev-perl/PatchReader-0.9.6
-   dev-perl/perl-ldap
-   dev-perl/RadiusPerl
-   dev-perl/Authen-SASL
-   >=dev-perl/SOAP-Lite-0.712
-   dev-perl/JSON-RPC
-   >=dev-perl/JSON-XS-2.0
-   dev-perl/Test-Taint
-   >=dev-perl/HTML-Parser-3.67
-   dev-perl/HTML-Scrubber
-   >=virtual/perl-Encode-2.21
-   dev-perl/Encode-Detect
-   dev-perl/Email-MIME-Attachment-Stripper
-   dev-perl/Email-Reply
-   dev-perl/TheSchwartz
-   dev-perl/Daemon-Generic
-   dev-perl/File-MimeInfo
-
-   || ( media-gfx/imagemagick[perl] 

[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2016-01-04 Thread Agostino Sarubbo
commit: 121af12f855766237dec64a93caec45eaddcb990
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan  4 09:35:50 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan  4 09:35:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=121af12f

www-apps/bugzilla: amd64 stable wrt bug #537448

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-apps/bugzilla/bugzilla-4.4.11.ebuild | 2 +-
 www-apps/bugzilla/bugzilla-5.0.2.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/bugzilla/bugzilla-4.4.11.ebuild 
b/www-apps/bugzilla/bugzilla-4.4.11.ebuild
index aa079fb..ad9ad2a 100644
--- a/www-apps/bugzilla/bugzilla-4.4.11.ebuild
+++ b/www-apps/bugzilla/bugzilla-4.4.11.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
 HOMEPAGE="https://www.bugzilla.org;
 
 LICENSE="MPL-2.0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="modperl extras graphviz mysql postgres sqlite test"
 REQUIRED_USE=" || ( mysql postgres sqlite )"

diff --git a/www-apps/bugzilla/bugzilla-5.0.2.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.2.ebuild
index 89d446f..cde30cb 100644
--- a/www-apps/bugzilla/bugzilla-5.0.2.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
 HOMEPAGE="https://www.bugzilla.org;
 
 LICENSE="MPL-2.0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="modperl extras graphviz mysql postgres sqlite test"
 REQUIRED_USE=" || ( mysql postgres sqlite )"



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2016-01-04 Thread Agostino Sarubbo
commit: 3bb09db23ef54f244f7c43c92a670f543fff57b9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan  4 09:39:07 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan  4 09:39:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb09db2

www-apps/bugzilla: x86 stable wrt bug #537448

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-apps/bugzilla/bugzilla-4.4.11.ebuild | 2 +-
 www-apps/bugzilla/bugzilla-5.0.2.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/bugzilla/bugzilla-4.4.11.ebuild 
b/www-apps/bugzilla/bugzilla-4.4.11.ebuild
index ad9ad2a..62a4b52 100644
--- a/www-apps/bugzilla/bugzilla-4.4.11.ebuild
+++ b/www-apps/bugzilla/bugzilla-4.4.11.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
 HOMEPAGE="https://www.bugzilla.org;
 
 LICENSE="MPL-2.0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="modperl extras graphviz mysql postgres sqlite test"
 REQUIRED_USE=" || ( mysql postgres sqlite )"

diff --git a/www-apps/bugzilla/bugzilla-5.0.2.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.2.ebuild
index cde30cb..1ae1f1b 100644
--- a/www-apps/bugzilla/bugzilla-5.0.2.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
 HOMEPAGE="https://www.bugzilla.org;
 
 LICENSE="MPL-2.0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="modperl extras graphviz mysql postgres sqlite test"
 REQUIRED_USE=" || ( mysql postgres sqlite )"



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2016-01-01 Thread Ian Delaney
commit: 6f8a0c89fe83b5b60c31ae791586274e16d265da
Author: Ian Delaney  gentoo  org>
AuthorDate: Sat Jan  2 05:54:16 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Sat Jan  2 05:54:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8a0c89

www-apps/bugzilla: remove old vn. bugzilla-4.2.11

Decision made with set proxy maintainer

Package-Manager: portage-2.2.26

 www-apps/bugzilla/Manifest   |   1 -
 www-apps/bugzilla/bugzilla-4.0.15.ebuild | 139 ---
 2 files changed, 140 deletions(-)

diff --git a/www-apps/bugzilla/Manifest b/www-apps/bugzilla/Manifest
index bb01b74..4e6d993 100644
--- a/www-apps/bugzilla/Manifest
+++ b/www-apps/bugzilla/Manifest
@@ -1,4 +1,3 @@
-DIST bugzilla-4.0.15.tar.gz 2875815 SHA256 
4751da395f1d439505e07b80a36120186cf3d1f02c8505293d76eb66eeb3c779 SHA512 
4394268dbf5a82e1693d63661296650155b8b44e39c69d06997c0e07fb71f1421050992b75240e13a9d149f847a38be9c354e95471c98328e3019136f2019a02
 WHIRLPOOL 
dd81e4fa0cad2194d011d1fab15fed0b44d80be5c3f527fcf9925d4bdc93890e2994c703ee1e9fe76b2ce5f71900bbfc45d416b27cbd81f67d2dcc78edb511a8
 DIST bugzilla-4.2.11.tar.gz 2955315 SHA256 
b3f94024a405469b62fb1aec47cea25fb4d52c8e6009b2723c43c7d9442c7d17 SHA512 
80c400c6887e4dd15201de61651dabcf709a019c3a17323d94a845ae899bcbe43d81ca46f1ae2e41a173e1a06e4d4edc147cfd62dbce08a23df90a6f8c21631c
 WHIRLPOOL 
a1445cbd05fd9730ffbe70e2f9740e64ee9b7e5344c4ade77f7237fbefde698bd598f95af5dedabc4ca581465f6be681a700ef329216fbeec107d8c5f29f1a38
 DIST bugzilla-4.4.11.tar.gz 4943814 SHA256 
10082b506a822f36098597fce1079494ef50bab91b213c3f448c738257db182a SHA512 
6ddee272ee471aeb7790e69c39c1cab0541c1657f9cf54f887242d9150ebe77b8301dcc74d6b69bb398eda880f4139b5d26046ae081bff71bd7c6716f2875bc2
 WHIRLPOOL 
b839254d4e759b4c98a6eab52e6f14ef3e1fcf006f9a288c3ac4af79c3abd8a5adcf7303ae8208d7106c8c51caecd6287950c8f0e0855eca04e4d92c4d9b797d
 DIST bugzilla-4.4.6.tar.gz 2956046 SHA256 
ac3547195f2ce156488aac2cc537620775e08a9d888441daab2b40ab66ab01f4 SHA512 
af95af117f7d5ada390a94716f1d3ed9b97e06f47c028c57635b2b4a720827e4749bee23842b7ff7d3a2ee8cc6257ccf2dc2b135c821838e78a31ceb63ce1b68
 WHIRLPOOL 
90daa07e1f9c064f4954d413348af958544091ffa71e27d0fb8ba7e4265a96e8d1d6e5903edd71e90ddd34f9c6a44d1cdab3e7bc2db2c97cb576182692be8743

diff --git a/www-apps/bugzilla/bugzilla-4.0.15.ebuild 
b/www-apps/bugzilla/bugzilla-4.0.15.ebuild
deleted file mode 100644
index 847ab88..000
--- a/www-apps/bugzilla/bugzilla-4.0.15.ebuild
+++ /dev/null
@@ -1,139 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit webapp depend.apache versionator eutils
-
-DESCRIPTION="Bugzilla is the Bug-Tracking System from the Mozilla project"
-SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
-HOMEPAGE="http://www.bugzilla.org;
-
-LICENSE="MPL-1.1"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="modperl extras graphviz mysql postgres sqlite test"
-
-COMMON_DEPS="
-   >=dev-lang/perl-5.8.8
-
-   >=dev-perl/CGI-3.510
-   virtual/perl-Digest-SHA
-   >=dev-perl/TimeDate-1.16
-   >=dev-perl/DateTime-0.50
-   >=dev-perl/DateTime-TimeZone-0.71
-   >=dev-perl/DBI-1.601
-   >=dev-perl/Template-Toolkit-2.22
-   >=dev-perl/Email-Send-2.190
-   >=dev-perl/Email-MIME-1.904
-   dev-perl/URI
-   >=dev-perl/List-MoreUtils-0.22
-
-   virtual/perl-File-Path
-   virtual/perl-Scalar-List-Utils
-
-   >=virtual/perl-File-Spec-3.27.01
-   >=virtual/perl-MIME-Base64-3.07
-
-   dev-perl/Math-Random-Secure
-"
-
-DEPEND="test? ( ${COMMON_DEPS} )"
-RDEPEND="
-   virtual/httpd-cgi
-
-   ${COMMON_DEPS}
-
-   postgres? ( >=dev-perl/DBD-Pg-1.49 )
-   mysql? ( >=dev-perl/DBD-mysql-4.00.5 )
-   sqlite? ( >=dev-perl/DBD-SQLite-1.29 )
-
-   extras? (
-   >=dev-perl/GD-2.35[png,truetype]
-   >=dev-perl/Chart-2.4.1
-   dev-perl/Template-GD
-   dev-perl/GDTextUtil
-   dev-perl/GDGraph
-   dev-perl/XML-Twig
-   >=dev-perl/MIME-tools-5.427
-   dev-perl/libwww-perl
-   >=dev-perl/PatchReader-0.9.6
-   dev-perl/perl-ldap
-   dev-perl/RadiusPerl
-   dev-perl/Authen-SASL
-   >=dev-perl/SOAP-Lite-0.712
-   dev-perl/JSON-RPC
-   >=dev-perl/JSON-XS-2.0
-   dev-perl/Test-Taint
-   >=dev-perl/HTML-Parser-3.67
-   dev-perl/HTML-Scrubber
-   >=virtual/perl-Encode-2.21
-   dev-perl/Encode-Detect
-   dev-perl/Email-MIME-Attachment-Stripper
-   dev-perl/Email-Reply
-   dev-perl/TheSchwartz
-   dev-perl/Daemon-Generic
-   dev-perl/File-MimeInfo
-
-   || ( media-gfx/imagemagick[perl] 
media-gfx/graphicsmagick[imagemagick,perl] )
-   

[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/files/4.0/, www-apps/bugzilla/files/, www-apps/bugzilla/

2016-01-01 Thread Ian Delaney
commit: 802fb794ae417ee26d1f3488df1ba31ac31b0af0
Author: Craig Inches  xayto  net>
AuthorDate: Sat Jan  2 05:24:27 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Sat Jan  2 05:51:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802fb794

www-apps/bugzilla:
Version bumps 5.0.2, and 4.4.11
Clean up files dir and ebuilds to reflect
Update copyright

Package-Manager: portage-2.2.24

 www-apps/bugzilla/Manifest |   2 +
 www-apps/bugzilla/bugzilla-4.0.15.ebuild   |  15 +--
 www-apps/bugzilla/bugzilla-4.2.11.ebuild   |  15 +--
 www-apps/bugzilla/bugzilla-4.4.11.ebuild   | 122 +++
 www-apps/bugzilla/bugzilla-4.4.6.ebuild|  15 +--
 www-apps/bugzilla/bugzilla-5.0.2.ebuild| 130 +
 .../bugzilla/files/{4.0 => }/bugzilla-queue.confd  |   0
 .../bugzilla/files/{4.0 => }/bugzilla-queue.initd  |   0
 .../bugzilla/files/{4.0 => }/bugzilla.cron.daily   |   0
 .../bugzilla/files/{4.0 => }/bugzilla.cron.tab |   0
 .../bugzilla/files/{4.0 => }/postinstall-en.txt|   0
 www-apps/bugzilla/files/{4.0 => }/reconfig |   0
 12 files changed, 272 insertions(+), 27 deletions(-)

diff --git a/www-apps/bugzilla/Manifest b/www-apps/bugzilla/Manifest
index ed04c2b..bb01b74 100644
--- a/www-apps/bugzilla/Manifest
+++ b/www-apps/bugzilla/Manifest
@@ -1,3 +1,5 @@
 DIST bugzilla-4.0.15.tar.gz 2875815 SHA256 
4751da395f1d439505e07b80a36120186cf3d1f02c8505293d76eb66eeb3c779 SHA512 
4394268dbf5a82e1693d63661296650155b8b44e39c69d06997c0e07fb71f1421050992b75240e13a9d149f847a38be9c354e95471c98328e3019136f2019a02
 WHIRLPOOL 
dd81e4fa0cad2194d011d1fab15fed0b44d80be5c3f527fcf9925d4bdc93890e2994c703ee1e9fe76b2ce5f71900bbfc45d416b27cbd81f67d2dcc78edb511a8
 DIST bugzilla-4.2.11.tar.gz 2955315 SHA256 
b3f94024a405469b62fb1aec47cea25fb4d52c8e6009b2723c43c7d9442c7d17 SHA512 
80c400c6887e4dd15201de61651dabcf709a019c3a17323d94a845ae899bcbe43d81ca46f1ae2e41a173e1a06e4d4edc147cfd62dbce08a23df90a6f8c21631c
 WHIRLPOOL 
a1445cbd05fd9730ffbe70e2f9740e64ee9b7e5344c4ade77f7237fbefde698bd598f95af5dedabc4ca581465f6be681a700ef329216fbeec107d8c5f29f1a38
+DIST bugzilla-4.4.11.tar.gz 4943814 SHA256 
10082b506a822f36098597fce1079494ef50bab91b213c3f448c738257db182a SHA512 
6ddee272ee471aeb7790e69c39c1cab0541c1657f9cf54f887242d9150ebe77b8301dcc74d6b69bb398eda880f4139b5d26046ae081bff71bd7c6716f2875bc2
 WHIRLPOOL 
b839254d4e759b4c98a6eab52e6f14ef3e1fcf006f9a288c3ac4af79c3abd8a5adcf7303ae8208d7106c8c51caecd6287950c8f0e0855eca04e4d92c4d9b797d
 DIST bugzilla-4.4.6.tar.gz 2956046 SHA256 
ac3547195f2ce156488aac2cc537620775e08a9d888441daab2b40ab66ab01f4 SHA512 
af95af117f7d5ada390a94716f1d3ed9b97e06f47c028c57635b2b4a720827e4749bee23842b7ff7d3a2ee8cc6257ccf2dc2b135c821838e78a31ceb63ce1b68
 WHIRLPOOL 
90daa07e1f9c064f4954d413348af958544091ffa71e27d0fb8ba7e4265a96e8d1d6e5903edd71e90ddd34f9c6a44d1cdab3e7bc2db2c97cb576182692be8743
+DIST bugzilla-5.0.2.tar.gz 4004728 SHA256 
82fa7bc8e27cfc9fe42d3fce3bfb6e7536bba245d76c2ee268d56253d16e3de3 SHA512 
1ec554538382fd27f1cbb33b240779ec49a20c130e9e0b0fa8b64032a44e0eda5970b528b05d16877f5a75db6259da899ee662607df7bb52889936aec7ed05f4
 WHIRLPOOL 
6d8357054a3bef9cef4a768671a5b06e0326c738eca148fc696c8291c454510a4a066376cdea17a08a1d411f3bf233585886db077bd5065dd28c3531474999be

diff --git a/www-apps/bugzilla/bugzilla-4.0.15.ebuild 
b/www-apps/bugzilla/bugzilla-4.0.15.ebuild
index b2bd403..847ab88 100644
--- a/www-apps/bugzilla/bugzilla-4.0.15.ebuild
+++ b/www-apps/bugzilla/bugzilla-4.0.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,9 +6,6 @@ EAPI=5
 
 inherit webapp depend.apache versionator eutils
 
-#MY_PB=$(get_version_component_range 1-2)
-MY_PB="4.0"
-
 DESCRIPTION="Bugzilla is the Bug-Tracking System from the Mozilla project"
 SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
 HOMEPAGE="http://www.bugzilla.org;
@@ -118,15 +115,15 @@ src_install () {
 
insinto "${MY_HTDOCSDIR}"
doins -r . || die
-   doins "${FILESDIR}"/${MY_PB}/bugzilla.cron.{daily,tab} || die
+   doins "${FILESDIR}"/bugzilla.cron.{daily,tab} || die
 
-   webapp_hook_script "${FILESDIR}"/${MY_PB}/reconfig
-   webapp_postinst_txt en "${FILESDIR}"/${MY_PB}/postinstall-en.txt
+   webapp_hook_script "${FILESDIR}"/reconfig
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
webapp_src_install
 
if use extras; then
-   newconfd "${FILESDIR}"/${MY_PB}/bugzilla-queue.confd 
bugzilla-queue || die
-   newinitd "${FILESDIR}"/${MY_PB}/bugzilla-queue.initd 
bugzilla-queue || die
+   newconfd "${FILESDIR}"/bugzilla-queue.confd bugzilla-queue || 
die
+   newinitd "${FILESDIR}"/bugzilla-queue.initd bugzilla-queue || 
die
fi
 
# bug #124282


[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2016-01-01 Thread Ian Delaney
commit: d89763ca69425199ae60ded36cffa5ca31bb70d8
Author: Ian Delaney  gentoo  org>
AuthorDate: Fri Jan  1 13:40:54 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri Jan  1 13:42:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89763ca

www-apps/bugzilla/metadata.xml: drop inactives, assign new proxy maintainer

Package-Manager: portage-2.2.26

 www-apps/bugzilla/metadata.xml | 13 -
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/www-apps/bugzilla/metadata.xml b/www-apps/bugzilla/metadata.xml
index 5a628ae..7c2eece 100644
--- a/www-apps/bugzilla/metadata.xml
+++ b/www-apps/bugzilla/metadata.xml
@@ -1,18 +1,13 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   proxy-maintainers

-   and...@ahamilto.net
-   Andrew Hamilton
-   Maintainer. Assign bugs to him.
-   
-   
-   creff...@gentoo.org
-   Chris Reffett
-   Proxy maintainer. CC him on bugs.
+   gen...@xayto.net
+   Craig Inches
+   Proxied maintainer; set to assignee in all 
bugs

web-apps
-proxy-maintainers

Optional Perl modules
Enable www-apache/mod_perl 
support