diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-23 11:33:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-23 11:33:55 +0200 |
commit | 452767d5ce1697138cdbdc50f5833a5d0d64ad74 (patch) | |
tree | b1d949965fba67f2a4bb97bc7dfc022cecbf67cf /app-text | |
parent | app-misc/openastro-data: Remove last-rited pkg (diff) | |
download | gentoo-452767d5ce1697138cdbdc50f5833a5d0d64ad74.tar.gz gentoo-452767d5ce1697138cdbdc50f5833a5d0d64ad74.tar.bz2 gentoo-452767d5ce1697138cdbdc50f5833a5d0d64ad74.zip |
app-text/doconce: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718268
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/doconce/Manifest | 1 | ||||
-rw-r--r-- | app-text/doconce/doconce-1.4.4.ebuild | 26 | ||||
-rw-r--r-- | app-text/doconce/metadata.xml | 17 |
3 files changed, 0 insertions, 44 deletions
diff --git a/app-text/doconce/Manifest b/app-text/doconce/Manifest deleted file mode 100644 index fb6d6960dd5b..000000000000 --- a/app-text/doconce/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST doconce-1.4.4.tar.bz2 112713371 BLAKE2B 65acba4d02095d616c5ca6a070bb4a80ae57b4f201d9810f7b88e212e1ea86bd211440213194c4d61a2eefd19dfa9de9f81376d3e535f032747a8102bfdc2160 SHA512 9b5caae789a395bcdbb4daeea57182f2ea21a2c3c4da0abae2c097351fece601da6901de8d89ab60a187c1bc0ba5f913bbee14a847c1f85020dc16e0cdffdf31 diff --git a/app-text/doconce/doconce-1.4.4.ebuild b/app-text/doconce/doconce-1.4.4.ebuild deleted file mode 100644 index 44c6bb34b507..000000000000 --- a/app-text/doconce/doconce-1.4.4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) -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.org/project/Doconce/" -SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2" -LICENSE="BSD" -SLOT="0" -IUSE="doc" -KEYWORDS="~amd64 ~x86" -RDEPEND="dev-python/future[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -src_install() { - default - if use doc; then - sed -e "s|http://hplgit.github.io/doconce/doc|file:///usr/share/doc/${PF}|g" -i doc/web/index.html - docompress -x /usr/share/doc - dodoc -r doc/web doc/pub - fi -} diff --git a/app-text/doconce/metadata.xml b/app-text/doconce/metadata.xml deleted file mode 100644 index 2e6a499d5337..000000000000 --- a/app-text/doconce/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <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">Doconce</remote-id> - <remote-id type="github">hplgit/doconce</remote-id> - </upstream> -</pkgmetadata> |