Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/gen-b0rk:master commit in: xml-test/missing/
Date: Mon, 02 May 2016 17:49:07
Message-Id: 1462210411.ccb678bc1cb8896182c0583724c497211284179b.dolsen@gentoo
1 commit: ccb678bc1cb8896182c0583724c497211284179b
2 Author: Göktürk Yüksek <gokturk <AT> binghamton <DOT> edu>
3 AuthorDate: Mon May 2 01:08:46 2016 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 17:33:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/gen-b0rk.git/commit/?id=ccb678bc
7
8 xml-test/missing: test for a package with missing metadata.xml
9
10 Signed-off-by: Göktürk Yüksek <gokturk <AT> binghamton.edu>
11
12 xml-test/missing/missing-0.1.ebuild | 13 +++++++++++++
13 1 file changed, 13 insertions(+)
14
15 diff --git a/xml-test/missing/missing-0.1.ebuild b/xml-test/missing/missing-0.1.ebuild
16 new file mode 100644
17 index 0000000..b08156e
18 --- /dev/null
19 +++ b/xml-test/missing/missing-0.1.ebuild
20 @@ -0,0 +1,13 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +DESCRIPTION="Missing metadata.xml file"
28 +HOMEPAGE="https://gitweb.gentoo.org/repo/proj/gen-b0rk.git/"
29 +SRC_URI=""
30 +
31 +LICENSE="HPND"
32 +SLOT="0"
33 +KEYWORDS="~amd64"