From ae51434f1480977c8f339b24ff5514ddf6dd3205 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 10 May 2016 23:40:24 -0400 Subject: ebuild-test/patches: test that PATCHES is an array --- ebuild-test/patches/metadata.xml | 26 ++++++++++++++++++++++++++ ebuild-test/patches/patches-0.ebuild | 14 ++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 ebuild-test/patches/metadata.xml create mode 100644 ebuild-test/patches/patches-0.ebuild diff --git a/ebuild-test/patches/metadata.xml b/ebuild-test/patches/metadata.xml new file mode 100644 index 0000000..da7c4a8 --- /dev/null +++ b/ebuild-test/patches/metadata.xml @@ -0,0 +1,26 @@ + + + + + + exampledev@gentoo.org + Primary maintainer + + + exampleproject@gentoo.org + Gentoo Example Project + +Test for ??? + diff --git a/ebuild-test/patches/patches-0.ebuild b/ebuild-test/patches/patches-0.ebuild new file mode 100644 index 0000000..78659cc --- /dev/null +++ b/ebuild-test/patches/patches-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Test that PATCHES is an array" +HOMEPAGE="http://example.com/" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +PATCHES="foo.patch" -- cgit v1.2.3-65-gdbad