Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/riscv:master commit in: virtual/nothing/
Date: Thu, 18 Apr 2019 21:53:27
Message-Id: 1555624389.07975fe2c9c115c7aa64237552be34a96cf1270b.dilfridge@gentoo
1 commit: 07975fe2c9c115c7aa64237552be34a96cf1270b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 18 21:53:09 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 18 21:53:09 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=07975fe2
7
8 virtual/nothing: Add something to make portage tools happy
9
10 Package-Manager: Portage-2.3.63, Repoman-2.3.12
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 virtual/nothing/metadata.xml | 9 +++++++++
14 virtual/nothing/nothing-0.ebuild | 7 +++++++
15 2 files changed, 16 insertions(+)
16
17 diff --git a/virtual/nothing/metadata.xml b/virtual/nothing/metadata.xml
18 new file mode 100644
19 index 0000000..496b0ec
20 --- /dev/null
21 +++ b/virtual/nothing/metadata.xml
22 @@ -0,0 +1,9 @@
23 +<?xml version="1.0" encoding="UTF-8"?>
24 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 +<pkgmetadata>
26 +<maintainer type="project">
27 + <email>riscv@g.o</email>
28 + <name>Gentoo RISC-V Project</name>
29 +</maintainer>
30 +</pkgmetadata>
31 +
32
33 diff --git a/virtual/nothing/nothing-0.ebuild b/virtual/nothing/nothing-0.ebuild
34 new file mode 100644
35 index 0000000..bfd3ba1
36 --- /dev/null
37 +++ b/virtual/nothing/nothing-0.ebuild
38 @@ -0,0 +1,7 @@
39 +# Copyright 2019 Gentoo Authors
40 +# Distributed under the terms of the GNU General Public License v2
41 +
42 +EAPI=5
43 +DESCRIPTION="Nothing. Literally."
44 +SLOT=0
45 +KEYWORDS="~amd64 ~riscv"