diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-04-20 20:11:51 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-04-20 20:11:51 +0000 |
commit | 68690e83ac8fb3f5d4bfd1150bfa96021ac8cf21 (patch) | |
tree | 67528668d2343c576ce875a8e235d9d31140a3cc /app-office | |
parent | old (diff) | |
download | gentoo-2-68690e83ac8fb3f5d4bfd1150bfa96021ac8cf21.tar.gz gentoo-2-68690e83ac8fb3f5d4bfd1150bfa96021ac8cf21.tar.bz2 gentoo-2-68690e83ac8fb3f5d4bfd1150bfa96021ac8cf21.zip |
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/impressive/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/impressive/impressive-0.10.3-r2.ebuild | 52 | ||||
-rw-r--r-- | app-office/impressive/impressive-0.10.5.ebuild | 4 | ||||
-rw-r--r-- | app-office/impressive/impressive-0.11.0b.ebuild | 4 |
4 files changed, 8 insertions, 58 deletions
diff --git a/app-office/impressive/ChangeLog b/app-office/impressive/ChangeLog index 6fae09dec3cb..b80e9fed465a 100644 --- a/app-office/impressive/ChangeLog +++ b/app-office/impressive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/impressive # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v 1.19 2015/04/19 06:55:24 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v 1.20 2015/04/20 20:11:51 jlec Exp $ + + 20 Apr 2015; Justin Lecher <jlec@gentoo.org> -impressive-0.10.3-r2.ebuild, + impressive-0.10.5.ebuild, impressive-0.11.0b.ebuild: + Drop old 19 Apr 2015; Pacho Ramos <pacho@gentoo.org> impressive-0.10.5.ebuild: x86 stable wrt bug #532436 diff --git a/app-office/impressive/impressive-0.10.3-r2.ebuild b/app-office/impressive/impressive-0.10.3-r2.ebuild deleted file mode 100644 index a3c86a95efaa..000000000000 --- a/app-office/impressive/impressive-0.10.3-r2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild,v 1.6 2015/04/08 07:30:34 mgorny Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit eutils python-single-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}/${MY_PN}-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="${PYTHON_DEPS} - app-text/pdftk - virtual/python-imaging[${PYTHON_USEDEP}] - dev-python/pygame[${PYTHON_USEDEP}] - dev-python/pyopengl[${PYTHON_USEDEP}] - x11-misc/xdg-utils - x11-apps/xrandr - || ( app-text/xpdf app-text/ghostscript-gpl ) - || ( media-fonts/dejavu media-fonts/ttf-bitstream-vera media-fonts/corefonts )" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -S=${WORKDIR}/${MY_PN}-${PV} - -src_prepare() { - epatch "${FILESDIR}/${PN}-pillow.patch" -} - -src_install() { - python_fix_shebang impressive.py - dobin impressive.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 -} diff --git a/app-office/impressive/impressive-0.10.5.ebuild b/app-office/impressive/impressive-0.10.5.ebuild index 9b8a618b3a1f..11ba1b6e3076 100644 --- a/app-office/impressive/impressive-0.10.5.ebuild +++ b/app-office/impressive/impressive-0.10.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.10.5.ebuild,v 1.5 2015/04/19 06:55:24 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.10.5.ebuild,v 1.6 2015/04/20 20:11:51 jlec Exp $ EAPI=5 @@ -27,7 +27,7 @@ RDEPEND="${PYTHON_DEPS} dev-python/pyopengl[${PYTHON_USEDEP}] x11-misc/xdg-utils x11-apps/xrandr - || ( app-text/xpdf app-text/ghostscript-gpl ) + app-text/ghostscript-gpl || ( media-fonts/dejavu media-fonts/corefonts )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/app-office/impressive/impressive-0.11.0b.ebuild b/app-office/impressive/impressive-0.11.0b.ebuild index ec9d088826ce..5bec8fc30317 100644 --- a/app-office/impressive/impressive-0.11.0b.ebuild +++ b/app-office/impressive/impressive-0.11.0b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.11.0b.ebuild,v 1.1 2015/03/12 08:50:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.11.0b.ebuild,v 1.2 2015/04/20 20:11:51 jlec Exp $ EAPI=5 @@ -28,7 +28,6 @@ RDEPEND="${PYTHON_DEPS} || ( app-text/mupdf app-text/poppler - app-text/xpdf app-text/ghostscript-gpl ) || ( media-fonts/dejavu media-fonts/corefonts )" @@ -56,6 +55,5 @@ pkg_postinst() { 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/xpdf optfeature "Alternate PDF rendering" app-text/ghostscript-gpl } |