public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Huettel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/dilfridge:master commit in: app-office/impressive/
Date: Thu, 17 Mar 2011 20:37:34 +0000 (UTC)	[thread overview]
Message-ID: <d787c517dbfc3dbc6e07888c5242eb93e85432a4.dilfridge@gentoo> (raw)

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
 }



             reply	other threads:[~2011-03-17 20:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-17 20:37 Andreas K. Huettel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-01-03 22:46 [gentoo-commits] dev/dilfridge:master commit in: app-office/impressive/ 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d787c517dbfc3dbc6e07888c5242eb93e85432a4.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox