public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2015-10-10 15:40 Justin Lecher
  0 siblings, 0 replies; 20+ messages in thread
From: Justin Lecher @ 2015-10-10 15:40 UTC (permalink / raw
  To: gentoo-commits

commit:     391427e7dd4704b61ac6c05d8923a3907e650a03
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 14:46:51 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 15:40:06 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=391427e7

app-office/impressive: Fix for pillow-3

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562380

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 app-office/impressive/impressive-0.10.5.ebuild  | 1 +
 app-office/impressive/impressive-0.11.0b.ebuild | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/app-office/impressive/impressive-0.10.5.ebuild b/app-office/impressive/impressive-0.10.5.ebuild
index f72ffa5..56345d1 100644
--- a/app-office/impressive/impressive-0.10.5.ebuild
+++ b/app-office/impressive/impressive-0.10.5.ebuild
@@ -21,6 +21,7 @@ IUSE=""
 
 DEPEND=""
 RDEPEND="${PYTHON_DEPS}
+	!>=dev-python/pillow-3.0.0
 	app-text/pdftk
 	virtual/python-imaging[${PYTHON_USEDEP}]
 	dev-python/pygame[${PYTHON_USEDEP}]

diff --git a/app-office/impressive/impressive-0.11.0b.ebuild b/app-office/impressive/impressive-0.11.0b.ebuild
index 0f79ef3..e312f17 100644
--- a/app-office/impressive/impressive-0.11.0b.ebuild
+++ b/app-office/impressive/impressive-0.11.0b.ebuild
@@ -35,6 +35,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 S=${WORKDIR}/${MY_PN}-${PV}
 
+src_preparep() {
+	sed \
+		-e 's:tostring:tobytes:g' \
+		-i impressive.py || die
+}
+
 src_install() {
 	python_foreach_impl python_doscript ${PN}.py
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2015-10-11  7:05 Justin Lecher
  0 siblings, 0 replies; 20+ messages in thread
From: Justin Lecher @ 2015-10-11  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     416e1cb888e637eac59da58784b8b9527fdd6b66
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 19:09:24 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 07:05:16 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=416e1cb8

app-office/impressive: Fix typo

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 .../{impressive-0.11.0b.ebuild => impressive-0.11.0b-r1.ebuild}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/impressive/impressive-0.11.0b.ebuild b/app-office/impressive/impressive-0.11.0b-r1.ebuild
similarity index 98%
rename from app-office/impressive/impressive-0.11.0b.ebuild
rename to app-office/impressive/impressive-0.11.0b-r1.ebuild
index e312f17..db4e6db 100644
--- a/app-office/impressive/impressive-0.11.0b.ebuild
+++ b/app-office/impressive/impressive-0.11.0b-r1.ebuild
@@ -35,7 +35,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 S=${WORKDIR}/${MY_PN}-${PV}
 
-src_preparep() {
+src_prepare() {
 	sed \
 		-e 's:tostring:tobytes:g' \
 		-i impressive.py || die


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2017-12-20 10:36 Marek Szuba
  0 siblings, 0 replies; 20+ messages in thread
From: Marek Szuba @ 2017-12-20 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     6052378094ebf81f0525ef2e9f4396ef95edb7cb
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 10:26:04 2017 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 10:36:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60523780

app-office/impressive: bump to version 0.11.2 and EAPI 6

app-text/mupdf is now a hard dependency because according to the
upstream maintainer, viewing PDF files will simply not work without it.
It has also taken over most of the jobs previously handled by
app-text/pdftk, which is now an optional enhancement rather than
a dependency - it is masked in recent profiles all it is used for when
mupdf is present is extraction of PDF page titles.

Closes: https://bugs.gentoo.org/579078
Suggested-by: Martin Fiedler <martin.fiedler <AT> gmx.net>
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-office/impressive/Manifest                 |  1 +
 app-office/impressive/impressive-0.11.2.ebuild | 52 ++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
index cc9db775b3c..01894d7e827 100644
--- a/app-office/impressive/Manifest
+++ b/app-office/impressive/Manifest
@@ -1,2 +1,3 @@
 DIST Impressive-0.10.5.tar.gz 166707 BLAKE2B 2d5ef9d05d82a22af037fda0e0b01252d513ee0686f9ab21f1d24cf86b4e0a5043aaf7f16b3d9d8a6773b110f716948c184a058845d7595155a40410821c8ccf SHA512 3939188d45ac7a617a56be72e72c98923c23073bee2c3c1b7b81fc2e26ce415ceffdf5456d754f921e488181d8edb7df96ad90e6923b2425c49e38da75c02f20
 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.2.ebuild b/app-office/impressive/impressive-0.11.2.ebuild
new file mode 100644
index 00000000000..14227452dab
--- /dev/null
+++ b/app-office/impressive/impressive-0.11.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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}
+	dev-python/pygame[${PYTHON_USEDEP}]
+	dev-python/pillow[${PYTHON_USEDEP}]
+	x11-apps/xrandr
+	app-text/mupdf
+	|| ( media-fonts/dejavu media-fonts/corefonts )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DOCS=(
+	changelog.txt
+	demo.pdf
+)
+HTML_DOCS=(
+	impressive.html
+)
+
+S=${WORKDIR}/${MY_PN}-${PV}
+
+src_install() {
+	default
+	python_foreach_impl python_doscript ${PN}.py
+	doman impressive.1
+}
+
+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 "extraction of PDF page titles" app-text/pdftk
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2018-01-11 16:02 Michał Górny
  0 siblings, 0 replies; 20+ messages in thread
From: Michał Górny @ 2018-01-11 16:02 UTC (permalink / raw
  To: gentoo-commits

commit:     c29437da9db96109bcc702165d2771afc68c4ff2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 11 15:58:40 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 16:02:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29437da

app-office/impressive: Drop the completely broken stable version

Remove the old version that is broken for over a year. This version
blocks dev-python/pillow >= 3 while the last version older than that
was removed 1 Jan 2017. Given there were no bug reported about this
uninstallable package for over a year, just drop the package altogether
to ~arch.

 app-office/impressive/Manifest                 |  1 -
 app-office/impressive/impressive-0.10.5.ebuild | 47 --------------------------
 2 files changed, 48 deletions(-)

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
index 01894d7e827..610edb144c3 100644
--- a/app-office/impressive/Manifest
+++ b/app-office/impressive/Manifest
@@ -1,3 +1,2 @@
-DIST Impressive-0.10.5.tar.gz 166707 BLAKE2B 2d5ef9d05d82a22af037fda0e0b01252d513ee0686f9ab21f1d24cf86b4e0a5043aaf7f16b3d9d8a6773b110f716948c184a058845d7595155a40410821c8ccf SHA512 3939188d45ac7a617a56be72e72c98923c23073bee2c3c1b7b81fc2e26ce415ceffdf5456d754f921e488181d8edb7df96ad90e6923b2425c49e38da75c02f20
 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.10.5.ebuild b/app-office/impressive/impressive-0.10.5.ebuild
deleted file mode 100644
index 11c6b3ca49d..00000000000
--- a/app-office/impressive/impressive-0.10.5.ebuild
+++ /dev/null
@@ -1,47 +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}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${PYTHON_DEPS}
-	!>=dev-python/pillow-3.0.0
-	app-text/pdftk
-	dev-python/pillow[${PYTHON_USEDEP}]
-	dev-python/pygame[${PYTHON_USEDEP}]
-	dev-python/pyopengl[${PYTHON_USEDEP}]
-	x11-misc/xdg-utils
-	x11-apps/xrandr
-	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
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2018-02-05  7:04 Andrey Grozin
  0 siblings, 0 replies; 20+ messages in thread
From: Andrey Grozin @ 2018-02-05  7:04 UTC (permalink / raw
  To: gentoo-commits

commit:     59872b32e9d93504b9fcb5c4f690eb6fa6e6adbc
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  5 07:03:44 2018 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Mon Feb  5 07:03:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59872b32

app-office/impressive: bump to 0.12.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-office/impressive/Manifest                 |  1 +
 app-office/impressive/impressive-0.12.0.ebuild | 53 ++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
index 71903474d05..ca8bf9e9161 100644
--- a/app-office/impressive/Manifest
+++ b/app-office/impressive/Manifest
@@ -1 +1,2 @@
 DIST Impressive-0.11.2.tar.gz 198391 BLAKE2B e0157a910b61c7dbe0796193b3d18f533210de50568d835e5204a848a5ac4978ab228b633d5137fb068af09a88d0c50fc2dbbb02b9b0d1a32a99f9de220ac1de SHA512 cabb52612f65ddadfb080e3db6417680a1aa9724fe45d8b78a1206b6508a8b60c5e5a7c218ff0f90e62adcd498aabe625837164fc547604dfd7aba425db87dd6
+DIST Impressive-0.12.0.tar.gz 209514 BLAKE2B aef0c793c85c680c65399cfcef56488c558ec49a8246d55bacc05a2e1fa0de51d548ddcf67788d36a4de91d62495a623269976345f99d63d25f3ae8bc9efdbd8 SHA512 3425d9d53c8c3ff6d5de0a3466bbf5c94f257390b4929ba12547ba930099de67db4f4d77d4ef4e3e10f8f723478569a74042553f64cf95e236931c7aabb70f0a

diff --git a/app-office/impressive/impressive-0.12.0.ebuild b/app-office/impressive/impressive-0.12.0.ebuild
new file mode 100644
index 00000000000..6f865b6ac5e
--- /dev/null
+++ b/app-office/impressive/impressive-0.12.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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}
+	dev-python/pygame[${PYTHON_USEDEP}]
+	dev-python/pillow[${PYTHON_USEDEP}]
+	x11-apps/xrandr
+	app-text/mupdf
+	|| ( media-fonts/dejavu media-fonts/corefonts )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DOCS=(
+	changelog.txt
+	demo.pdf
+)
+HTML_DOCS=(
+	impressive.html
+)
+
+S=${WORKDIR}/${MY_PN}-${PV}
+
+src_install() {
+	default
+	python_foreach_impl python_doscript ${PN}.py
+	doman impressive.1
+}
+
+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/ffmpeg
+	optfeature "sound and video playback" media-video/mplayer
+	optfeature "sound and video playback" media-video/mplayer2
+	optfeature "extraction of PDF page titles" app-text/pdftk
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2019-12-25 16:57 Pacho Ramos
  0 siblings, 0 replies; 20+ messages in thread
From: Pacho Ramos @ 2019-12-25 16:57 UTC (permalink / raw
  To: gentoo-commits

commit:     9c25028c967221b1992a8922ec43bb781c62aeef
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 15:43:37 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 16:57:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c25028c

app-office/impressive: Bump to 0.13.0beta1 supporting python3

Disable python2 support to not rely on a pygame python2 version relying on
dead numpy-python2

Bug: https://bugs.gentoo.org/703758
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-office/impressive/Manifest                     |  1 +
 .../impressive/impressive-0.13.0_beta1.ebuild      | 55 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
index ca8bf9e9161..a9d254987d0 100644
--- a/app-office/impressive/Manifest
+++ b/app-office/impressive/Manifest
@@ -1,2 +1,3 @@
 DIST Impressive-0.11.2.tar.gz 198391 BLAKE2B e0157a910b61c7dbe0796193b3d18f533210de50568d835e5204a848a5ac4978ab228b633d5137fb068af09a88d0c50fc2dbbb02b9b0d1a32a99f9de220ac1de SHA512 cabb52612f65ddadfb080e3db6417680a1aa9724fe45d8b78a1206b6508a8b60c5e5a7c218ff0f90e62adcd498aabe625837164fc547604dfd7aba425db87dd6
 DIST Impressive-0.12.0.tar.gz 209514 BLAKE2B aef0c793c85c680c65399cfcef56488c558ec49a8246d55bacc05a2e1fa0de51d548ddcf67788d36a4de91d62495a623269976345f99d63d25f3ae8bc9efdbd8 SHA512 3425d9d53c8c3ff6d5de0a3466bbf5c94f257390b4929ba12547ba930099de67db4f4d77d4ef4e3e10f8f723478569a74042553f64cf95e236931c7aabb70f0a
+DIST Impressive-0.13.0-beta1a.tar.gz 213098 BLAKE2B c76ce023f9c44865db68d1d2049aba022581d5e62cf027cc4df63ae541a8471867e75749a2f72c8e1f9e2e7ca2640611e090080ac563cff54f521ea47a351304 SHA512 5484f9764848129150d03233a9b270d2c31ec5f5083100662dd3cca85d3c7ead0000bd23b7d531ad45667410e1a1ea5d97ca1a2f4e8a2449dc730273144e56e8

diff --git a/app-office/impressive/impressive-0.13.0_beta1.ebuild b/app-office/impressive/impressive-0.13.0_beta1.ebuild
new file mode 100644
index 00000000000..f1f11adfb70
--- /dev/null
+++ b/app-office/impressive/impressive-0.13.0_beta1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+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/_/-}/${MY_PN}-${PV/_/-}a.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+RDEPEND="${PYTHON_DEPS}
+	dev-python/pygame[${PYTHON_USEDEP}]
+	dev-python/pillow[${PYTHON_USEDEP}]
+	x11-apps/xrandr
+	app-text/mupdf
+	|| ( media-fonts/dejavu media-fonts/corefonts )
+"
+
+DOCS=(
+	changelog.txt
+	demo.pdf
+)
+HTML_DOCS=(
+	impressive.html
+)
+
+S="${WORKDIR}/${MY_PN}-${PV/_/-}a"
+
+src_install() {
+	default
+	python_foreach_impl python_doscript ${PN}.py
+	doman impressive.1
+}
+
+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/ffmpeg
+	optfeature "sound and video playback" media-video/mplayer
+	optfeature "sound and video playback" media-video/mplayer2
+	optfeature "extraction of PDF page titles" app-text/pdftk
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2019-12-25 16:57 Pacho Ramos
  0 siblings, 0 replies; 20+ messages in thread
From: Pacho Ramos @ 2019-12-25 16:57 UTC (permalink / raw
  To: gentoo-commits

commit:     76800f18c0f257fc7dd9a3cbdf1966be6a547ff7
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 15:44:04 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 16:57:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76800f18

app-office/impressive: Drop old

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-office/impressive/Manifest                 |  1 -
 app-office/impressive/impressive-0.11.2.ebuild | 52 --------------------------
 2 files changed, 53 deletions(-)

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
index a9d254987d0..2f0958fcd92 100644
--- a/app-office/impressive/Manifest
+++ b/app-office/impressive/Manifest
@@ -1,3 +1,2 @@
-DIST Impressive-0.11.2.tar.gz 198391 BLAKE2B e0157a910b61c7dbe0796193b3d18f533210de50568d835e5204a848a5ac4978ab228b633d5137fb068af09a88d0c50fc2dbbb02b9b0d1a32a99f9de220ac1de SHA512 cabb52612f65ddadfb080e3db6417680a1aa9724fe45d8b78a1206b6508a8b60c5e5a7c218ff0f90e62adcd498aabe625837164fc547604dfd7aba425db87dd6
 DIST Impressive-0.12.0.tar.gz 209514 BLAKE2B aef0c793c85c680c65399cfcef56488c558ec49a8246d55bacc05a2e1fa0de51d548ddcf67788d36a4de91d62495a623269976345f99d63d25f3ae8bc9efdbd8 SHA512 3425d9d53c8c3ff6d5de0a3466bbf5c94f257390b4929ba12547ba930099de67db4f4d77d4ef4e3e10f8f723478569a74042553f64cf95e236931c7aabb70f0a
 DIST Impressive-0.13.0-beta1a.tar.gz 213098 BLAKE2B c76ce023f9c44865db68d1d2049aba022581d5e62cf027cc4df63ae541a8471867e75749a2f72c8e1f9e2e7ca2640611e090080ac563cff54f521ea47a351304 SHA512 5484f9764848129150d03233a9b270d2c31ec5f5083100662dd3cca85d3c7ead0000bd23b7d531ad45667410e1a1ea5d97ca1a2f4e8a2449dc730273144e56e8

diff --git a/app-office/impressive/impressive-0.11.2.ebuild b/app-office/impressive/impressive-0.11.2.ebuild
deleted file mode 100644
index 14227452dab..00000000000
--- a/app-office/impressive/impressive-0.11.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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}
-	dev-python/pygame[${PYTHON_USEDEP}]
-	dev-python/pillow[${PYTHON_USEDEP}]
-	x11-apps/xrandr
-	app-text/mupdf
-	|| ( media-fonts/dejavu media-fonts/corefonts )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DOCS=(
-	changelog.txt
-	demo.pdf
-)
-HTML_DOCS=(
-	impressive.html
-)
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_install() {
-	default
-	python_foreach_impl python_doscript ${PN}.py
-	doman impressive.1
-}
-
-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 "extraction of PDF page titles" app-text/pdftk
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2019-12-26 15:38 David Seifert
  0 siblings, 0 replies; 20+ messages in thread
From: David Seifert @ 2019-12-26 15:38 UTC (permalink / raw
  To: gentoo-commits

commit:     c322813aec44aafd59a25041bff94cf7e4124ba7
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 15:38:31 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 15:38:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c322813a

app-office/impressive: Remove py3.8 for now

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-office/impressive/impressive-0.13.0_beta1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/impressive/impressive-0.13.0_beta1.ebuild b/app-office/impressive/impressive-0.13.0_beta1.ebuild
index f1f11adfb70..29ebc7e32d4 100644
--- a/app-office/impressive/impressive-0.13.0_beta1.ebuild
+++ b/app-office/impressive/impressive-0.13.0_beta1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit eutils python-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2019-12-27 11:05 Pacho Ramos
  0 siblings, 0 replies; 20+ messages in thread
From: Pacho Ramos @ 2019-12-27 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     f896b3a2de1f4b41f3a51b139ea18394d0aea761
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 11:01:38 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 11:01:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f896b3a2

app-office/impressive: Add py3.8 (with new pygame py3-only)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-office/impressive/impressive-0.13.0_beta1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/impressive/impressive-0.13.0_beta1.ebuild b/app-office/impressive/impressive-0.13.0_beta1.ebuild
index 29ebc7e32d4..f1f11adfb70 100644
--- a/app-office/impressive/impressive-0.13.0_beta1.ebuild
+++ b/app-office/impressive/impressive-0.13.0_beta1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8} )
 
 inherit eutils python-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2020-07-01 14:21 Andreas Sturmlechner
  0 siblings, 0 replies; 20+ messages in thread
From: Andreas Sturmlechner @ 2020-07-01 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     8f1a4318b0d8ebeacbe65561559cfd54121de57a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  1 14:20:52 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul  1 14:20:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1a4318

app-office/impressive: Drop 0.12.0

No open bugs for 0.13.0_beta1.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/impressive/Manifest                 |  1 -
 app-office/impressive/impressive-0.12.0.ebuild | 53 --------------------------
 2 files changed, 54 deletions(-)

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
index 2f0958fcd92..7f0ca356455 100644
--- a/app-office/impressive/Manifest
+++ b/app-office/impressive/Manifest
@@ -1,2 +1 @@
-DIST Impressive-0.12.0.tar.gz 209514 BLAKE2B aef0c793c85c680c65399cfcef56488c558ec49a8246d55bacc05a2e1fa0de51d548ddcf67788d36a4de91d62495a623269976345f99d63d25f3ae8bc9efdbd8 SHA512 3425d9d53c8c3ff6d5de0a3466bbf5c94f257390b4929ba12547ba930099de67db4f4d77d4ef4e3e10f8f723478569a74042553f64cf95e236931c7aabb70f0a
 DIST Impressive-0.13.0-beta1a.tar.gz 213098 BLAKE2B c76ce023f9c44865db68d1d2049aba022581d5e62cf027cc4df63ae541a8471867e75749a2f72c8e1f9e2e7ca2640611e090080ac563cff54f521ea47a351304 SHA512 5484f9764848129150d03233a9b270d2c31ec5f5083100662dd3cca85d3c7ead0000bd23b7d531ad45667410e1a1ea5d97ca1a2f4e8a2449dc730273144e56e8

diff --git a/app-office/impressive/impressive-0.12.0.ebuild b/app-office/impressive/impressive-0.12.0.ebuild
deleted file mode 100644
index 6f865b6ac5e..00000000000
--- a/app-office/impressive/impressive-0.12.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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}
-	dev-python/pygame[${PYTHON_USEDEP}]
-	dev-python/pillow[${PYTHON_USEDEP}]
-	x11-apps/xrandr
-	app-text/mupdf
-	|| ( media-fonts/dejavu media-fonts/corefonts )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DOCS=(
-	changelog.txt
-	demo.pdf
-)
-HTML_DOCS=(
-	impressive.html
-)
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_install() {
-	default
-	python_foreach_impl python_doscript ${PN}.py
-	doman impressive.1
-}
-
-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/ffmpeg
-	optfeature "sound and video playback" media-video/mplayer
-	optfeature "sound and video playback" media-video/mplayer2
-	optfeature "extraction of PDF page titles" app-text/pdftk
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2020-07-01 18:05 Andreas Sturmlechner
  0 siblings, 0 replies; 20+ messages in thread
From: Andreas Sturmlechner @ 2020-07-01 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     2ce84feaf821f57cbfb0043c42508f059655f90c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  1 18:04:19 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul  1 18:04:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce84fea

app-office/impressive: Drop reference to media-video/mplayer2

That was dropped in 2015.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/impressive/impressive-0.13.0_beta2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-office/impressive/impressive-0.13.0_beta2.ebuild b/app-office/impressive/impressive-0.13.0_beta2.ebuild
index f21221397d3..fefa0445370 100644
--- a/app-office/impressive/impressive-0.13.0_beta2.ebuild
+++ b/app-office/impressive/impressive-0.13.0_beta2.ebuild
@@ -43,6 +43,5 @@ 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 "sound and video playback" media-video/mplayer2
 	optfeature "extraction of PDF page titles" app-text/pdftk
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2020-07-01 18:05 Andreas Sturmlechner
  0 siblings, 0 replies; 20+ messages in thread
From: Andreas Sturmlechner @ 2020-07-01 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     2c8cca48882e9877f223d2a5f19addec39c8a440
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  1 18:01:04 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul  1 18:04:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8cca48

app-office/impressive: 0.13.0_beta2 version bump

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/impressive/Manifest                     |  1 +
 .../impressive/impressive-0.13.0_beta2.ebuild      | 48 ++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
index 7f0ca356455..2b7a7e395d9 100644
--- a/app-office/impressive/Manifest
+++ b/app-office/impressive/Manifest
@@ -1 +1,2 @@
 DIST Impressive-0.13.0-beta1a.tar.gz 213098 BLAKE2B c76ce023f9c44865db68d1d2049aba022581d5e62cf027cc4df63ae541a8471867e75749a2f72c8e1f9e2e7ca2640611e090080ac563cff54f521ea47a351304 SHA512 5484f9764848129150d03233a9b270d2c31ec5f5083100662dd3cca85d3c7ead0000bd23b7d531ad45667410e1a1ea5d97ca1a2f4e8a2449dc730273144e56e8
+DIST Impressive-0.13.0-beta2.tar.gz 311905 BLAKE2B fb912ada1f44b2af9bd1eed4c7e1d4bfae5ba42449a9b1a154500a9d892c1070c9da127c8c3cbd35ce033a768a00db359deb1a045996cfeb7253f92d289aed82 SHA512 45c094d30e898a1843869cdcd490315c8280bbe2f5cc58f7695be2f0876075718517a502af16e040981b3f3a8fd955000d9ff76e20850b4bedf52c0d2bbd098e

diff --git a/app-office/impressive/impressive-0.13.0_beta2.ebuild b/app-office/impressive/impressive-0.13.0_beta2.ebuild
new file mode 100644
index 00000000000..f21221397d3
--- /dev/null
+++ b/app-office/impressive/impressive-0.13.0_beta2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit eutils 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() {
+	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/ffmpeg
+	optfeature "sound and video playback" media-video/mplayer
+	optfeature "sound and video playback" media-video/mplayer2
+	optfeature "extraction of PDF page titles" app-text/pdftk
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2020-07-10 17:47 Andreas Sturmlechner
  0 siblings, 0 replies; 20+ messages in thread
From: Andreas Sturmlechner @ 2020-07-10 17:47 UTC (permalink / raw
  To: gentoo-commits

commit:     63d7da228c004d33e8c628c034756f816542ad79
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 10 16:09:06 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 10 17:47:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d7da22

app-office/impressive: Drop 0.13.0_beta1

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/impressive/Manifest                     |  1 -
 .../impressive/impressive-0.13.0_beta1.ebuild      | 55 ----------------------
 2 files changed, 56 deletions(-)

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
index 2b7a7e395d9..fafc98ce8a7 100644
--- a/app-office/impressive/Manifest
+++ b/app-office/impressive/Manifest
@@ -1,2 +1 @@
-DIST Impressive-0.13.0-beta1a.tar.gz 213098 BLAKE2B c76ce023f9c44865db68d1d2049aba022581d5e62cf027cc4df63ae541a8471867e75749a2f72c8e1f9e2e7ca2640611e090080ac563cff54f521ea47a351304 SHA512 5484f9764848129150d03233a9b270d2c31ec5f5083100662dd3cca85d3c7ead0000bd23b7d531ad45667410e1a1ea5d97ca1a2f4e8a2449dc730273144e56e8
 DIST Impressive-0.13.0-beta2.tar.gz 311905 BLAKE2B fb912ada1f44b2af9bd1eed4c7e1d4bfae5ba42449a9b1a154500a9d892c1070c9da127c8c3cbd35ce033a768a00db359deb1a045996cfeb7253f92d289aed82 SHA512 45c094d30e898a1843869cdcd490315c8280bbe2f5cc58f7695be2f0876075718517a502af16e040981b3f3a8fd955000d9ff76e20850b4bedf52c0d2bbd098e

diff --git a/app-office/impressive/impressive-0.13.0_beta1.ebuild b/app-office/impressive/impressive-0.13.0_beta1.ebuild
deleted file mode 100644
index f1f11adfb70..00000000000
--- a/app-office/impressive/impressive-0.13.0_beta1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-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/_/-}/${MY_PN}-${PV/_/-}a.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="${PYTHON_DEPS}
-	dev-python/pygame[${PYTHON_USEDEP}]
-	dev-python/pillow[${PYTHON_USEDEP}]
-	x11-apps/xrandr
-	app-text/mupdf
-	|| ( media-fonts/dejavu media-fonts/corefonts )
-"
-
-DOCS=(
-	changelog.txt
-	demo.pdf
-)
-HTML_DOCS=(
-	impressive.html
-)
-
-S="${WORKDIR}/${MY_PN}-${PV/_/-}a"
-
-src_install() {
-	default
-	python_foreach_impl python_doscript ${PN}.py
-	doman impressive.1
-}
-
-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/ffmpeg
-	optfeature "sound and video playback" media-video/mplayer
-	optfeature "sound and video playback" media-video/mplayer2
-	optfeature "extraction of PDF page titles" app-text/pdftk
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2022-07-09  6:40 Andrew Ammerlaan
  0 siblings, 0 replies; 20+ messages in thread
From: Andrew Ammerlaan @ 2022-07-09  6:40 UTC (permalink / raw
  To: gentoo-commits

commit:     d82d4e7bb2cdf16210dbd3fdcf0efb8c3d8a9f75
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Wed Jul  6 22:16:45 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 06:40:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82d4e7b

app-office/impressive: version bump 0.13.1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Closes: https://bugs.gentoo.org/845537
Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/26249
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-office/impressive/Manifest                 |  1 +
 app-office/impressive/impressive-0.13.1.ebuild | 46 ++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
index fafc98ce8a7e..a35e25b95d61 100644
--- a/app-office/impressive/Manifest
+++ b/app-office/impressive/Manifest
@@ -1 +1,2 @@
 DIST Impressive-0.13.0-beta2.tar.gz 311905 BLAKE2B fb912ada1f44b2af9bd1eed4c7e1d4bfae5ba42449a9b1a154500a9d892c1070c9da127c8c3cbd35ce033a768a00db359deb1a045996cfeb7253f92d289aed82 SHA512 45c094d30e898a1843869cdcd490315c8280bbe2f5cc58f7695be2f0876075718517a502af16e040981b3f3a8fd955000d9ff76e20850b4bedf52c0d2bbd098e
+DIST Impressive-0.13.1.tar.gz 215989 BLAKE2B 6591e5fa2c34e7e6f2283b9b6f8cce7485fc8932eea571af96c895bbe23202af195eec0318272667d5656f3aed7a88a21a20397224c7c0cc7c9252364d832371 SHA512 f6221337f9dd79f552fb083e1ea7484aeadec1f8d8e05b4e1b7f6a94037b5026022819b346968dea67dbdb1b646d0571a7aeef26f15c25bee88c5b9c2791cf2b

diff --git a/app-office/impressive/impressive-0.13.1.ebuild b/app-office/impressive/impressive-0.13.1.ebuild
new file mode 100644
index 000000000000..298f8cb868f6
--- /dev/null
+++ b/app-office/impressive/impressive-0.13.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+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
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2023-01-29  9:41 Andrew Ammerlaan
  0 siblings, 0 replies; 20+ messages in thread
From: Andrew Ammerlaan @ 2023-01-29  9:41 UTC (permalink / raw
  To: gentoo-commits

commit:     3929fb47bafb5e95054c0ef214ec6345f54c3b5b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 17:15:24 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 09:41:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3929fb47

app-office/impressive: enable py3.11

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-office/impressive/impressive-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/impressive/impressive-0.13.1.ebuild b/app-office/impressive/impressive-0.13.1.ebuild
index 3035ad7c1125..0c17c388a224 100644
--- a/app-office/impressive/impressive-0.13.1.ebuild
+++ b/app-office/impressive/impressive-0.13.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit optfeature python-r1
 
 DESCRIPTION="Stylish way of giving presentations with Python"


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2023-05-01 12:34 Michał Górny
  0 siblings, 0 replies; 20+ messages in thread
From: Michał Górny @ 2023-05-01 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     20a2d7d2d0c2b70af64b978e3dc8e571046c8035
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 12:32:41 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  1 12:32:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a2d7d2

app-office/impressive: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-office/impressive/Manifest                     |  1 -
 .../impressive/impressive-0.13.0_beta2.ebuild      | 46 ----------------------
 2 files changed, 47 deletions(-)

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
index a35e25b95d61..b13f47f7d0fe 100644
--- a/app-office/impressive/Manifest
+++ b/app-office/impressive/Manifest
@@ -1,2 +1 @@
-DIST Impressive-0.13.0-beta2.tar.gz 311905 BLAKE2B fb912ada1f44b2af9bd1eed4c7e1d4bfae5ba42449a9b1a154500a9d892c1070c9da127c8c3cbd35ce033a768a00db359deb1a045996cfeb7253f92d289aed82 SHA512 45c094d30e898a1843869cdcd490315c8280bbe2f5cc58f7695be2f0876075718517a502af16e040981b3f3a8fd955000d9ff76e20850b4bedf52c0d2bbd098e
 DIST Impressive-0.13.1.tar.gz 215989 BLAKE2B 6591e5fa2c34e7e6f2283b9b6f8cce7485fc8932eea571af96c895bbe23202af195eec0318272667d5656f3aed7a88a21a20397224c7c0cc7c9252364d832371 SHA512 f6221337f9dd79f552fb083e1ea7484aeadec1f8d8e05b4e1b7f6a94037b5026022819b346968dea67dbdb1b646d0571a7aeef26f15c25bee88c5b9c2791cf2b

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
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2023-05-26 14:38 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-05-26 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     e7a2748a965da6b87edfa5ce65e1a18ee0377f04
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 14:38:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 26 14:38:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a2748a

app-office/impressive: Stabilize 0.13.1 amd64, #889834

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-office/impressive/impressive-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/impressive/impressive-0.13.1.ebuild b/app-office/impressive/impressive-0.13.1.ebuild
index 0c17c388a224..c47e1539cf30 100644
--- a/app-office/impressive/impressive-0.13.1.ebuild
+++ b/app-office/impressive/impressive-0.13.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN^}/${PV/_/-}/${PN^}-${PV/_/-}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2023-05-26 20:06 Arthur Zamarin
  0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2023-05-26 20:06 UTC (permalink / raw
  To: gentoo-commits

commit:     695c18a4e311fcc75b6fa27193fe83f36f3ad8ee
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 20:05:35 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 26 20:05:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=695c18a4

app-office/impressive: Stabilize 0.13.1 x86, #889834

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-office/impressive/impressive-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/impressive/impressive-0.13.1.ebuild b/app-office/impressive/impressive-0.13.1.ebuild
index c47e1539cf30..3b60082b1f65 100644
--- a/app-office/impressive/impressive-0.13.1.ebuild
+++ b/app-office/impressive/impressive-0.13.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN^}/${PV/_/-}/${PN^}-${PV/_/-}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2024-03-07 14:57 Pacho Ramos
  0 siblings, 0 replies; 20+ messages in thread
From: Pacho Ramos @ 2024-03-07 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     40e7133682e86311ad4140771770137b82a3ba00
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 14:55:19 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 14:57:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e71336

app-office/impressive: add 0.13.2

Closes: https://bugs.gentoo.org/920263
Closes: https://bugs.gentoo.org/912960
Thanks-to: Wicher Minnaard
Thanks-to: Micha Glave
Thanks-to: Andrés Becerra Sandoval
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-office/impressive/Manifest                 |  1 +
 app-office/impressive/impressive-0.13.2.ebuild | 46 ++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
index b13f47f7d0fe..3602b0f0c96d 100644
--- a/app-office/impressive/Manifest
+++ b/app-office/impressive/Manifest
@@ -1 +1,2 @@
 DIST Impressive-0.13.1.tar.gz 215989 BLAKE2B 6591e5fa2c34e7e6f2283b9b6f8cce7485fc8932eea571af96c895bbe23202af195eec0318272667d5656f3aed7a88a21a20397224c7c0cc7c9252364d832371 SHA512 f6221337f9dd79f552fb083e1ea7484aeadec1f8d8e05b4e1b7f6a94037b5026022819b346968dea67dbdb1b646d0571a7aeef26f15c25bee88c5b9c2791cf2b
+DIST Impressive-0.13.2.tar.gz 294531 BLAKE2B 76b50cd1cb1366c9fed7e6f7a16142248f99e232b96b7d7372af181f3ef215aff6f3453d8fd16c2ab6fa0e7217ec831daf3ffafcb8e46ff285dc0b9d86b77839 SHA512 0b24ef39cba25d8813fd3f95f220c466defa50c3ba4a63d2f37b284de2826c2110225fe2016f58c401d1ca239d672ba28ba65069523ab57b1b5711a4222cff92

diff --git a/app-office/impressive/impressive-0.13.2.ebuild b/app-office/impressive/impressive-0.13.2.ebuild
new file mode 100644
index 000000000000..7816aedb6b69
--- /dev/null
+++ b/app-office/impressive/impressive-0.13.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..12} )
+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
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
@ 2024-05-28 12:35 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2024-05-28 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     5a210202634a285edf1aee0abf8b3daf36caab0a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 12:34:12 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 28 12:34:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a210202

app-office/impressive: Stabilize 0.13.2 x86, #932926

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-office/impressive/impressive-0.13.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/impressive/impressive-0.13.2.ebuild b/app-office/impressive/impressive-0.13.2.ebuild
index a5e6f91514bd..800b6503be5d 100644
--- a/app-office/impressive/impressive-0.13.2.ebuild
+++ b/app-office/impressive/impressive-0.13.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${PN^}/${PV/_/-}/${PN^}-${PV/_/
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

end of thread, other threads:[~2024-05-28 12:35 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-10 15:40 [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2015-10-11  7:05 Justin Lecher
2017-12-20 10:36 Marek Szuba
2018-01-11 16:02 Michał Górny
2018-02-05  7:04 Andrey Grozin
2019-12-25 16:57 Pacho Ramos
2019-12-25 16:57 Pacho Ramos
2019-12-26 15:38 David Seifert
2019-12-27 11:05 Pacho Ramos
2020-07-01 14:21 Andreas Sturmlechner
2020-07-01 18:05 Andreas Sturmlechner
2020-07-01 18:05 Andreas Sturmlechner
2020-07-10 17:47 Andreas Sturmlechner
2022-07-09  6:40 Andrew Ammerlaan
2023-01-29  9:41 Andrew Ammerlaan
2023-05-01 12:34 Michał Górny
2023-05-26 14:38 Sam James
2023-05-26 20:06 Arthur Zamarin
2024-03-07 14:57 Pacho Ramos
2024-05-28 12:35 Sam James

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