public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dilfridge:master commit in: app-office/impressive/
@ 2011-03-16 23:54 Andreas K. Huettel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Huettel @ 2011-03-16 23:54 UTC (permalink / raw
  To: gentoo-commits

commit:     e87c8459d15fcd13ecaf6835e6bcfdc6a22190a9
Author:     Andreas K. Huettel <mail <AT> akhuettel <DOT> de>
AuthorDate: Wed Mar 16 23:54:35 2011 +0000
Commit:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 23:54:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=e87c8459

[app-office/impressive] New app

(Portage version: 2.1.9.42/git/Linux i686, unsigned Manifest commit)

---
 app-office/impressive/ChangeLog                |   10 +++++++
 app-office/impressive/Manifest                 |    4 +++
 app-office/impressive/impressive-0.10.3.ebuild |   33 ++++++++++++++++++++++++
 app-office/impressive/metadata.xml             |    9 ++++++
 4 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/app-office/impressive/ChangeLog b/app-office/impressive/ChangeLog
new file mode 100644
index 0000000..0a94330
--- /dev/null
+++ b/app-office/impressive/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-office/impressive
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*impressive-0.10.3 (16 Mar 2011)
+
+  16 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+  +impressive-0.10.3.ebuild, +metadata.xml:
+  New app
+

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
new file mode 100644
index 0000000..8fa8621
--- /dev/null
+++ b/app-office/impressive/Manifest
@@ -0,0 +1,4 @@
+DIST Impressive-0.10.3.tar.gz 154171 RMD160 8f698311d487a3fb324d5772ab07d66d31929412 SHA1 ad0e6846e3aef40f4f61185c518f2acd776bf86f SHA256 bb4865376db0df3fe307b5f60bddc2bbaf18d2ccb099b2d51bf1723dd94af95e
+EBUILD impressive-0.10.3.ebuild 696 RMD160 0516a57aefceffb455c32e32585483e9e0a2eaee SHA1 5ed639be6b5588a1220ce9a37f1b5b38664e7fdb SHA256 85a946b5b78d1f81af00a370c5ee7e4b355b083ab1a2752747e98310d166d67c
+MISC ChangeLog 268 RMD160 024abc8060f5e3dd76bb88b66f9417ded5eadf76 SHA1 491f90411425cc72eaaaf7ab9ff59ab07518df8e SHA256 df4c8617e4ddbef1c1bc6330697c183982293a91ab0fab62f5917ba7c5a20d80
+MISC metadata.xml 262 RMD160 24e1a7cfcbca1e2f41e8c062c448d9150f6320b8 SHA1 951224aa9eb92e898209936836a18e844ae1f169 SHA256 7e8dde52c550f9cfc6d74b78c19f6900a8cc241f2bf136610a4fc3b0aa95f3f5

diff --git a/app-office/impressive/impressive-0.10.3.ebuild b/app-office/impressive/impressive-0.10.3.ebuild
new file mode 100644
index 0000000..22313be
--- /dev/null
+++ b/app-office/impressive/impressive-0.10.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+PYTHON_DEPEND="2"
+
+inherit python
+
+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="dev-python/pygame
+	dev-python/pyopengl
+	dev-python/imaging
+	|| ( app-text/xpdf app-text/ghostscript-gpl )
+	app-text/pdftk
+	x11-misc/xdg-utils"
+
+src_install() {
+	dobin impressive.py || die
+	doman impressive.1 || die
+	dodoc changelog.txt demo.pdf || die
+}

diff --git a/app-office/impressive/metadata.xml b/app-office/impressive/metadata.xml
new file mode 100644
index 0000000..90e3ad4
--- /dev/null
+++ b/app-office/impressive/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>no-herd</herd>
+	<maintainer>
+		<email>dilfridge@gentoo.org</email>
+		<name>Andreas K. Huettel</name>
+	</maintainer>
+</pkgmetadata>



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

* [gentoo-commits] dev/dilfridge:master commit in: app-office/impressive/
@ 2011-03-16 23:57 Andreas K. Huettel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Huettel @ 2011-03-16 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f8855cbf92a517b4916f90d4074cbeae9680e303
Author:     Andreas K. Huettel <mail <AT> akhuettel <DOT> de>
AuthorDate: Wed Mar 16 23:57:19 2011 +0000
Commit:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 23:57:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=f8855cbf

[app-office/impressive] Fixed S

(Portage version: 2.1.9.42/git/Linux i686, unsigned Manifest commit)

---
 app-office/impressive/ChangeLog                |    4 ++++
 app-office/impressive/Manifest                 |    4 ++--
 app-office/impressive/impressive-0.10.3.ebuild |    2 ++
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/app-office/impressive/ChangeLog b/app-office/impressive/ChangeLog
index 0a94330..89ebef4 100644
--- a/app-office/impressive/ChangeLog
+++ b/app-office/impressive/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+  impressive-0.10.3.ebuild:
+  Fixed S
+
 *impressive-0.10.3 (16 Mar 2011)
 
   16 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
index 8fa8621..07ef198 100644
--- a/app-office/impressive/Manifest
+++ b/app-office/impressive/Manifest
@@ -1,4 +1,4 @@
 DIST Impressive-0.10.3.tar.gz 154171 RMD160 8f698311d487a3fb324d5772ab07d66d31929412 SHA1 ad0e6846e3aef40f4f61185c518f2acd776bf86f SHA256 bb4865376db0df3fe307b5f60bddc2bbaf18d2ccb099b2d51bf1723dd94af95e
-EBUILD impressive-0.10.3.ebuild 696 RMD160 0516a57aefceffb455c32e32585483e9e0a2eaee SHA1 5ed639be6b5588a1220ce9a37f1b5b38664e7fdb SHA256 85a946b5b78d1f81af00a370c5ee7e4b355b083ab1a2752747e98310d166d67c
-MISC ChangeLog 268 RMD160 024abc8060f5e3dd76bb88b66f9417ded5eadf76 SHA1 491f90411425cc72eaaaf7ab9ff59ab07518df8e SHA256 df4c8617e4ddbef1c1bc6330697c183982293a91ab0fab62f5917ba7c5a20d80
+EBUILD impressive-0.10.3.ebuild 725 RMD160 9c894426993af84bf45a2bcf3d53f3e717e9c051 SHA1 77ce2a0f860ef510e8988de527fcaadbd24f15df SHA256 e62526a647429c912e5d15d36302b7d084eb980fbb56cbbe665ededbfe6c0c1c
+MISC ChangeLog 364 RMD160 b44084775c28c1f4b01244bce2d56e325d249505 SHA1 dde13eb13e8d2de33e5ba099c86d89d974528d6d SHA256 af20d6621d4dc8a7afbc51f85d9041d7b54ea473f4ab86857e09c571a5079e4c
 MISC metadata.xml 262 RMD160 24e1a7cfcbca1e2f41e8c062c448d9150f6320b8 SHA1 951224aa9eb92e898209936836a18e844ae1f169 SHA256 7e8dde52c550f9cfc6d74b78c19f6900a8cc241f2bf136610a4fc3b0aa95f3f5

diff --git a/app-office/impressive/impressive-0.10.3.ebuild b/app-office/impressive/impressive-0.10.3.ebuild
index 22313be..14703ef 100644
--- a/app-office/impressive/impressive-0.10.3.ebuild
+++ b/app-office/impressive/impressive-0.10.3.ebuild
@@ -26,6 +26,8 @@ RDEPEND="dev-python/pygame
 	app-text/pdftk
 	x11-misc/xdg-utils"
 
+S=${WORKDIR}/${MY_PN}-${PV}
+
 src_install() {
 	dobin impressive.py || die
 	doman impressive.1 || die



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

* [gentoo-commits] dev/dilfridge:master commit in: app-office/impressive/
@ 2011-03-17 16:57 Andreas K. Huettel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Huettel @ 2011-03-17 16:57 UTC (permalink / raw
  To: gentoo-commits

commit:     890f419c8ddab7eea005fc4dbf123278bc075baa
Author:     Andreas K. Huettel <mail <AT> akhuettel <DOT> de>
AuthorDate: Thu Mar 17 16:55:07 2011 +0000
Commit:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 16:55:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=890f419c

[app-office/impressive] Added herd

(Portage version: 2.1.9.42/git/Linux i686, unsigned Manifest commit)

---
 app-office/impressive/ChangeLog    |    3 +++
 app-office/impressive/Manifest     |    4 ++--
 app-office/impressive/metadata.xml |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/app-office/impressive/ChangeLog b/app-office/impressive/ChangeLog
index 29160e2..166987f 100644
--- a/app-office/impressive/ChangeLog
+++ b/app-office/impressive/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  17 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org> metadata.xml:
+  Added herd
+
   17 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>
   impressive-0.10.3.ebuild:
   Added shebang conversion

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
index 6d94727..cf9359f 100644
--- a/app-office/impressive/Manifest
+++ b/app-office/impressive/Manifest
@@ -1,4 +1,4 @@
 DIST Impressive-0.10.3.tar.gz 154171 RMD160 8f698311d487a3fb324d5772ab07d66d31929412 SHA1 ad0e6846e3aef40f4f61185c518f2acd776bf86f SHA256 bb4865376db0df3fe307b5f60bddc2bbaf18d2ccb099b2d51bf1723dd94af95e
 EBUILD impressive-0.10.3.ebuild 764 RMD160 4fbe978a3a274f327f761292b7101571b0da28f5 SHA1 8f67292e40ac2d620b68e8d43f8b495e4a3853d0 SHA256 8a5630a071498c710dd9a4b3f895d8c2a40bd85fb7490262adde745c0190275e
-MISC ChangeLog 477 RMD160 c0e4c528151b993db2993538d6b5b8ebae25e209 SHA1 8b63b7ff4ba72f3263efc1d8f01cc50acb581125 SHA256 662c22d51851122c094974865ce2bec9fff596bf67d3551281b81c598d6d63de
-MISC metadata.xml 262 RMD160 24e1a7cfcbca1e2f41e8c062c448d9150f6320b8 SHA1 951224aa9eb92e898209936836a18e844ae1f169 SHA256 7e8dde52c550f9cfc6d74b78c19f6900a8cc241f2bf136610a4fc3b0aa95f3f5
+MISC ChangeLog 562 RMD160 67e26b1dc0ab10f2611f006b8b6b31f6cd777a03 SHA1 3060b4d1285aa9b446483ebfca664c23c7bde28d SHA256 5d7972f0815072b78b94c1d189200d8cfd4a6ac80e9aa644dd2841d104ce58c0
+MISC metadata.xml 261 RMD160 d4f40f3c6030562b5a4e9b7b2ada86937c5e469b SHA1 eacc7db90d27290ab4cab8b6f9127287320e1ac0 SHA256 f9abfacfda1302adb75b981ddb97931e9edf315d558dfd2c1b7364f80487307f

diff --git a/app-office/impressive/metadata.xml b/app-office/impressive/metadata.xml
index 90e3ad4..53fcb51 100644
--- a/app-office/impressive/metadata.xml
+++ b/app-office/impressive/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>no-herd</herd>
+	<herd>python</herd>
 	<maintainer>
 		<email>dilfridge@gentoo.org</email>
 		<name>Andreas K. Huettel</name>



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

* [gentoo-commits] dev/dilfridge:master commit in: app-office/impressive/
@ 2011-03-17 16:57 Andreas K. Huettel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Huettel @ 2011-03-17 16:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d7aa6b1946acb1cf1de206a78a0678f31e164033
Author:     Andreas K. Huettel <mail <AT> akhuettel <DOT> de>
AuthorDate: Thu Mar 17 16:52:24 2011 +0000
Commit:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 16:52:24 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=d7aa6b19

[app-office/impressive] Added shebang conversion

(Portage version: 2.1.9.42/git/Linux i686, unsigned Manifest commit)

---
 app-office/impressive/ChangeLog                |    4 ++++
 app-office/impressive/Manifest                 |    4 ++--
 app-office/impressive/impressive-0.10.3.ebuild |    3 ++-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/app-office/impressive/ChangeLog b/app-office/impressive/ChangeLog
index 89ebef4..29160e2 100644
--- a/app-office/impressive/ChangeLog
+++ b/app-office/impressive/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  17 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+  impressive-0.10.3.ebuild:
+  Added shebang conversion
+
   16 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>
   impressive-0.10.3.ebuild:
   Fixed S

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
index 07ef198..6d94727 100644
--- a/app-office/impressive/Manifest
+++ b/app-office/impressive/Manifest
@@ -1,4 +1,4 @@
 DIST Impressive-0.10.3.tar.gz 154171 RMD160 8f698311d487a3fb324d5772ab07d66d31929412 SHA1 ad0e6846e3aef40f4f61185c518f2acd776bf86f SHA256 bb4865376db0df3fe307b5f60bddc2bbaf18d2ccb099b2d51bf1723dd94af95e
-EBUILD impressive-0.10.3.ebuild 725 RMD160 9c894426993af84bf45a2bcf3d53f3e717e9c051 SHA1 77ce2a0f860ef510e8988de527fcaadbd24f15df SHA256 e62526a647429c912e5d15d36302b7d084eb980fbb56cbbe665ededbfe6c0c1c
-MISC ChangeLog 364 RMD160 b44084775c28c1f4b01244bce2d56e325d249505 SHA1 dde13eb13e8d2de33e5ba099c86d89d974528d6d SHA256 af20d6621d4dc8a7afbc51f85d9041d7b54ea473f4ab86857e09c571a5079e4c
+EBUILD impressive-0.10.3.ebuild 764 RMD160 4fbe978a3a274f327f761292b7101571b0da28f5 SHA1 8f67292e40ac2d620b68e8d43f8b495e4a3853d0 SHA256 8a5630a071498c710dd9a4b3f895d8c2a40bd85fb7490262adde745c0190275e
+MISC ChangeLog 477 RMD160 c0e4c528151b993db2993538d6b5b8ebae25e209 SHA1 8b63b7ff4ba72f3263efc1d8f01cc50acb581125 SHA256 662c22d51851122c094974865ce2bec9fff596bf67d3551281b81c598d6d63de
 MISC metadata.xml 262 RMD160 24e1a7cfcbca1e2f41e8c062c448d9150f6320b8 SHA1 951224aa9eb92e898209936836a18e844ae1f169 SHA256 7e8dde52c550f9cfc6d74b78c19f6900a8cc241f2bf136610a4fc3b0aa95f3f5

diff --git a/app-office/impressive/impressive-0.10.3.ebuild b/app-office/impressive/impressive-0.10.3.ebuild
index 14703ef..e63f087 100644
--- a/app-office/impressive/impressive-0.10.3.ebuild
+++ b/app-office/impressive/impressive-0.10.3.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=3
-PYTHON_DEPEND="2"
+PYTHON_DEPEND=2
 
 inherit python
 
@@ -29,6 +29,7 @@ RDEPEND="dev-python/pygame
 S=${WORKDIR}/${MY_PN}-${PV}
 
 src_install() {
+	python_convert_shebangs 2 impressive.py
 	dobin impressive.py || die
 	doman impressive.1 || die
 	dodoc changelog.txt demo.pdf || die



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

* [gentoo-commits] dev/dilfridge:master commit in: app-office/impressive/
@ 2011-03-17 20:37 Andreas K. Huettel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Huettel @ 2011-03-17 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     d787c517dbfc3dbc6e07888c5242eb93e85432a4
Author:     Andreas K. Huettel <mail <AT> akhuettel <DOT> de>
AuthorDate: Thu Mar 17 20:37:11 2011 +0000
Commit:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 20:37:11 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=d787c517

[app-office/impressive] Added improvements suggested by marienz

(Portage version: 2.1.9.42/git/Linux i686, unsigned Manifest commit)

---
 app-office/impressive/ChangeLog                |    4 ++++
 app-office/impressive/Manifest                 |    4 ++--
 app-office/impressive/impressive-0.10.3.ebuild |   11 +++++++----
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/app-office/impressive/ChangeLog b/app-office/impressive/ChangeLog
index 166987f..29fd954 100644
--- a/app-office/impressive/ChangeLog
+++ b/app-office/impressive/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  17 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+  impressive-0.10.3.ebuild:
+  Added improvements suggested by marienz
+
   17 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org> metadata.xml:
   Added herd
 

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
index cf9359f..05a4c16 100644
--- a/app-office/impressive/Manifest
+++ b/app-office/impressive/Manifest
@@ -1,4 +1,4 @@
 DIST Impressive-0.10.3.tar.gz 154171 RMD160 8f698311d487a3fb324d5772ab07d66d31929412 SHA1 ad0e6846e3aef40f4f61185c518f2acd776bf86f SHA256 bb4865376db0df3fe307b5f60bddc2bbaf18d2ccb099b2d51bf1723dd94af95e
-EBUILD impressive-0.10.3.ebuild 764 RMD160 4fbe978a3a274f327f761292b7101571b0da28f5 SHA1 8f67292e40ac2d620b68e8d43f8b495e4a3853d0 SHA256 8a5630a071498c710dd9a4b3f895d8c2a40bd85fb7490262adde745c0190275e
-MISC ChangeLog 562 RMD160 67e26b1dc0ab10f2611f006b8b6b31f6cd777a03 SHA1 3060b4d1285aa9b446483ebfca664c23c7bde28d SHA256 5d7972f0815072b78b94c1d189200d8cfd4a6ac80e9aa644dd2841d104ce58c0
+EBUILD impressive-0.10.3.ebuild 892 RMD160 292750d50c61b3e831afa3083d91498d1e3f7f28 SHA1 6a8082bbda21e4e9b0e4dc39d25e237837749951 SHA256 329bb699534d5ea7f3873ad5df040e3699b4e5ce581d66ea2e15105a651ab46c
+MISC ChangeLog 690 RMD160 8a467d7cfd399fecb49329c8fedb98db49d8725a SHA1 0fcbdb1c76a6743845e5093ba4dc5f8d35faaba6 SHA256 547b1daba364b269221d25a91d4fae97db48634ac1444e2581114090dd041a56
 MISC metadata.xml 261 RMD160 d4f40f3c6030562b5a4e9b7b2ada86937c5e469b SHA1 eacc7db90d27290ab4cab8b6f9127287320e1ac0 SHA256 f9abfacfda1302adb75b981ddb97931e9edf315d558dfd2c1b7364f80487307f

diff --git a/app-office/impressive/impressive-0.10.3.ebuild b/app-office/impressive/impressive-0.10.3.ebuild
index e63f087..1ef22a6 100644
--- a/app-office/impressive/impressive-0.10.3.ebuild
+++ b/app-office/impressive/impressive-0.10.3.ebuild
@@ -19,12 +19,14 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND="dev-python/pygame
-	dev-python/pyopengl
+RDEPEND="app-text/pdftk
 	dev-python/imaging
+	dev-python/pygame
+	dev-python/pyopengl
+	x11-misc/xdg-utils
+	x11-apps/xrandr
 	|| ( app-text/xpdf app-text/ghostscript-gpl )
-	app-text/pdftk
-	x11-misc/xdg-utils"
+	|| ( media-fonts/dejavu media-fonts/ttf-bitstream-vera media-fonts/corefonts )"
 
 S=${WORKDIR}/${MY_PN}-${PV}
 
@@ -32,5 +34,6 @@ src_install() {
 	python_convert_shebangs 2 impressive.py
 	dobin impressive.py || die
 	doman impressive.1 || die
+	dohtml impressive.html || die
 	dodoc changelog.txt demo.pdf || die
 }



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

* [gentoo-commits] dev/dilfridge:master commit in: app-office/impressive/
@ 2011-03-25  0:08 Andreas K. Huettel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Huettel @ 2011-03-25  0:08 UTC (permalink / raw
  To: gentoo-commits

commit:     7b9fd9bf344636469a5f2a894440616409c974cf
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Fri Mar 25 00:08:24 2011 +0000
Commit:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 00:08:24 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=7b9fd9bf

[app-office/impressive] Resync with tree

(Portage version: 2.1.9.42/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)

---
 app-office/impressive/ChangeLog                   |    6 +++
 app-office/impressive/Manifest                    |   23 ++++++++++-
 app-office/impressive/impressive-0.10.3-r1.ebuild |   46 +++++++++++++++++++++
 3 files changed, 74 insertions(+), 1 deletions(-)

diff --git a/app-office/impressive/ChangeLog b/app-office/impressive/ChangeLog
index 29fd954..2725f5f 100644
--- a/app-office/impressive/ChangeLog
+++ b/app-office/impressive/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*impressive-0.10.3-r1 (25 Mar 2011)
+
+  25 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+  +impressive-0.10.3-r1.ebuild:
+  Resync with tree
+
   17 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>
   impressive-0.10.3.ebuild:
   Added improvements suggested by marienz

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
index 05a4c16..4999339 100644
--- a/app-office/impressive/Manifest
+++ b/app-office/impressive/Manifest
@@ -1,4 +1,25 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
 DIST Impressive-0.10.3.tar.gz 154171 RMD160 8f698311d487a3fb324d5772ab07d66d31929412 SHA1 ad0e6846e3aef40f4f61185c518f2acd776bf86f SHA256 bb4865376db0df3fe307b5f60bddc2bbaf18d2ccb099b2d51bf1723dd94af95e
+EBUILD impressive-0.10.3-r1.ebuild 1154 RMD160 8196f31ee37a0e165acc1afe1ee6d58ec2ada804 SHA1 61148b27abefae50e5c7b553b8096a3e4384b8dd SHA256 da7aee199cf524bb013e1b279329d16ae7f811fd3d22c60c15aad16f21d688ad
 EBUILD impressive-0.10.3.ebuild 892 RMD160 292750d50c61b3e831afa3083d91498d1e3f7f28 SHA1 6a8082bbda21e4e9b0e4dc39d25e237837749951 SHA256 329bb699534d5ea7f3873ad5df040e3699b4e5ce581d66ea2e15105a651ab46c
-MISC ChangeLog 690 RMD160 8a467d7cfd399fecb49329c8fedb98db49d8725a SHA1 0fcbdb1c76a6743845e5093ba4dc5f8d35faaba6 SHA256 547b1daba364b269221d25a91d4fae97db48634ac1444e2581114090dd041a56
+MISC ChangeLog 836 RMD160 4d6f20fcb64add4838277f10de1a270243c76351 SHA1 5427a7373d2e724fe5d1492097690b305344fcb9 SHA256 81b10976c0d3c837f3a41e1466f1c9c940f7e4be0391e393288bec78735218e9
 MISC metadata.xml 261 RMD160 d4f40f3c6030562b5a4e9b7b2ada86937c5e469b SHA1 eacc7db90d27290ab4cab8b6f9127287320e1ac0 SHA256 f9abfacfda1302adb75b981ddb97931e9edf315d558dfd2c1b7364f80487307f
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iQIcBAEBCAAGBQJNi9z4AAoJENwGBM22xffe3rUP/jcQdR+B15xje2uaKkWagQXX
+xbqxAoFSWo67JQRRbgJ6wLMRh0SNpSS9QEPl0zE2EsbFrgREnoBJitYuvppcKvMr
+UpZ9HIuZvVqBlp24X3Ff7nnth3wXhP55Oi62yHz82hsj2oq6r8JVbhhKyJYggOCo
+0MLGCMjj16Pb8jlVfkJNLVsgiT4wrNMSXlvehRChnuZZzSG8oZ1qBw8vGym56EYK
+VjZvtqwOFfGnhEztwfo6aiSM/j/OAAv93Kyl1DJQHejW6+drCS/GQlmo538PCl+W
+1ixcjQdskhtxtDG4ovsb7I4lTqkSGNejqtuCdxo+2FjBy4KPkWNLUrKDSLo1/+XS
+ZkF1dMK3uLNyMilcIduxJedLPpuzKGLJ+xQhrW4pKuY2rQJAHVvlZNblbGqEZK9h
+31X0jDIfUi93VAprTG+9NkVYsF/ZYQ2gxUUOrJB8ljDiRBR84RCNwY6CjMUQWaDZ
+HtujuGMhdo5buTUFtlc5rFJoXr/MVamiZQ6EC1OjF/mg46cTCLt9uLUETAHyQ0wD
+Swp70cfT7cYOiyLGs/ZLT9XGFlObZeOQGY0iUFtlPB8rsf6VFE5BFQJIFRBwSgch
+nN0JSEoAu4OYfFPQIi0X5dIUkGKYPprMRjW/kQ0DvA59vVzL2ADbl6eU+19Zv0/q
+U73f/sV/kTnbU62SovFt
+=/9hF
+-----END PGP SIGNATURE-----

diff --git a/app-office/impressive/impressive-0.10.3-r1.ebuild b/app-office/impressive/impressive-0.10.3-r1.ebuild
new file mode 100644
index 0000000..c8a1b28
--- /dev/null
+++ b/app-office/impressive/impressive-0.10.3-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2011 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-r1.ebuild,v 1.1 2011/03/19 17:57:03 dilfridge Exp $
+
+EAPI=3
+PYTHON_DEPEND=2
+
+inherit python
+
+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
+	dev-python/imaging
+	dev-python/pygame
+	dev-python/pyopengl
+	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_install() {
+	python_convert_shebangs 2 impressive.py
+	dobin impressive.py || die
+
+	# compatibility symlinks
+	insinto /usr/bin
+	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 related	[flat|nested] 7+ messages in thread

* [gentoo-commits] dev/dilfridge:master commit in: app-office/impressive/
@ 2012-01-03 22:46 Andreas Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2012-01-03 22:46 UTC (permalink / raw
  To: gentoo-commits

commit:     36ee49078d581c7f3dd067ef3652ad3907d6b753
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 22:42:36 2012 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 22:42:36 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=36ee4907

[app-office/impressive] Not needed here anymore

---
 app-office/impressive/ChangeLog                   |   31 --------------
 app-office/impressive/Manifest                    |   25 -----------
 app-office/impressive/impressive-0.10.3-r1.ebuild |   46 ---------------------
 app-office/impressive/impressive-0.10.3.ebuild    |   39 -----------------
 app-office/impressive/metadata.xml                |    9 ----
 5 files changed, 0 insertions(+), 150 deletions(-)

diff --git a/app-office/impressive/ChangeLog b/app-office/impressive/ChangeLog
deleted file mode 100644
index 2725f5f..0000000
--- a/app-office/impressive/ChangeLog
+++ /dev/null
@@ -1,31 +0,0 @@
-# ChangeLog for app-office/impressive
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*impressive-0.10.3-r1 (25 Mar 2011)
-
-  25 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>
-  +impressive-0.10.3-r1.ebuild:
-  Resync with tree
-
-  17 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>
-  impressive-0.10.3.ebuild:
-  Added improvements suggested by marienz
-
-  17 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org> metadata.xml:
-  Added herd
-
-  17 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>
-  impressive-0.10.3.ebuild:
-  Added shebang conversion
-
-  16 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>
-  impressive-0.10.3.ebuild:
-  Fixed S
-
-*impressive-0.10.3 (16 Mar 2011)
-
-  16 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>
-  +impressive-0.10.3.ebuild, +metadata.xml:
-  New app
-

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
deleted file mode 100644
index 4999339..0000000
--- a/app-office/impressive/Manifest
+++ /dev/null
@@ -1,25 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST Impressive-0.10.3.tar.gz 154171 RMD160 8f698311d487a3fb324d5772ab07d66d31929412 SHA1 ad0e6846e3aef40f4f61185c518f2acd776bf86f SHA256 bb4865376db0df3fe307b5f60bddc2bbaf18d2ccb099b2d51bf1723dd94af95e
-EBUILD impressive-0.10.3-r1.ebuild 1154 RMD160 8196f31ee37a0e165acc1afe1ee6d58ec2ada804 SHA1 61148b27abefae50e5c7b553b8096a3e4384b8dd SHA256 da7aee199cf524bb013e1b279329d16ae7f811fd3d22c60c15aad16f21d688ad
-EBUILD impressive-0.10.3.ebuild 892 RMD160 292750d50c61b3e831afa3083d91498d1e3f7f28 SHA1 6a8082bbda21e4e9b0e4dc39d25e237837749951 SHA256 329bb699534d5ea7f3873ad5df040e3699b4e5ce581d66ea2e15105a651ab46c
-MISC ChangeLog 836 RMD160 4d6f20fcb64add4838277f10de1a270243c76351 SHA1 5427a7373d2e724fe5d1492097690b305344fcb9 SHA256 81b10976c0d3c837f3a41e1466f1c9c940f7e4be0391e393288bec78735218e9
-MISC metadata.xml 261 RMD160 d4f40f3c6030562b5a4e9b7b2ada86937c5e469b SHA1 eacc7db90d27290ab4cab8b6f9127287320e1ac0 SHA256 f9abfacfda1302adb75b981ddb97931e9edf315d558dfd2c1b7364f80487307f
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iQIcBAEBCAAGBQJNi9z4AAoJENwGBM22xffe3rUP/jcQdR+B15xje2uaKkWagQXX
-xbqxAoFSWo67JQRRbgJ6wLMRh0SNpSS9QEPl0zE2EsbFrgREnoBJitYuvppcKvMr
-UpZ9HIuZvVqBlp24X3Ff7nnth3wXhP55Oi62yHz82hsj2oq6r8JVbhhKyJYggOCo
-0MLGCMjj16Pb8jlVfkJNLVsgiT4wrNMSXlvehRChnuZZzSG8oZ1qBw8vGym56EYK
-VjZvtqwOFfGnhEztwfo6aiSM/j/OAAv93Kyl1DJQHejW6+drCS/GQlmo538PCl+W
-1ixcjQdskhtxtDG4ovsb7I4lTqkSGNejqtuCdxo+2FjBy4KPkWNLUrKDSLo1/+XS
-ZkF1dMK3uLNyMilcIduxJedLPpuzKGLJ+xQhrW4pKuY2rQJAHVvlZNblbGqEZK9h
-31X0jDIfUi93VAprTG+9NkVYsF/ZYQ2gxUUOrJB8ljDiRBR84RCNwY6CjMUQWaDZ
-HtujuGMhdo5buTUFtlc5rFJoXr/MVamiZQ6EC1OjF/mg46cTCLt9uLUETAHyQ0wD
-Swp70cfT7cYOiyLGs/ZLT9XGFlObZeOQGY0iUFtlPB8rsf6VFE5BFQJIFRBwSgch
-nN0JSEoAu4OYfFPQIi0X5dIUkGKYPprMRjW/kQ0DvA59vVzL2ADbl6eU+19Zv0/q
-U73f/sV/kTnbU62SovFt
-=/9hF
------END PGP SIGNATURE-----

diff --git a/app-office/impressive/impressive-0.10.3-r1.ebuild b/app-office/impressive/impressive-0.10.3-r1.ebuild
deleted file mode 100644
index c8a1b28..0000000
--- a/app-office/impressive/impressive-0.10.3-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2011 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-r1.ebuild,v 1.1 2011/03/19 17:57:03 dilfridge Exp $
-
-EAPI=3
-PYTHON_DEPEND=2
-
-inherit python
-
-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
-	dev-python/imaging
-	dev-python/pygame
-	dev-python/pyopengl
-	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_install() {
-	python_convert_shebangs 2 impressive.py
-	dobin impressive.py || die
-
-	# compatibility symlinks
-	insinto /usr/bin
-	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
-}

diff --git a/app-office/impressive/impressive-0.10.3.ebuild b/app-office/impressive/impressive-0.10.3.ebuild
deleted file mode 100644
index 1ef22a6..0000000
--- a/app-office/impressive/impressive-0.10.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-PYTHON_DEPEND=2
-
-inherit python
-
-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
-	dev-python/imaging
-	dev-python/pygame
-	dev-python/pyopengl
-	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_install() {
-	python_convert_shebangs 2 impressive.py
-	dobin impressive.py || die
-	doman impressive.1 || die
-	dohtml impressive.html || die
-	dodoc changelog.txt demo.pdf || die
-}

diff --git a/app-office/impressive/metadata.xml b/app-office/impressive/metadata.xml
deleted file mode 100644
index 53fcb51..0000000
--- a/app-office/impressive/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>python</herd>
-	<maintainer>
-		<email>dilfridge@gentoo.org</email>
-		<name>Andreas K. Huettel</name>
-	</maintainer>
-</pkgmetadata>



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

end of thread, other threads:[~2012-01-03 22:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-17 20:37 [gentoo-commits] dev/dilfridge:master commit in: app-office/impressive/ Andreas K. Huettel
  -- strict thread matches above, loose matches on Subject: below --
2012-01-03 22:46 Andreas Hüttel
2011-03-25  0:08 Andreas K. Huettel
2011-03-17 16:57 Andreas K. Huettel
2011-03-17 16:57 Andreas K. Huettel
2011-03-16 23:57 Andreas K. Huettel
2011-03-16 23:54 Andreas K. Huettel

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