jlec 15/03/12 08:50:49 Modified: impressive-0.10.5.ebuild ChangeLog Added: impressive-0.11.0b.ebuild Log: Version BUmp, #541710 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.3 app-office/impressive/impressive-0.10.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/impressive-0.10.5.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/impressive-0.10.5.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/impressive-0.10.5.ebuild?r1=1.2&r2=1.3 Index: impressive-0.10.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.10.5.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- impressive-0.10.5.ebuild 13 Dec 2014 11:24:57 -0000 1.2 +++ impressive-0.10.5.ebuild 12 Mar 2015 08:50:49 -0000 1.3 @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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.2 2014/12/13 11:24:57 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.10.5.ebuild,v 1.3 2015/03/12 08:50:49 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit eutils python-r1 1.15 app-office/impressive/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 13 Dec 2014 11:24:57 -0000 1.14 +++ ChangeLog 12 Mar 2015 08:50:49 -0000 1.15 @@ -1,6 +1,12 @@ # ChangeLog for app-office/impressive -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v 1.14 2014/12/13 11:24:57 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v 1.15 2015/03/12 08:50:49 jlec Exp $ + +*impressive-0.11.0b (12 Mar 2015) + + 12 Mar 2015; Justin Lecher <[email protected]> +impressive-0.11.0b.ebuild, + impressive-0.10.5.ebuild: + Version BUmp, #541710 13 Dec 2014; Pacho Ramos <[email protected]> -impressive-0.10.4.ebuild, impressive-0.10.5.ebuild: 1.1 app-office/impressive/impressive-0.11.0b.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/impressive-0.11.0b.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/impressive-0.11.0b.ebuild?rev=1.1&content-type=text/plain Index: impressive-0.11.0b.ebuild =================================================================== # 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 $ 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}] virtual/python-imaging[${PYTHON_USEDEP}] x11-apps/xrandr || ( app-text/mupdf app-text/poppler app-text/xpdf app-text/ghostscript-gpl ) || ( media-fonts/dejavu media-fonts/corefonts )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" S=${WORKDIR}/${MY_PN}-${PV} 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/xpdf optfeature "Alternate PDF rendering" app-text/ghostscript-gpl }
