Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/
Date: Sat, 11 Feb 2017 19:47:50
Message-Id: 1486842366.2d0c3de050aa5086592ef8363d27e196f6bbd102.soap@gentoo
1 commit: 2d0c3de050aa5086592ef8363d27e196f6bbd102
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 11 19:21:55 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 11 19:46:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0c3de0
7
8 www-apps/bugzilla: Depend on virtual/imagemagick-tools
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3907
12
13 .../bugzilla/{bugzilla-4.4.12.ebuild => bugzilla-4.4.12-r1.ebuild} | 4 ++--
14 www-apps/bugzilla/{bugzilla-5.0.3.ebuild => bugzilla-5.0.3-r1.ebuild} | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/www-apps/bugzilla/bugzilla-4.4.12.ebuild b/www-apps/bugzilla/bugzilla-4.4.12-r1.ebuild
18 similarity index 95%
19 rename from www-apps/bugzilla/bugzilla-4.4.12.ebuild
20 rename to www-apps/bugzilla/bugzilla-4.4.12-r1.ebuild
21 index b2c21225fc..b5dc6bb8f9 100644
22 --- a/www-apps/bugzilla/bugzilla-4.4.12.ebuild
23 +++ b/www-apps/bugzilla/bugzilla-4.4.12-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2016 Gentoo Foundation
26 +# Copyright 1999-2017 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 @@ -64,7 +64,7 @@ RDEPEND="
31 dev-perl/TheSchwartz
32 dev-perl/Daemon-Generic
33 dev-perl/File-MimeInfo
34 - || ( media-gfx/imagemagick[perl] media-gfx/graphicsmagick[imagemagick,perl] )
35 + virtual/imagemagick-tools[perl]
36 dev-perl/MIME-tools
37 )
38 modperl? (
39
40 diff --git a/www-apps/bugzilla/bugzilla-5.0.3.ebuild b/www-apps/bugzilla/bugzilla-5.0.3-r1.ebuild
41 similarity index 96%
42 rename from www-apps/bugzilla/bugzilla-5.0.3.ebuild
43 rename to www-apps/bugzilla/bugzilla-5.0.3-r1.ebuild
44 index 1efd40a5f2..ecc1dcad7f 100644
45 --- a/www-apps/bugzilla/bugzilla-5.0.3.ebuild
46 +++ b/www-apps/bugzilla/bugzilla-5.0.3-r1.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2016 Gentoo Foundation
49 +# Copyright 1999-2017 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Id$
52
53 @@ -68,7 +68,7 @@ RDEPEND="
54 dev-perl/TheSchwartz
55 dev-perl/Daemon-Generic
56 dev-perl/File-MimeInfo
57 - || ( media-gfx/imagemagick[perl] media-gfx/graphicsmagick[imagemagick,perl] )
58 + virtual/imagemagick-tools[perl]
59 dev-perl/MIME-tools
60 )
61 modperl? (