public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/impressive: impressive-0.10.3-r2.ebuild ChangeLog
@ 2013-06-08 15:00 Mike Gilbert (floppym)
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert (floppym) @ 2013-06-08 15:00 UTC (permalink / raw
  To: gentoo-commits

floppym     13/06/08 15:00:01

  Modified:             ChangeLog
  Added:                impressive-0.10.3-r2.ebuild
  Log:
  Convert to python-single-r1. Replace dev-python/imaging with virtual/python-imaging.
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.6                  app-office/impressive/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	11 Sep 2012 10:44:55 -0000	1.5
+++ ChangeLog	8 Jun 2013 15:00:01 -0000	1.6
@@ -1,6 +1,13 @@
 # ChangeLog for app-office/impressive
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v 1.5 2012/09/11 10:44:55 dilfridge Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v 1.6 2013/06/08 15:00:01 floppym Exp $
+
+*impressive-0.10.3-r2 (08 Jun 2013)
+
+  08 Jun 2013; Mike Gilbert <floppym@gentoo.org> +files/impressive-pillow.patch,
+  +impressive-0.10.3-r2.ebuild:
+  Convert to python-single-r1. Replace dev-python/imaging with virtual/python-
+  imaging.
 
   11 Sep 2012; Andreas K. Huettel <dilfridge@gentoo.org> metadata.xml:
   Drop maintainership
@@ -24,4 +31,3 @@
   +impressive-0.10.3.ebuild, +metadata.xml:
   New application. Thanks to Maarten Wegewijs for the tip and to marienz and
   rafaelmartins for reviewing.
-



1.1                  app-office/impressive/impressive-0.10.3-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild?rev=1.1&content-type=text/plain

Index: impressive-0.10.3-r2.ebuild
===================================================================
# Copyright 1999-2013 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.1 2013/06/08 15:00:01 floppym Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_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="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 )"

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 || die
	dosym impressive.py /usr/bin/keyjnote || die

	# docs
	doman impressive.1 || die
	dohtml impressive.html || die
	dodoc changelog.txt demo.pdf || die
}





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/impressive: impressive-0.10.3-r2.ebuild ChangeLog
@ 2013-06-08 15:39 Mike Gilbert (floppym)
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert (floppym) @ 2013-06-08 15:39 UTC (permalink / raw
  To: gentoo-commits

floppym     13/06/08 15:39:32

  Modified:             impressive-0.10.3-r2.ebuild ChangeLog
  Log:
  Add missing python deps.
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.2                  app-office/impressive/impressive-0.10.3-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild?r1=1.1&r2=1.2

Index: impressive-0.10.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- impressive-0.10.3-r2.ebuild	8 Jun 2013 15:00:01 -0000	1.1
+++ impressive-0.10.3-r2.ebuild	8 Jun 2013 15:39:32 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.1 2013/06/08 15:00:01 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild,v 1.2 2013/06/08 15:39:32 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -19,7 +19,8 @@
 IUSE=""
 
 DEPEND=""
-RDEPEND="app-text/pdftk
+RDEPEND="${PYTHON_DEPS}
+	app-text/pdftk
 	virtual/python-imaging[${PYTHON_USEDEP}]
 	dev-python/pygame[${PYTHON_USEDEP}]
 	dev-python/pyopengl[${PYTHON_USEDEP}]
@@ -27,6 +28,7 @@
 	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}
 



1.7                  app-office/impressive/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	8 Jun 2013 15:00:01 -0000	1.6
+++ ChangeLog	8 Jun 2013 15:39:32 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/impressive
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v 1.6 2013/06/08 15:00:01 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v 1.7 2013/06/08 15:39:32 floppym Exp $
+
+  08 Jun 2013; Mike Gilbert <floppym@gentoo.org> impressive-0.10.3-r2.ebuild:
+  Add missing python deps.
 
 *impressive-0.10.3-r2 (08 Jun 2013)
 





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/impressive: impressive-0.10.3-r2.ebuild ChangeLog
@ 2014-03-02  9:21 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2014-03-02  9:21 UTC (permalink / raw
  To: gentoo-commits

pacho       14/03/02 09:21:48

  Modified:             impressive-0.10.3-r2.ebuild ChangeLog
  Log:
  amd64 stable, bug #488936
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.4                  app-office/impressive/impressive-0.10.3-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild?r1=1.3&r2=1.4

Index: impressive-0.10.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- impressive-0.10.3-r2.ebuild	22 Jan 2014 15:43:51 -0000	1.3
+++ impressive-0.10.3-r2.ebuild	2 Mar 2014 09:21:48 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 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.3 2014/01/22 15:43:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild,v 1.4 2014/03/02 09:21:48 pacho Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND=""



1.9                  app-office/impressive/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	22 Jan 2014 15:43:51 -0000	1.8
+++ ChangeLog	2 Mar 2014 09:21:48 -0000	1.9
@@ -1,6 +1,9 @@
 # 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.8 2014/01/22 15:43:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v 1.9 2014/03/02 09:21:48 pacho Exp $
+
+  02 Mar 2014; Pacho Ramos <pacho@gentoo.org> impressive-0.10.3-r2.ebuild:
+  amd64 stable, bug #488936
 
 *impressive-0.10.4 (22 Jan 2014)
 





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/impressive: impressive-0.10.3-r2.ebuild ChangeLog
@ 2014-03-04 20:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-04 20:23 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/04 20:23:37

  Modified:             impressive-0.10.3-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #488936
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  app-office/impressive/impressive-0.10.3-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild?r1=1.4&r2=1.5

Index: impressive-0.10.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- impressive-0.10.3-r2.ebuild	2 Mar 2014 09:21:48 -0000	1.4
+++ impressive-0.10.3-r2.ebuild	4 Mar 2014 20:23:37 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 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.4 2014/03/02 09:21:48 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild,v 1.5 2014/03/04 20:23:37 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND=""



1.10                 app-office/impressive/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	2 Mar 2014 09:21:48 -0000	1.9
+++ ChangeLog	4 Mar 2014 20:23:37 -0000	1.10
@@ -1,6 +1,9 @@
 # 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.9 2014/03/02 09:21:48 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v 1.10 2014/03/04 20:23:37 ago Exp $
+
+  04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> impressive-0.10.3-r2.ebuild:
+  Stable for x86, wrt bug #488936
 
   02 Mar 2014; Pacho Ramos <pacho@gentoo.org> impressive-0.10.3-r2.ebuild:
   amd64 stable, bug #488936





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/impressive: impressive-0.10.3-r2.ebuild ChangeLog
@ 2015-04-08  7:30 Michal Gorny (mgorny)
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08  7:30 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 07:30:34

  Modified:             impressive-0.10.3-r2.ebuild ChangeLog
  Log:
  Remove old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.6                  app-office/impressive/impressive-0.10.3-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild?r1=1.5&r2=1.6

Index: impressive-0.10.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- impressive-0.10.3-r2.ebuild	4 Mar 2014 20:23:37 -0000	1.5
+++ impressive-0.10.3-r2.ebuild	8 Apr 2015 07:30:34 -0000	1.6
@@ -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.3-r2.ebuild,v 1.5 2014/03/04 20:23:37 ago Exp $
+# $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=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit eutils python-single-r1
 



1.18                 app-office/impressive/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	7 Apr 2015 14:07:17 -0000	1.17
+++ ChangeLog	8 Apr 2015 07:30:34 -0000	1.18
@@ -1,6 +1,9 @@
 # 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.17 2015/04/07 14:07:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v 1.18 2015/04/08 07:30:34 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> impressive-0.10.3-r2.ebuild:
+  Remove old Python implementations
 
   27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> impressive-0.10.5.ebuild:
   Stable for amd64, wrt bug #532436





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-04-08  7:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-04 20:23 [gentoo-commits] gentoo-x86 commit in app-office/impressive: impressive-0.10.3-r2.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08  7:30 Michal Gorny (mgorny)
2014-03-02  9:21 Pacho Ramos (pacho)
2013-06-08 15:39 Mike Gilbert (floppym)
2013-06-08 15:00 Mike Gilbert (floppym)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox