vapier      15/05/24 04:35:49

  Modified:             mysql.eclass mysql-multilib.eclass mysql-v2.eclass
  Log:
  pkg_config: tweak user messages

Revision  Changes    Path
1.183                eclass/mysql.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql.eclass?rev=1.183&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql.eclass?rev=1.183&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql.eclass?r1=1.182&r2=1.183

Index: mysql.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- mysql.eclass        1 May 2015 12:34:31 -0000       1.182
+++ mysql.eclass        24 May 2015 04:35:49 -0000      1.183
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.182 2015/05/01 
12:34:31 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.183 2015/05/24 
04:35:49 vapier Exp $
 
 # @ECLASS: mysql.eclass
 # @MAINTAINER:
@@ -1461,8 +1461,7 @@
                fi
        fi
 
-       einfo "Creating the mysql database and setting proper"
-       einfo "permissions on it ..."
+       einfo "Creating the mysql database and setting proper permissions on it 
..."
 
        local socket="${EROOT}/var/run/mysqld/mysqld${RANDOM}.sock"
        local pidfile="${EROOT}/var/run/mysqld/mysqld${RANDOM}.pid"
@@ -1502,7 +1501,7 @@
                -e "${sql}"
        eend $?
 
-       ebegin "Loading \"zoneinfo\", this step may require a few seconds ..."
+       ebegin "Loading \"zoneinfo\", this step may require a few seconds"
        "${EROOT}/usr/bin/mysql" \
                --socket=${socket} \
                -hlocalhost \



1.20                 eclass/mysql-multilib.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql-multilib.eclass?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql-multilib.eclass?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql-multilib.eclass?r1=1.19&r2=1.20

Index: mysql-multilib.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mysql-multilib.eclass,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- mysql-multilib.eclass       1 May 2015 12:34:31 -0000       1.19
+++ mysql-multilib.eclass       24 May 2015 04:35:49 -0000      1.20
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-multilib.eclass,v 1.19 
2015/05/01 12:34:31 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-multilib.eclass,v 1.20 
2015/05/24 04:35:49 vapier Exp $
 
 # @ECLASS: mysql-multilib.eclass
 # @MAINTAINER:
@@ -879,8 +879,7 @@
                mysql_version_is_at_least "5.6" || options="${options} 
--loose-skip-innodb"
        fi
 
-       einfo "Creating the mysql database and setting proper"
-       einfo "permissions on it ..."
+       einfo "Creating the mysql database and setting proper permissions on it 
..."
 
        # Now that /var/run is a tmpfs mount point, we need to ensure it exists 
before using it
        PID_DIR="${EROOT}/var/run/mysqld"
@@ -955,7 +954,7 @@
                -e "${sql}"
        eend $?
 
-       ebegin "Loading \"zoneinfo\", this step may require a few seconds ..."
+       ebegin "Loading \"zoneinfo\", this step may require a few seconds"
        "${EROOT}/usr/bin/mysql" \
                --socket=${socket} \
                -hlocalhost \



1.39                 eclass/mysql-v2.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql-v2.eclass?rev=1.39&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql-v2.eclass?rev=1.39&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql-v2.eclass?r1=1.38&r2=1.39

Index: mysql-v2.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- mysql-v2.eclass     1 May 2015 12:34:31 -0000       1.38
+++ mysql-v2.eclass     24 May 2015 04:35:49 -0000      1.39
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.38 2015/05/01 
12:34:31 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.39 2015/05/24 
04:35:49 vapier Exp $
 
 # @ECLASS: mysql-v2.eclass
 # @MAINTAINER:
@@ -818,8 +818,7 @@
                mysql_version_is_at_least "5.6" || options="${options} 
--loose-skip-innodb"
        fi
 
-       einfo "Creating the mysql database and setting proper"
-       einfo "permissions on it ..."
+       einfo "Creating the mysql database and setting proper permissions on it 
..."
 
        # Now that /var/run is a tmpfs mount point, we need to ensure it exists 
before using it
        PID_DIR="${EROOT}/var/run/mysqld"
@@ -894,7 +893,7 @@
                -e "${sql}"
        eend $?
 
-       ebegin "Loading \"zoneinfo\", this step may require a few seconds ..."
+       ebegin "Loading \"zoneinfo\", this step may require a few seconds"
        "${EROOT}/usr/bin/mysql" \
                --socket=${socket} \
                -hlocalhost \




Reply via email to