diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-02-10 07:26:07 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-02-10 07:26:07 +0000 |
commit | 34fba8b4a1b2113e5c11e3c5b2f1f248ee81639c (patch) | |
tree | 1f305c099cbc8b33e34459a2d0f419fa0c954b36 /app-portage | |
parent | Drop net-firewall/iptables[netlink] mask since #354309 is fixed (diff) | |
download | gentoo-2-34fba8b4a1b2113e5c11e3c5b2f1f248ee81639c.tar.gz gentoo-2-34fba8b4a1b2113e5c11e3c5b2f1f248ee81639c.tar.bz2 gentoo-2-34fba8b4a1b2113e5c11e3c5b2f1f248ee81639c.zip |
Add UTF-8 coding tag, bug 244499.
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eclass-manpages/ChangeLog | 7 | ||||
-rw-r--r-- | app-portage/eclass-manpages/files/eclass-to-manpage.awk | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-portage/eclass-manpages/ChangeLog b/app-portage/eclass-manpages/ChangeLog index 945207f1ffc3..d560c41d375b 100644 --- a/app-portage/eclass-manpages/ChangeLog +++ b/app-portage/eclass-manpages/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/eclass-manpages -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eclass-manpages/ChangeLog,v 1.20 2010/10/19 11:20:40 leio Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/eclass-manpages/ChangeLog,v 1.21 2011/02/10 07:26:06 ulm Exp $ + + 10 Feb 2011; Ulrich Mueller <ulm@gentoo.org> files/eclass-to-manpage.awk: + Add UTF-8 coding tag, bug 244499. 19 Oct 2010; Mart Raudsepp <leio@gentoo.org> eclass-manpages-20100821.ebuild: diff --git a/app-portage/eclass-manpages/files/eclass-to-manpage.awk b/app-portage/eclass-manpages/files/eclass-to-manpage.awk index 70a417621099..9e97385b54d4 100644 --- a/app-portage/eclass-manpages/files/eclass-to-manpage.awk +++ b/app-portage/eclass-manpages/files/eclass-to-manpage.awk @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eclass-manpages/files/eclass-to-manpage.awk,v 1.18 2010/09/12 06:45:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eclass-manpages/files/eclass-to-manpage.awk,v 1.19 2011/02/10 07:26:07 ulm Exp $ # This awk converts the comment documentation found in eclasses # into man pages for easier/nicer reading. @@ -115,6 +115,7 @@ function handle_eclass() { example = "" # first the man page header + print ".\\\" -*- coding: utf-8 -*-" print ".\\\" ### DO NOT EDIT THIS FILE" print ".\\\" ### This man page is autogenerated by eclass-to-manpage.awk" print ".\\\" ### based on comments found in " eclass |