summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-11 16:59:32 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-11 17:02:14 +0100
commit54af5fe4bdde36aa5603ee12b47d5f28474517be (patch)
treea81eb0630adca3f986f24455b721293a57d9c874 /app-office/impressive
parentapp-office/impressive: Drop the completely broken stable version (diff)
downloadgentoo-54af5fe4bdde36aa5603ee12b47d5f28474517be.tar.gz
gentoo-54af5fe4bdde36aa5603ee12b47d5f28474517be.tar.bz2
gentoo-54af5fe4bdde36aa5603ee12b47d5f28474517be.zip
app-office/impressive: Clean old up
Diffstat (limited to 'app-office/impressive')
-rw-r--r--app-office/impressive/Manifest1
-rw-r--r--app-office/impressive/impressive-0.11.0b-r1.ebuild64
2 files changed, 0 insertions, 65 deletions
diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
index 610edb144c3b..71903474d050 100644
--- a/app-office/impressive/Manifest
+++ b/app-office/impressive/Manifest
@@ -1,2 +1 @@
-DIST Impressive-0.11.0b.tar.gz 195138 BLAKE2B daa8e7bc17ec028a9c858688182a4cd6426004aaec24b7ea1574cd415a7f43f0d8a0ae43b01089d66a66c16b316439454341a3f6c2d366768a351ba2fff85b93 SHA512 c4038ed7b71ac79078922ee0e24ce3bef4b0384d8d468291f0283266fe8a849825f5798ec1260e40ac12659a8a7cf5325e3aca0e2475b1c483d3ce830f4bc70f
DIST Impressive-0.11.2.tar.gz 198391 BLAKE2B e0157a910b61c7dbe0796193b3d18f533210de50568d835e5204a848a5ac4978ab228b633d5137fb068af09a88d0c50fc2dbbb02b9b0d1a32a99f9de220ac1de SHA512 cabb52612f65ddadfb080e3db6417680a1aa9724fe45d8b78a1206b6508a8b60c5e5a7c218ff0f90e62adcd498aabe625837164fc547604dfd7aba425db87dd6
diff --git a/app-office/impressive/impressive-0.11.0b-r1.ebuild b/app-office/impressive/impressive-0.11.0b-r1.ebuild
deleted file mode 100644
index 3cda43ee2c7b..000000000000
--- a/app-office/impressive/impressive-0.11.0b-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-r1
-
-MY_PN="Impressive"
-
-DESCRIPTION="Stylish way of giving presentations with Python"
-HOMEPAGE="http://impressive.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_PN}/${PV%b}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${PYTHON_DEPS}
- app-text/pdftk
- dev-python/pygame[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- x11-apps/xrandr
- || (
- app-text/mupdf
- app-text/poppler
- app-text/ghostscript-gpl
- )
- || ( media-fonts/dejavu media-fonts/corefonts )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_prepare() {
- sed \
- -e 's:tostring:tobytes:g' \
- -i impressive.py || die
-}
-
-src_install() {
- python_foreach_impl python_doscript ${PN}.py
-
- # compatibility symlinks
- dosym impressive.py /usr/bin/impressive
- dosym impressive.py /usr/bin/keyjnote
-
- # docs
- doman impressive.1
- dohtml impressive.html
- dodoc changelog.txt demo.pdf
-}
-
-pkg_postinst() {
- elog "The experience with ${PN} can be enhanced by folowing packages:"
- optfeature "Starting web or e-mail hyperlinks from PDF documents" x11-misc/xdg-utils
- optfeature "Sound and video playback" media-video/mplayer
- optfeature "Sound and video playback" media-video/mplayer2
- optfeature "Alternate PDF rendering" app-text/mupdf
- optfeature "Alternate PDF rendering" app-text/poppler
- optfeature "Alternate PDF rendering" app-text/ghostscript-gpl
-}