Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/doconce/
Date: Sun, 12 Feb 2017 18:36:24
Message-Id: 1486924517.c04c6a47699a3c9045e997b26c32f0117651a127.grozin@gentoo
1 commit: c04c6a47699a3c9045e997b26c32f0117651a127
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 18:35:17 2017 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 18:35:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04c6a47
7
8 app-text/doconce: initial import
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-text/doconce/Manifest | 1 +
13 app-text/doconce/doconce-1.3.ebuild | 17 +++++++++++++++++
14 app-text/doconce/metadata.xml | 19 +++++++++++++++++++
15 3 files changed, 37 insertions(+)
16
17 diff --git a/app-text/doconce/Manifest b/app-text/doconce/Manifest
18 new file mode 100644
19 index 0000000000..aa18f11c98
20 --- /dev/null
21 +++ b/app-text/doconce/Manifest
22 @@ -0,0 +1 @@
23 +DIST doconce-1.3.tar.bz2 112034753 SHA256 dcb63fdc86f035664fa0b283b21ff3af37fc519de8a67e2f73d161df0dedc8e3 SHA512 b59568e801f4cc5b7f01f3c3d344702ec80c65b5a065e2ece3b3ed8cb5f669739c9adf3caf96cd0b43c646ccae0f11325d5ca64ee1a325ac404ec6e5feb6148d WHIRLPOOL b4d03f6b8bb7ac0a950c4c362234ac2630f7449301f89d5c2bd93c02e4e7d5daa198863f6d20b71d7bc81170f5326ac2c79de4307937b022e06400a8298586b6
24
25 diff --git a/app-text/doconce/doconce-1.3.ebuild b/app-text/doconce/doconce-1.3.ebuild
26 new file mode 100644
27 index 0000000000..8982fcbfdb
28 --- /dev/null
29 +++ b/app-text/doconce/doconce-1.3.ebuild
30 @@ -0,0 +1,17 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="A markdown-like langauge to generate docs in html, LaTeX, and many other formats"
40 +HOMEPAGE="https://github.com/hplgit/doconce/ https://pypi.python.org/pypi/doconce/"
41 +SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +KEYWORDS="~amd64 ~x86"
46 +DEPEND="dev-python/future"
47 +RDEPEND="${DEPEND}"
48
49 diff --git a/app-text/doconce/metadata.xml b/app-text/doconce/metadata.xml
50 new file mode 100644
51 index 0000000000..fe4e7ca33b
52 --- /dev/null
53 +++ b/app-text/doconce/metadata.xml
54 @@ -0,0 +1,19 @@
55 +<?xml version="1.0" encoding="UTF-8"?>
56 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
57 +<pkgmetadata>
58 + <maintainer type="person">
59 + <email>grozin@g.o</email>
60 + <name>Andrey Grozin</name>
61 + </maintainer>
62 + <longdescription lang="en">
63 + DocOnce is a modestly tagged (Markdown-like) markup language targeting scientific reports,
64 + software documentation, books, blog posts, and slides involving much math and code in the text.
65 + From DocOnce source you can generate LaTeX, Sphinx, HTML, IPython notebooks, Markdown,
66 + MediaWiki, and other formats.
67 + This means that you from a single source can get the most up-to-date publishing technologies
68 + for paper, tablets, and phones.
69 + </longdescription>
70 + <upstream>
71 + <remote-id type="pypi">processing</remote-id>
72 + </upstream>
73 +</pkgmetadata>