summaryrefslogtreecommitdiff
path: root/app-office/impressive/impressive-0.13.0_beta2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-01 17:20:35 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-01 17:20:35 +0100
commita88eb1d9b7042912d196e255eeb20e0c77f6cf47 (patch)
tree291cc788e33b3de8bf1b5e3f1fdddf315f2f5ee7 /app-office/impressive/impressive-0.13.0_beta2.ebuild
parentc3d14fe9accdf0b091e42f26a66ed7626ba8c24b (diff)
gentoo auto-resync : 01:05:2023 - 17:20:35
Diffstat (limited to 'app-office/impressive/impressive-0.13.0_beta2.ebuild')
-rw-r--r--app-office/impressive/impressive-0.13.0_beta2.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/app-office/impressive/impressive-0.13.0_beta2.ebuild b/app-office/impressive/impressive-0.13.0_beta2.ebuild
deleted file mode 100644
index 95d5f64728f7..000000000000
--- a/app-office/impressive/impressive-0.13.0_beta2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_9 )
-inherit optfeature python-r1
-
-DESCRIPTION="Stylish way of giving presentations with Python"
-HOMEPAGE="http://impressive.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PN^}/${PV/_/-}/${PN^}-${PV/_/-}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- app-text/mupdf
- dev-python/pygame[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- x11-apps/xrandr
- || (
- media-fonts/dejavu
- media-fonts/corefonts
- )
-"
-
-DOCS=( changelog.txt demo.pdf )
-HTML_DOCS=( impressive.html )
-
-S="${WORKDIR}/${PN^}-${PV/_/-}"
-
-src_install() {
- default
- python_foreach_impl python_doscript ${PN}.py
- doman impressive.1
-}
-
-pkg_postinst() {
- optfeature "starting web or e-mail hyperlinks from PDF documents" x11-misc/xdg-utils
- optfeature "sound and video playback" media-video/ffmpeg
- optfeature "sound and video playback" media-video/mplayer
- optfeature "extraction of PDF page titles" app-text/pdftk
-}