diff options
author | 2017-03-01 21:11:51 +0100 | |
---|---|---|
committer | 2017-03-01 21:42:08 +0100 | |
commit | 1fb82d4b07a9766871bd11f31ea571061018c00b (patch) | |
tree | 8750aedcda010757454b7c7d084fa20412381a4a /ebuild-test/file-empty/file-empty-0.ebuild | |
parent | ebuild-test/badheader-id: New test for stale CVS keywords in ebuild header. (diff) | |
download | gen-b0rk-1fb82d4b07a9766871bd11f31ea571061018c00b.tar.gz gen-b0rk-1fb82d4b07a9766871bd11f31ea571061018c00b.tar.bz2 gen-b0rk-1fb82d4b07a9766871bd11f31ea571061018c00b.zip |
ebuild-test/file-empty: New test for empty file in FILESDIR.
Corresponds to the following repoman commit:
https://gitweb.gentoo.org/proj/portage.git/commit/?id=04e5f8dee2130901386f4f1b65328bbf0b8104c1
Diffstat (limited to 'ebuild-test/file-empty/file-empty-0.ebuild')
-rw-r--r-- | ebuild-test/file-empty/file-empty-0.ebuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ebuild-test/file-empty/file-empty-0.ebuild b/ebuild-test/file-empty/file-empty-0.ebuild new file mode 100644 index 0000000..f116b23 --- /dev/null +++ b/ebuild-test/file-empty/file-empty-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="Empty file in FILESDIR" +HOMEPAGE="http://example.com/" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" |