diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-06-07 21:11:02 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-06-07 21:27:38 +0200 |
commit | a3a76aaa68aea71d3086aea2e0837c70f53dde6f (patch) | |
tree | f1c214a7d7d12a665004e7ab48acca336228fb27 /virtual/pandoc | |
parent | net-p2p/nicotine+: 3.2.2-r1 revbump (diff) | |
download | gentoo-a3a76aaa68aea71d3086aea2e0837c70f53dde6f.tar.gz gentoo-a3a76aaa68aea71d3086aea2e0837c70f53dde6f.tar.bz2 gentoo-a3a76aaa68aea71d3086aea2e0837c70f53dde6f.zip |
virtual/pandoc: new package; add version 0
Introduce a pandoc virtual
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'virtual/pandoc')
-rw-r--r-- | virtual/pandoc/metadata.xml | 14 | ||||
-rw-r--r-- | virtual/pandoc/pandoc-0.ebuild | 13 |
2 files changed, 27 insertions, 0 deletions
diff --git a/virtual/pandoc/metadata.xml b/virtual/pandoc/metadata.xml new file mode 100644 index 000000000000..2cb6a382723e --- /dev/null +++ b/virtual/pandoc/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="person"> + <email>xgqt@gentoo.org</email> + <name>Maciej Barć</name> + </maintainer> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> + <stabilize-allarches /> +</pkgmetadata> diff --git a/virtual/pandoc/pandoc-0.ebuild b/virtual/pandoc/pandoc-0.ebuild new file mode 100644 index 000000000000..0cb4c6f84c6d --- /dev/null +++ b/virtual/pandoc/pandoc-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for pandoc" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND="" +RDEPEND="|| ( app-text/pandoc-bin[pandoc-symlink] app-text/pandoc )" |