commit:     8367217841b68e3d2ea01aaef9d41cd8e7850f31
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 16:21:35 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 16:28:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83672178

www-misc/zoneminder: Remove old

Package-Manager: portage-2.3.2

 www-misc/zoneminder/Manifest                       |   1 -
 ...eminder-1.24.2-db_upgrade_script_location.patch |  11 --
 www-misc/zoneminder/zoneminder-1.27.0.ebuild       | 131 ---------------------
 3 files changed, 143 deletions(-)

diff --git a/www-misc/zoneminder/Manifest b/www-misc/zoneminder/Manifest
index f62a219..23834a1 100644
--- a/www-misc/zoneminder/Manifest
+++ b/www-misc/zoneminder/Manifest
@@ -1,3 +1,2 @@
-DIST zoneminder-1.27.0.tar.gz 1262653 SHA256 
2f31c10e6c5930aedfa9f08edfa074ef1b168e5bdffb77a147d4e631bfb03ef2 SHA512 
8a349558399381a9062365ddc8bd8f815e3800929914096b2e4ea63e4d6dd12054f7b849fab5bea4bcfc87ea60739479a55734c7075a74aab0622d35f1d2bb14
 WHIRLPOOL 
869811e289e11343ff0cd0bd078a477db3511ed3cc96574d71163e1ab9eaf703e26f7c526841164a41f8d1e1aae47eb7f198831999b0c39f2729199fe81f43c0
 DIST zoneminder-1.28.0.tar.gz 2804199 SHA256 
b9ee65635753e094dcad6cdb480acc42bff8b8f023ee008790883a4308273ca2 SHA512 
ac2a036adac436d76db8bb0b161d063111cc7cc7f6bcb9ca1b46862cfb0285b291926df716df645c0be47b7465bbbf3b1050c85529ff5068bdcc34f1c8ba6df1
 WHIRLPOOL 
012a088ab6411cf7a1ec1e0c4d9c9f1e61889c3729ea736baafb5174a20f61a82c280b7c5bfd669e031b3e1844abe1de0a577e73f82295b080d88b4ae43b627b
 DIST zoneminder-1.28.1.tar.gz 3864811 SHA256 
e55fa6ce1fd6c27912cd1de67fca3f80fad579f330020a384dc82838704d11ba SHA512 
0ae29870e12b7ad0852510a17439df49dd35245aa1486a5d0ff71e17dbf89840d08c65b4485c93739f1fbcc253599162e28e0382c28927aa84cd734248587ea1
 WHIRLPOOL 
62a52810437c0360fb83eb6f8210d6f089448bc6b9cf7b46e6ad8db7f952c3e3ba9832f2e25be65a476655991e3dd7ae70ed83198c7a4563cff68283e7f06226

diff --git 
a/www-misc/zoneminder/files/zoneminder-1.24.2-db_upgrade_script_location.patch 
b/www-misc/zoneminder/files/zoneminder-1.24.2-db_upgrade_script_location.patch
deleted file mode 100644
index 41b537c..00000000
--- 
a/www-misc/zoneminder/files/zoneminder-1.24.2-db_upgrade_script_location.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ZoneMinder-1.24.1/zm.conf.in.orig  2009-03-23 13:55:43.000000000 +0000
-+++ ZoneMinder-1.24.1/zm.conf.in       2009-03-23 13:57:22.000000000 +0000
-@@ -13,7 +13,7 @@
- ZM_VERSION=@VERSION@
- 
- # Path to build directory, used mostly for finding DB upgrade scripts
--ZM_PATH_BUILD=@PATH_BUILD@
-+ZM_PATH_BUILD=/usr/share/zoneminder
- 
- # Build time, used to record when to trigger various checks
- ZM_TIME_BUILD=@TIME_BUILD@

diff --git a/www-misc/zoneminder/zoneminder-1.27.0.ebuild 
b/www-misc/zoneminder/zoneminder-1.27.0.ebuild
deleted file mode 100644
index 52ebe8f..00000000
--- a/www-misc/zoneminder/zoneminder-1.27.0.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# TO DO:
-# * ffmpeg support can be disabled in CMakeLists.txt but it does not build then
-#              $(cmake-utils_useno ffmpeg ZM_NO_FFMPEG)
-# * dependencies of unknown status:
-#      dev-perl/Archive-Zip
-#      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
-
-EAPI=5
-
-PERL_EXPORT_PHASE_FUNCTIONS=no
-
-inherit perl-module readme.gentoo eutils base cmake-utils depend.apache 
multilib flag-o-matic
-
-MY_PN="ZoneMinder"
-
-DESCRIPTION="ZoneMinder allows you to capture, analyse, record and monitor any 
cameras attached to your system"
-HOMEPAGE="http://www.zoneminder.com/";
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64"
-IUSE="curl gcrypt gnutls +mmap +openssl vlc"
-SLOT="0"
-
-REQUIRED_USE="
-       || ( openssl gnutls )
-"
-
-DEPEND="
-       dev-lang/perl:=
-       dev-libs/libpcre
-       dev-perl/Date-Manip
-       dev-perl/DBD-mysql
-       dev-perl/DBI
-       dev-perl/libwww-perl
-       sys-libs/zlib
-       virtual/ffmpeg
-       virtual/httpd-php
-       virtual/jpeg
-       virtual/mysql
-       virtual/perl-ExtUtils-MakeMaker
-       virtual/perl-Getopt-Long
-       virtual/perl-Sys-Syslog
-       virtual/perl-Time-HiRes
-       curl? ( net-misc/curl )
-       gcrypt? ( dev-libs/libgcrypt )
-       gnutls? ( net-libs/gnutls )
-       mmap? ( dev-perl/Sys-Mmap )
-       openssl? ( dev-libs/openssl )
-       vlc? ( media-video/vlc )
-"
-RDEPEND="${DEPEND}"
-
-# we cannot use need_httpd_cgi here, since we need to setup permissions for the
-# webserver in global scope (/etc/zm.conf etc), so we hardcode apache here.
-need_apache
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-PATCHES=(
-       "${FILESDIR}/${PN}-1.26.5"-automagic.patch
-)
-
-MY_ZM_WEBDIR=/usr/share/zoneminder/www
-
-pkg_setup() {
-       :
-}
-
-src_configure() {
-       append-cxxflags -D__STDC_CONSTANT_MACROS
-       perl_set_version
-
-       mycmakeargs=(
-               -DZM_PERL_SUBPREFIX=${VENDOR_LIB}
-               -DZM_TMPDIR=/var/tmp/zm
-               -DZM_WEB_USER=apache
-               -DZM_WEB_GROUP=apache
-               -DZM_WEBDIR=${MY_ZM_WEBDIR}
-               $(cmake-utils_useno mmap ZM_NO_MMAP)
-               -DZM_NO_X10=OFF
-               -DZM_NO_FFMPEG=OFF
-               $(cmake-utils_useno curl ZM_NO_CURL)
-               $(cmake-utils_useno vlc ZM_NO_LIBVLC)
-               $(cmake-utils_useno openssl CMAKE_DISABLE_FIND_PACKAGE_OpenSSL)
-               $(cmake-utils_use_has gnutls)
-               $(cmake-utils_use_has gcrypt)
-       )
-
-       cmake-utils_src_configure
-}
-
-src_install() {
-       cmake-utils_src_install
-
-       # the log directory
-       keepdir /var/log/zm
-       fowners apache:apache /var/log/zm
-
-       # now we duplicate the work of zmlinkcontent.sh
-       dodir /var/lib/zoneminder /var/lib/zoneminder/images 
/var/lib/zoneminder/events
-       fperms -R 0775 /var/lib/zoneminder
-       fowners -R apache:apache /var/lib/zoneminder
-       dosym /var/lib/zoneminder/images ${MY_ZM_WEBDIR}/images
-       dosym /var/lib/zoneminder/events ${MY_ZM_WEBDIR}/events
-
-       # the configuration file
-       fperms 0640 /etc/zm.conf
-       fowners root:apache /etc/zm.conf
-
-       # init scripts etc
-       newinitd "${FILESDIR}"/init.d zoneminder
-       newconfd "${FILESDIR}"/conf.d zoneminder
-
-       cp "${FILESDIR}"/10_zoneminder.conf "${T}"/10_zoneminder.conf
-       sed -i "${T}"/10_zoneminder.conf -e "s:%ZM_WEBDIR%:${MY_ZM_WEBDIR}:g"
-
-       dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README.md TODO 
"${T}"/10_zoneminder.conf
-
-       readme.gentoo_src_install
-}

Reply via email to