diff options
author | Martin Väth <martin@mvath.de> | 2020-04-25 12:26:11 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2020-04-25 12:26:11 +0200 |
commit | 5c42e4a4d6187a3f49cd2008e84ec515291978de (patch) | |
tree | bb41c6c4b4685b8622eb4ab82e873d603d008dcb /virtual | |
parent | app-shells/zshrc-mv: Version bump (diff) | |
download | mv-5c42e4a4d6187a3f49cd2008e84ec515291978de.tar.gz mv-5c42e4a4d6187a3f49cd2008e84ec515291978de.tar.bz2 mv-5c42e4a4d6187a3f49cd2008e84ec515291978de.zip |
sys-apps/man virtual/man: Add upate of version removed from gentoo repository
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/man/man-0-r3.ebuild | 18 | ||||
-rw-r--r-- | virtual/man/metadata.xml | 8 |
2 files changed, 26 insertions, 0 deletions
diff --git a/virtual/man/man-0-r3.ebuild b/virtual/man/man-0-r3.ebuild new file mode 100644 index 00000000..de8ed011 --- /dev/null +++ b/virtual/man/man-0-r3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual for man" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +HOMEPAGE= +SRC_URI= +LICENSE= +IUSE= + +RDEPEND=" + || ( + sys-apps/man + sys-apps/man-db + )" diff --git a/virtual/man/metadata.xml b/virtual/man/metadata.xml new file mode 100644 index 00000000..56c12441 --- /dev/null +++ b/virtual/man/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>base-system@gentoo.org</email> + <name>Gentoo Base System</name> +</maintainer> +</pkgmetadata> |