diff options
author | Renat Lumpau <rl03@gentoo.org> | 2006-07-09 20:55:19 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2006-07-09 20:55:19 +0000 |
commit | 49f1f7ec4f993c12c6332d8e55a15a61c1e08ae2 (patch) | |
tree | f377d0847ff85fb410daa820d4a1c231d79b6769 /www-apps | |
parent | einfo->elog (diff) | |
download | gentoo-2-49f1f7ec4f993c12c6332d8e55a15a61c1e08ae2.tar.gz gentoo-2-49f1f7ec4f993c12c6332d8e55a15a61c1e08ae2.tar.bz2 gentoo-2-49f1f7ec4f993c12c6332d8e55a15a61c1e08ae2.zip |
Housekeeping; einfo->elog.
(Portage version: 2.1)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/gallery/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/gallery/gallery-2.1.1a.ebuild | 16 |
2 files changed, 13 insertions, 9 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog index 909c90702d59..33b042da98b2 100644 --- a/www-apps/gallery/ChangeLog +++ b/www-apps/gallery/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/gallery # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.93 2006/06/19 14:42:43 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.94 2006/07/09 20:55:19 rl03 Exp $ + + 09 Jul 2006; Renat Lumpau <rl03@gentoo.org> -gallery-1.5.2_p2.ebuild, + gallery-2.1.1a.ebuild: + Housekeeping; einfo->elog. 19 Jun 2006; Brent Baude <ranger@gentoo.org> gallery-2.0.4.ebuild: Marking gallery-2.0.4 ppc64 stable diff --git a/www-apps/gallery/gallery-2.1.1a.ebuild b/www-apps/gallery/gallery-2.1.1a.ebuild index 0ff771b3d848..71c752a5ba5b 100644 --- a/www-apps/gallery/gallery-2.1.1a.ebuild +++ b/www-apps/gallery/gallery-2.1.1a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.1.1a.ebuild,v 1.1 2006/04/20 17:34:34 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.1.1a.ebuild,v 1.2 2006/07/09 20:55:19 rl03 Exp $ inherit webapp eutils @@ -37,12 +37,12 @@ src_install() { } pkg_postinst() { - einfo "You are strongly encouraged to back up your database" - einfo "and the g2data directory, as upgrading to 2.1.x will make" - einfo "irreversible changes to both." - einfo - einfo "g2data dir: cp -Rf /path/to/g2data/ /path/to/backup" - einfo "mysql: mysqldump --opt -u username -h hostname -p database > /path/to/backup.sql" - einfo "postgres: pg_dump -h hostname --format=t database > /path/to/backup.sql" + elog "You are strongly encouraged to back up your database" + elog "and the g2data directory, as upgrading to 2.1.x will make" + elog "irreversible changes to both." + elog + elog "g2data dir: cp -Rf /path/to/g2data/ /path/to/backup" + elog "mysql: mysqldump --opt -u username -h hostname -p database > /path/to/backup.sql" + elog "postgres: pg_dump -h hostname --format=t database > /path/to/backup.sql" webapp_pkg_postinst } |