Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/gen-b0rk:master commit in: ebuild-test/file-empty/files/, ebuild-test/file-empty/
Date: Wed, 01 Mar 2017 20:44:36
Message-Id: 1488400928.1fb82d4b07a9766871bd11f31ea571061018c00b.ulm@gentoo
1 commit: 1fb82d4b07a9766871bd11f31ea571061018c00b
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 20:11:51 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 20:42:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/gen-b0rk.git/commit/?id=1fb82d4b
7
8 ebuild-test/file-empty: New test for empty file in FILESDIR.
9
10 Corresponds to the following repoman commit:
11 https://gitweb.gentoo.org/proj/portage.git/commit/?id=04e5f8dee2130901386f4f1b65328bbf0b8104c1
12
13 ebuild-test/file-empty/file-empty-0.ebuild | 11 +++++++++
14 .../file-empty/files/file-empty-0-gentoo.patch | 0
15 ebuild-test/file-empty/metadata.xml | 26 ++++++++++++++++++++++
16 3 files changed, 37 insertions(+)
17
18 diff --git a/ebuild-test/file-empty/file-empty-0.ebuild b/ebuild-test/file-empty/file-empty-0.ebuild
19 new file mode 100644
20 index 0000000..f116b23
21 --- /dev/null
22 +++ b/ebuild-test/file-empty/file-empty-0.ebuild
23 @@ -0,0 +1,11 @@
24 +# Copyright 1999-2017 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=6
28 +
29 +DESCRIPTION="Empty file in FILESDIR"
30 +HOMEPAGE="http://example.com/"
31 +
32 +LICENSE="ISC"
33 +SLOT="0"
34 +KEYWORDS="~amd64"
35
36 diff --git a/ebuild-test/file-empty/files/file-empty-0-gentoo.patch b/ebuild-test/file-empty/files/file-empty-0-gentoo.patch
37 new file mode 100644
38 index 0000000..e69de29
39
40 diff --git a/ebuild-test/file-empty/metadata.xml b/ebuild-test/file-empty/metadata.xml
41 new file mode 100644
42 index 0000000..da7c4a8
43 --- /dev/null
44 +++ b/ebuild-test/file-empty/metadata.xml
45 @@ -0,0 +1,26 @@
46 +<?xml version="1.0" encoding="UTF-8"?>
47 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
48 +<!--
49 +# $Id$
50 +
51 +This is the example metadata file.
52 +The root element of this file is <pkgmetadata>. Within this element a
53 +number of subelements are allowed, the most common being maintainer.
54 +
55 +For a full description look at:
56 +https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/
57 +
58 +Before committing, please remove the comments from this file. They are
59 +not relevant for general metadata.xml files.
60 +-->
61 +<pkgmetadata>
62 +<maintainer type="person">
63 + <email>exampledev@g.o</email>
64 + <description>Primary maintainer</description>
65 +</maintainer>
66 +<maintainer type="project">
67 + <email>exampleproject@g.o</email>
68 + <name>Gentoo Example Project</name>
69 +</maintainer>
70 +<longdescription>Test for ???</longdescription>
71 +</pkgmetadata>