Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/zoneminder/
Date: Thu, 07 Feb 2019 16:37:47
Message-Id: 1549557449.84dbc85d06c4e289b83e24efb0736bb42344028a.grknight@gentoo
1 commit: 84dbc85d06c4e289b83e24efb0736bb42344028a
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 7 16:37:29 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 7 16:37:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84dbc85d
7
8 www-misc/zoneminder: Revbump for dependency change
9
10 Closes: https://bugs.gentoo.org/666080
11 Package-Manager: Portage-2.3.59, Repoman-2.3.12
12 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
13
14 ...der-1.30.4.ebuild => zoneminder-1.30.4-r1.ebuild} | 20 ++++++++++----------
15 1 file changed, 10 insertions(+), 10 deletions(-)
16
17 diff --git a/www-misc/zoneminder/zoneminder-1.30.4.ebuild b/www-misc/zoneminder/zoneminder-1.30.4-r1.ebuild
18 similarity index 92%
19 rename from www-misc/zoneminder/zoneminder-1.30.4.ebuild
20 rename to www-misc/zoneminder/zoneminder-1.30.4-r1.ebuild
21 index 1d8a7f29939..046cf31ef6f 100644
22 --- a/www-misc/zoneminder/zoneminder-1.30.4.ebuild
23 +++ b/www-misc/zoneminder/zoneminder-1.30.4-r1.ebuild
24 @@ -1,19 +1,19 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 # TO DO:
30 # * dependencies of unknown status:
31 # dev-perl/Device-SerialPort
32 -# dev-perl/MIME-Lite
33 -# dev-perl/MIME-tools
34 -# dev-perl/PHP-Serialization
35 -# virtual/perl-Archive-Tar
36 -# virtual/perl-libnet
37 -# virtual/perl-Module-Load
38 +# dev-perl/MIME-Lite
39 +# dev-perl/MIME-tools
40 +# dev-perl/PHP-Serialization
41 +# virtual/perl-Archive-Tar
42 +# virtual/perl-libnet
43 +# virtual/perl-Module-Load
44
45 EAPI=6
46
47 -inherit versionator perl-functions readme.gentoo-r1 cmake-utils depend.apache flag-o-matic systemd
48 +inherit eapi7-ver perl-functions readme.gentoo-r1 cmake-utils depend.apache flag-o-matic systemd
49
50 MY_PN="ZoneMinder"
51
52 @@ -37,6 +37,7 @@ REQUIRED_USE="
53
54 DEPEND="
55 app-eselect/eselect-php[apache2]
56 + dev-db/mysql-connector-c:0=
57 dev-lang/perl:=
58 dev-lang/php:*[apache2,cgi,curl,gd,inifile,pdo,mysql,mysqli,sockets]
59 dev-libs/libpcre
60 @@ -59,7 +60,6 @@ DEPEND="
61 virtual/ffmpeg
62 virtual/httpd-php:*
63 virtual/jpeg:0
64 - virtual/mysql
65 virtual/perl-ExtUtils-MakeMaker
66 virtual/perl-Getopt-Long
67 virtual/perl-Sys-Syslog
68 @@ -171,7 +171,7 @@ pkg_postinst() {
69
70 local v
71 for v in ${REPLACING_VERSIONS}; do
72 - if ! version_is_at_least ${PV} ${v}; then
73 + if ver_test ${PV} -gt ${v}; then
74 elog "You have upgraded zoneminder and may have to upgrade your database now using the 'zmupdate.pl' script."
75 fi
76 done