commit:     813ce5615a831460d99cf841080ca498d752cce3
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 21:13:18 2014 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 21:13:18 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=813ce561

[www-misc/zoneminder] minor cleanups

Package-Manager: portage-2.2.8-r1

---
 www-misc/zoneminder/zoneminder-1.26.5.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/www-misc/zoneminder/zoneminder-1.26.5.ebuild 
b/www-misc/zoneminder/zoneminder-1.26.5.ebuild
index 80c5052..7bd7ee3 100644
--- a/www-misc/zoneminder/zoneminder-1.26.5.ebuild
+++ b/www-misc/zoneminder/zoneminder-1.26.5.ebuild
@@ -15,6 +15,9 @@
 #      virtual/perl-Archive-Tar
 #      virtual/perl-libnet
 #      virtual/perl-Module-Load
+# * apache integration
+# * installation of files into real webdir
+# * the perl modules go into weird places atm
 
 EAPI=5
 
@@ -36,7 +39,7 @@ REQUIRED_USE="
 "
 
 DEPEND="
-       dev-lang/perl
+       dev-lang/perl:=
        dev-libs/libpcre
        dev-perl/DateManip
        dev-perl/DBD-mysql
@@ -121,13 +124,13 @@ src_install() {
    database for ${PN} to use\n
    (see https://wiki.gentoo.org/wiki/MySQL/Startup_Guide).\n
    E.g., when logged into mysql as root,\n
-     mysql> CREATE DATABASE 'zm';\n
+     mysql> CREATE DATABASE \`zm\`;\n
      mysql> GRANT ALL ON zm.* TO 'zmuser'@'localhost' IDENTIFIED BY 
'topsecretpassword';\n
    Once you completed that you should execute the following:\n
      cd /usr/share/${PN}\n
      mysql -u zmuser -p < db/zm_create.sql\n
 \n
-2.  Set your database settings in /etc/zm.conf\n
+2.  Set your database settings in /etc/zm.conf, including above 
topsecretpassword\n
 \n
 3. Check /etc/apache2/vhosts.d/10_zoneminder.conf\n
 \n

Reply via email to