summaryrefslogtreecommitdiff
path: root/app-text/doconce
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-text/doconce
reinit the tree, so we can have metadata
Diffstat (limited to 'app-text/doconce')
-rw-r--r--app-text/doconce/Manifest3
-rw-r--r--app-text/doconce/doconce-1.3.ebuild16
-rw-r--r--app-text/doconce/metadata.xml20
3 files changed, 39 insertions, 0 deletions
diff --git a/app-text/doconce/Manifest b/app-text/doconce/Manifest
new file mode 100644
index 000000000000..542674741601
--- /dev/null
+++ b/app-text/doconce/Manifest
@@ -0,0 +1,3 @@
+DIST doconce-1.3.tar.bz2 112034753 SHA256 dcb63fdc86f035664fa0b283b21ff3af37fc519de8a67e2f73d161df0dedc8e3 SHA512 b59568e801f4cc5b7f01f3c3d344702ec80c65b5a065e2ece3b3ed8cb5f669739c9adf3caf96cd0b43c646ccae0f11325d5ca64ee1a325ac404ec6e5feb6148d WHIRLPOOL b4d03f6b8bb7ac0a950c4c362234ac2630f7449301f89d5c2bd93c02e4e7d5daa198863f6d20b71d7bc81170f5326ac2c79de4307937b022e06400a8298586b6
+EBUILD doconce-1.3.ebuild 513 SHA256 a2a01317377eb3d440ec4d43c1e45e3e1a207b826411a7a96f921cfd4fd4afe9 SHA512 6c301a4e339c2764794f98186ebfa3fa8ece1f925f096a275f2c6ae78523cf74e55a9960c349e701f732b32d0305f556f8114141f8b8f1725fadd2b104d3617d WHIRLPOOL 27e4983eaa97f03f2f73a4a1f760397df8153f6b591cceba5b1f0226b643849184299500441f5c29ed3def8da75ab27dceaefa6100774d2c7bc25b813bebd355
+MISC metadata.xml 889 SHA256 f637972e011c82e6b031cab5610c8fd9fe15565389934b31e8c9110357a1d218 SHA512 a07b96f67cf20d3a5bf72e3e8b0c518db54ec034eed091ef1a00d32383c06591a4bcdee4af94a0f89299ca8da0f5caf8aed7c0a783b0f58d96870e3fb4715d4a WHIRLPOOL d0604ac818b138006afaafb8a0042fa11e84d78fbb0ae67cf5c8a13ce5c42b180a7807c7f62e2e716d3627bc7a0cb5b43b5def90c744e30eaf93c288624a477c
diff --git a/app-text/doconce/doconce-1.3.ebuild b/app-text/doconce/doconce-1.3.ebuild
new file mode 100644
index 000000000000..3653bc76b98d
--- /dev/null
+++ b/app-text/doconce/doconce-1.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+inherit distutils-r1
+
+DESCRIPTION="A markdown-like langauge to generate docs in html, LaTeX, and many other formats"
+HOMEPAGE="https://github.com/hplgit/doconce/ https://pypi.python.org/pypi/doconce/"
+SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+DEPEND="dev-python/future"
+RDEPEND="${DEPEND}"
diff --git a/app-text/doconce/metadata.xml b/app-text/doconce/metadata.xml
new file mode 100644
index 000000000000..ce47b04dd0ff
--- /dev/null
+++ b/app-text/doconce/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>grozin@gentoo.org</email>
+ <name>Andrey Grozin</name>
+ </maintainer>
+ <longdescription lang="en">
+ DocOnce is a modestly tagged (Markdown-like) markup language targeting scientific reports,
+ software documentation, books, blog posts, and slides involving much math and code in the text.
+ From DocOnce source you can generate LaTeX, Sphinx, HTML, IPython notebooks, Markdown,
+ MediaWiki, and other formats.
+ This means that you from a single source can get the most up-to-date publishing technologies
+ for paper, tablets, and phones.
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">processing</remote-id>
+ <remote-id type="github">hplgit/doconce</remote-id>
+ </upstream>
+</pkgmetadata>