diff options
author | 2020-09-21 16:10:27 +0200 | |
---|---|---|
committer | 2020-09-21 16:10:27 +0200 | |
commit | 554b22ea89ffdf4973f86b67e3bd70ea2fed9202 (patch) | |
tree | 0b2e4aa9a9f039b458ea3c106da5de66054cf33d /app-text/landslide/landslide-1.1.3.ebuild | |
parent | dev-util/molecule: Remove last-rited pkg (diff) | |
download | gentoo-554b22ea89ffdf4973f86b67e3bd70ea2fed9202.tar.gz gentoo-554b22ea89ffdf4973f86b67e3bd70ea2fed9202.tar.bz2 gentoo-554b22ea89ffdf4973f86b67e3bd70ea2fed9202.zip |
app-text/landslide: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718256
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/landslide/landslide-1.1.3.ebuild')
-rw-r--r-- | app-text/landslide/landslide-1.1.3.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app-text/landslide/landslide-1.1.3.ebuild b/app-text/landslide/landslide-1.1.3.ebuild deleted file mode 100644 index d611bf5b0a04..000000000000 --- a/app-text/landslide/landslide-1.1.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 vcs-snapshot - -DESCRIPTION="Generates a slideshow using the slides that power the html5-slides presentation" -HOMEPAGE="https://github.com/adamzap/landslide" -SRC_URI="https://github.com/adamzap/landslide/tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="examples" - -DEPEND="" -RDEPEND=" - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/markdown[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - " - -python_install_all() { - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - - distutils-r1_python_install_all -} |