commit: 07975fe2c9c115c7aa64237552be34a96cf1270b Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Apr 18 21:53:09 2019 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Apr 18 21:53:09 2019 +0000 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=07975fe2
virtual/nothing: Add something to make portage tools happy Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> virtual/nothing/metadata.xml | 9 +++++++++ virtual/nothing/nothing-0.ebuild | 7 +++++++ 2 files changed, 16 insertions(+) diff --git a/virtual/nothing/metadata.xml b/virtual/nothing/metadata.xml new file mode 100644 index 0000000..496b0ec --- /dev/null +++ b/virtual/nothing/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo RISC-V Project</name> +</maintainer> +</pkgmetadata> + diff --git a/virtual/nothing/nothing-0.ebuild b/virtual/nothing/nothing-0.ebuild new file mode 100644 index 0000000..bfd3ba1 --- /dev/null +++ b/virtual/nothing/nothing-0.ebuild @@ -0,0 +1,7 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +DESCRIPTION="Nothing. Literally." +SLOT=0 +KEYWORDS="~amd64 ~riscv"
