From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D95D2138216 for ; Mon, 2 May 2016 17:49:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D32321C020; Mon, 2 May 2016 17:49:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCA0621C020 for ; Mon, 2 May 2016 17:49:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F17C1340B07 for ; Mon, 2 May 2016 17:49:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D8D133F for ; Mon, 2 May 2016 17:49:02 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1462210424.da26b7539b05d8d956dc9553afcdac2ebc1c47c5.dolsen@gentoo> Subject: [gentoo-commits] repo/proj/gen-b0rk:master commit in: xml-test/missing-attributes/ X-VCS-Repository: repo/proj/gen-b0rk X-VCS-Files: xml-test/missing-attributes/metadata.xml xml-test/missing-attributes/missing-attributes-0.1.ebuild X-VCS-Directories: xml-test/missing-attributes/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: da26b7539b05d8d956dc9553afcdac2ebc1c47c5 X-VCS-Branch: master Date: Mon, 2 May 2016 17:49:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a47079d5-f400-42fc-b008-9379dc8ecb6f X-Archives-Hash: 0d0ad9df747a7cde1a394b60f5036d1d commit: da26b7539b05d8d956dc9553afcdac2ebc1c47c5 Author: Göktürk Yüksek binghamton edu> AuthorDate: Mon May 2 01:08:47 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Mon May 2 17:33:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/gen-b0rk.git/commit/?id=da26b753 xml-test/missing-attributes: missing mandatory attributes for various tags Check for: - type attribute in - name attribute in - name attribute in - type attribute for Signed-off-by: Göktürk Yüksek binghamton.edu> xml-test/missing-attributes/metadata.xml | 23 ++++++++++++++++++++++ .../missing-attributes-0.1.ebuild | 13 ++++++++++++ 2 files changed, 36 insertions(+) diff --git a/xml-test/missing-attributes/metadata.xml b/xml-test/missing-attributes/metadata.xml new file mode 100644 index 0000000..cf51afd --- /dev/null +++ b/xml-test/missing-attributes/metadata.xml @@ -0,0 +1,23 @@ + + + + + + foodev@gentoo.org + + + + Bar slot + + + + Baz flag + + + + gentoo/gen-b0rk + + + Tests for mandatory attributes for various tags + + diff --git a/xml-test/missing-attributes/missing-attributes-0.1.ebuild b/xml-test/missing-attributes/missing-attributes-0.1.ebuild new file mode 100644 index 0000000..5733009 --- /dev/null +++ b/xml-test/missing-attributes/missing-attributes-0.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Missing various mandatory attributes in the metadata" +HOMEPAGE="https://wiki.gentoo.org/wiki/GLEP:68" +SRC_URI="" + +LICENSE="HPND" +SLOT="0" +KEYWORDS="~amd64"