diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-25 06:03:17 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-25 06:03:17 +0000 |
commit | f57d19bd6053f02566ebea7a9ba971bdb4f4ae08 (patch) | |
tree | ce5fba94ddb0fd7427133fd387971e45f171aac6 /app-office/texmaker | |
parent | Replacing einfo with eerror (diff) | |
download | gentoo-2-f57d19bd6053f02566ebea7a9ba971bdb4f4ae08.tar.gz gentoo-2-f57d19bd6053f02566ebea7a9ba971bdb4f4ae08.tar.bz2 gentoo-2-f57d19bd6053f02566ebea7a9ba971bdb4f4ae08.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-office/texmaker')
-rw-r--r-- | app-office/texmaker/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/texmaker/texmaker-1.11-r1.ebuild | 8 | ||||
-rw-r--r-- | app-office/texmaker/texmaker-1.30.ebuild | 10 | ||||
-rw-r--r-- | app-office/texmaker/texmaker-1.40.ebuild | 8 | ||||
-rw-r--r-- | app-office/texmaker/texmaker-1.50.ebuild | 8 |
5 files changed, 22 insertions, 18 deletions
diff --git a/app-office/texmaker/ChangeLog b/app-office/texmaker/ChangeLog index 4a6635d87176..81710a9ce45e 100644 --- a/app-office/texmaker/ChangeLog +++ b/app-office/texmaker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/texmaker # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.25 2007/01/04 15:40:06 troll Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.26 2007/01/25 06:03:17 genone Exp $ + + 25 Jan 2007; Marius Mauch <genone@gentoo.org> texmaker-1.11-r1.ebuild, + texmaker-1.30.ebuild, texmaker-1.40.ebuild, texmaker-1.50.ebuild: + Replacing einfo with elog *texmaker-1.50 (04 Jan 2007) diff --git a/app-office/texmaker/texmaker-1.11-r1.ebuild b/app-office/texmaker/texmaker-1.11-r1.ebuild index 3ded71f17c7e..b72ad9127320 100644 --- a/app-office/texmaker/texmaker-1.11-r1.ebuild +++ b/app-office/texmaker/texmaker-1.11-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.11-r1.ebuild,v 1.8 2006/10/01 13:19:28 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.11-r1.ebuild,v 1.9 2007/01/25 06:03:17 genone Exp $ inherit kde-functions eutils @@ -60,6 +60,6 @@ src_install() { } pkg_postinst() { - einfo "A user manual with many screenshots is available at:" - einfo "/usr/share/doc/${PF}/html/usermanual.html" + elog "A user manual with many screenshots is available at:" + elog "/usr/share/doc/${PF}/html/usermanual.html" } diff --git a/app-office/texmaker/texmaker-1.30.ebuild b/app-office/texmaker/texmaker-1.30.ebuild index a84d61a63aab..62049c5b3e2e 100644 --- a/app-office/texmaker/texmaker-1.30.ebuild +++ b/app-office/texmaker/texmaker-1.30.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.30.ebuild,v 1.5 2006/10/01 13:19:28 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.30.ebuild,v 1.6 2007/01/25 06:03:17 genone Exp $ inherit eutils versionator qt4 @@ -63,7 +63,7 @@ src_install() { } pkg_postinst() { - einfo "A user manual with many screenshots is available at:" - einfo "/usr/share/doc/${PF}/html/usermanual.html" - einfo "" + elog "A user manual with many screenshots is available at:" + elog "/usr/share/doc/${PF}/html/usermanual.html" + elog } diff --git a/app-office/texmaker/texmaker-1.40.ebuild b/app-office/texmaker/texmaker-1.40.ebuild index f039e60228de..f74076c5e5b0 100644 --- a/app-office/texmaker/texmaker-1.40.ebuild +++ b/app-office/texmaker/texmaker-1.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.40.ebuild,v 1.2 2007/01/04 15:22:24 troll Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.40.ebuild,v 1.3 2007/01/25 06:03:17 genone Exp $ inherit eutils versionator qt4 @@ -71,7 +71,7 @@ src_install() { } pkg_postinst() { - einfo "A user manual with many screenshots is available at:" - einfo "/usr/share/doc/${PF}/html/usermanual.html" - einfo "" + elog "A user manual with many screenshots is available at:" + elog "/usr/share/doc/${PF}/html/usermanual.html" + elog } diff --git a/app-office/texmaker/texmaker-1.50.ebuild b/app-office/texmaker/texmaker-1.50.ebuild index a353eb0a3ac5..1fcd72f32f7a 100644 --- a/app-office/texmaker/texmaker-1.50.ebuild +++ b/app-office/texmaker/texmaker-1.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.50.ebuild,v 1.1 2007/01/04 15:40:06 troll Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.50.ebuild,v 1.2 2007/01/25 06:03:17 genone Exp $ inherit eutils versionator qt4 @@ -64,7 +64,7 @@ src_install() { } pkg_postinst() { - einfo "A user manual with many screenshots is available at:" - einfo "/usr/share/doc/${PF}/html/usermanual.html" - einfo "" + elog "A user manual with many screenshots is available at:" + elog "/usr/share/doc/${PF}/html/usermanual.html" + elog } |