summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-02-07 11:37:29 -0500
committerBrian Evans <grknight@gentoo.org>2019-02-07 11:37:29 -0500
commit84dbc85d06c4e289b83e24efb0736bb42344028a (patch)
tree138f59c66e38687b599faae3738c53700b9c81d5 /www-misc/zoneminder
parentnet-misc/teamviewer: Version bump (v14.1.9025) (diff)
downloadgentoo-84dbc85d06c4e289b83e24efb0736bb42344028a.tar.gz
gentoo-84dbc85d06c4e289b83e24efb0736bb42344028a.tar.bz2
gentoo-84dbc85d06c4e289b83e24efb0736bb42344028a.zip
www-misc/zoneminder: Revbump for dependency change
Closes: https://bugs.gentoo.org/666080 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'www-misc/zoneminder')
-rw-r--r--www-misc/zoneminder/zoneminder-1.30.4-r1.ebuild (renamed from www-misc/zoneminder/zoneminder-1.30.4.ebuild)20
1 files changed, 10 insertions, 10 deletions
diff --git a/www-misc/zoneminder/zoneminder-1.30.4.ebuild b/www-misc/zoneminder/zoneminder-1.30.4-r1.ebuild
index 1d8a7f299396..046cf31ef6fb 100644
--- a/www-misc/zoneminder/zoneminder-1.30.4.ebuild
+++ b/www-misc/zoneminder/zoneminder-1.30.4-r1.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# TO DO:
# * dependencies of unknown status:
# dev-perl/Device-SerialPort
-# dev-perl/MIME-Lite
-# dev-perl/MIME-tools
-# dev-perl/PHP-Serialization
-# virtual/perl-Archive-Tar
-# virtual/perl-libnet
-# virtual/perl-Module-Load
+# dev-perl/MIME-Lite
+# dev-perl/MIME-tools
+# dev-perl/PHP-Serialization
+# virtual/perl-Archive-Tar
+# virtual/perl-libnet
+# virtual/perl-Module-Load
EAPI=6
-inherit versionator perl-functions readme.gentoo-r1 cmake-utils depend.apache flag-o-matic systemd
+inherit eapi7-ver perl-functions readme.gentoo-r1 cmake-utils depend.apache flag-o-matic systemd
MY_PN="ZoneMinder"
@@ -37,6 +37,7 @@ REQUIRED_USE="
DEPEND="
app-eselect/eselect-php[apache2]
+ dev-db/mysql-connector-c:0=
dev-lang/perl:=
dev-lang/php:*[apache2,cgi,curl,gd,inifile,pdo,mysql,mysqli,sockets]
dev-libs/libpcre
@@ -59,7 +60,6 @@ DEPEND="
virtual/ffmpeg
virtual/httpd-php:*
virtual/jpeg:0
- virtual/mysql
virtual/perl-ExtUtils-MakeMaker
virtual/perl-Getopt-Long
virtual/perl-Sys-Syslog
@@ -171,7 +171,7 @@ pkg_postinst() {
local v
for v in ${REPLACING_VERSIONS}; do
- if ! version_is_at_least ${PV} ${v}; then
+ if ver_test ${PV} -gt ${v}; then
elog "You have upgraded zoneminder and may have to upgrade your database now using the 'zmupdate.pl' script."
fi
done