diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:07:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:07:44 +0000 |
commit | 10069407356a3e3303c2879aeec9aebba337d518 (patch) | |
tree | 4226040d3f22cecfab2543bfc29eaeb2217044be /media-fonts/kochi-substitute | |
parent | einfo converted to elog (diff) | |
download | gentoo-2-10069407356a3e3303c2879aeec9aebba337d518.tar.gz gentoo-2-10069407356a3e3303c2879aeec9aebba337d518.tar.bz2 gentoo-2-10069407356a3e3303c2879aeec9aebba337d518.zip |
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-fonts/kochi-substitute')
-rw-r--r-- | media-fonts/kochi-substitute/ChangeLog | 8 | ||||
-rw-r--r-- | media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild | 14 |
2 files changed, 13 insertions, 9 deletions
diff --git a/media-fonts/kochi-substitute/ChangeLog b/media-fonts/kochi-substitute/ChangeLog index 2aafe8620471..b361e57d66ac 100644 --- a/media-fonts/kochi-substitute/ChangeLog +++ b/media-fonts/kochi-substitute/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/kochi-substitute -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/ChangeLog,v 1.25 2006/11/26 22:57:20 flameeyes Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/ChangeLog,v 1.26 2007/01/05 17:07:44 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + kochi-substitute-20030809.ebuild: + Convert to use elog. 26 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> kochi-substitute-20030809-r3.ebuild: diff --git a/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild b/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild index 1f4c72e171f1..ff3b0c4e8e7c 100644 --- a/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild +++ b/media-fonts/kochi-substitute/kochi-substitute-20030809.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/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild,v 1.10 2006/03/23 21:00:40 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild,v 1.11 2007/01/05 17:07:44 flameeyes Exp $ IUSE="X" @@ -65,11 +65,11 @@ pkg_postinst() { use X > /dev/null && rebuild_fontfiles echo "" - einfo "This is a Kochi \"alternative\" font, but not kochi font itself." - einfo "Unfortunately, there is a possibility of copyright infringement," - einfo "so the author of kochi font suspended distributing kochi font." - einfo "Please see http://khdd.net/kanou/fonts/stolenbitmap.en.html and" - einfo "${HOMEPAGE} for details." + elog "This is a Kochi \"alternative\" font, but not kochi font itself." + elog "Unfortunately, there is a possibility of copyright infringement," + elog "so the author of kochi font suspended distributing kochi font." + elog "Please see http://khdd.net/kanou/fonts/stolenbitmap.en.html and" + elog "${HOMEPAGE} for details." } pkg_postrm() { |