From cf6dec915f7e66ae241fadb7f42710d01ed00171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 1 Mar 2017 21:29:39 +0100 Subject: ebuild-test/file-utf8: New test, ebuild in encoding other than utf-8. This crashes repoman-2.3.1 (Python 3.4) with a UnicodeDecodeError. --- ebuild-test/file-utf8/file-utf8-0.ebuild | 11 +++++++++++ ebuild-test/file-utf8/metadata.xml | 26 ++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 ebuild-test/file-utf8/file-utf8-0.ebuild create mode 100644 ebuild-test/file-utf8/metadata.xml diff --git a/ebuild-test/file-utf8/file-utf8-0.ebuild b/ebuild-test/file-utf8/file-utf8-0.ebuild new file mode 100644 index 0000000..613d154 --- /dev/null +++ b/ebuild-test/file-utf8/file-utf8-0.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Ebuild in iso-8859-1 ênçódïñg" +HOMEPAGE="http://example.com/" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" diff --git a/ebuild-test/file-utf8/metadata.xml b/ebuild-test/file-utf8/metadata.xml new file mode 100644 index 0000000..da7c4a8 --- /dev/null +++ b/ebuild-test/file-utf8/metadata.xml @@ -0,0 +1,26 @@ + + + + + + exampledev@gentoo.org + Primary maintainer + + + exampleproject@gentoo.org + Gentoo Example Project + +Test for ??? + -- cgit v1.2.3