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 16:57:59 +0000 (UTC)	[thread overview]
Message-ID: <d7aa6b1946acb1cf1de206a78a0678f31e164033.dilfridge@gentoo> (raw)

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



             reply	other threads:[~2011-03-17 16:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-17 16:57 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 20:37 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=d7aa6b1946acb1cf1de206a78a0678f31e164033.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