summaryrefslogtreecommitdiff
path: root/app-text/doconce
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /app-text/doconce
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'app-text/doconce')
-rw-r--r--app-text/doconce/Manifest4
-rw-r--r--app-text/doconce/doconce-1.3.ebuild16
-rw-r--r--app-text/doconce/doconce-1.4.4.ebuild4
3 files changed, 3 insertions, 21 deletions
diff --git a/app-text/doconce/Manifest b/app-text/doconce/Manifest
index bb2964008c5c..2b91e5115fd0 100644
--- a/app-text/doconce/Manifest
+++ b/app-text/doconce/Manifest
@@ -1,5 +1,3 @@
-DIST doconce-1.3.tar.bz2 112034753 BLAKE2B 4ac826b09ca2dce93d8725868f6fa00a07b61835336a56b72f4d846cb81282cc6982ca25c7fc27d9e66aed5a22d3ef30badbc137748f7c6c3a2e078554b6715e SHA512 b59568e801f4cc5b7f01f3c3d344702ec80c65b5a065e2ece3b3ed8cb5f669739c9adf3caf96cd0b43c646ccae0f11325d5ca64ee1a325ac404ec6e5feb6148d
DIST doconce-1.4.4.tar.bz2 112713371 BLAKE2B 65acba4d02095d616c5ca6a070bb4a80ae57b4f201d9810f7b88e212e1ea86bd211440213194c4d61a2eefd19dfa9de9f81376d3e535f032747a8102bfdc2160 SHA512 9b5caae789a395bcdbb4daeea57182f2ea21a2c3c4da0abae2c097351fece601da6901de8d89ab60a187c1bc0ba5f913bbee14a847c1f85020dc16e0cdffdf31
-EBUILD doconce-1.3.ebuild 502 BLAKE2B 163499a2b033e562b584c0a2636a2004ba2adb53e08c3dc1e5816c7ac50e35bf4de1215d7a3e9f888d27d09c7d97cd0c4217e72c4f0dee71bd14d78c3ca7bc4d SHA512 f6bc20c935e48230edd0e5dd6b272ad36a573c472d75b66e2fa6e76e5bb0009ec821e99cdff7d5ac71bd9e9b67c9bac4a7448b5e1e98fe5854a13f661ad12de5
-EBUILD doconce-1.4.4.ebuild 781 BLAKE2B b0440491855d426fbb79fd529e639b3721737722ec4f27bc16fa97f5e5648890a8de411a60468efa9bf0492aa98032c449283acc4b24141830e868c28cb65741 SHA512 f144b7160e38817ef00c443f2083fe854775023db6df98f30bdb9943cde6705bb25aa04fb490084efbc1485da4d21ef4ac142d62cb85a7e8413ef2f5943eca0e
+EBUILD doconce-1.4.4.ebuild 774 BLAKE2B 58ef80b0af4ba709db2325dc90cdedc79e4531925230d63398d7d4b0859fd76a2bcc83dedc17ac0faf89b9eda48d8df12c14154daa80dd53192fb9ad94a37a64 SHA512 8aba5e29867d70b6bbc1a20e982c238e30996b7086bed6ffabf121ef13b939e966638b52bb44f0b692c1feb88468e318ef882b53cfe6479ee08f1041dd9e67f5
MISC metadata.xml 886 BLAKE2B 0e17aef2ca8b68603b8d8b83d719d6224e3891594c07070acebfa25c22b7860e92dcc0cd856227626299c1d5f12d04f7e279afea75b7bb508854ea9ea15ecdf6 SHA512 51fd63b9e6ebef041891046676a22e11eb4addefa5730632f48843509fdfb7cb16d612b55941222d690a305ee50cf2d66557bdde64f6db35c71efe39019ca55b
diff --git a/app-text/doconce/doconce-1.3.ebuild b/app-text/doconce/doconce-1.3.ebuild
deleted file mode 100644
index b1f3108e9d7b..000000000000
--- a/app-text/doconce/doconce-1.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_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.org/project/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/doconce-1.4.4.ebuild b/app-text/doconce/doconce-1.4.4.ebuild
index 8752b80e9b24..60871bec2190 100644
--- a/app-text/doconce/doconce-1.4.4.ebuild
+++ b/app-text/doconce/doconce-1.4.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_6 )
inherit distutils-r1
DESCRIPTION="A markdown-like langauge to generate docs in html, LaTeX, and many other formats"