diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-09-16 22:36:53 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-09-16 22:36:53 +0000 |
commit | d67ef083a43fb37e84744de9396bed951e4b8e99 (patch) | |
tree | a628435a18db166be600209b568ef5a602b7cb01 /sys-fs/gt5 | |
parent | Install cropper scripts. (diff) | |
download | gentoo-2-d67ef083a43fb37e84744de9396bed951e4b8e99.tar.gz gentoo-2-d67ef083a43fb37e84744de9396bed951e4b8e99.tar.bz2 gentoo-2-d67ef083a43fb37e84744de9396bed951e4b8e99.zip |
Changed interpreter to bash
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-fs/gt5')
-rw-r--r-- | sys-fs/gt5/ChangeLog | 9 | ||||
-rw-r--r-- | sys-fs/gt5/files/digest-gt5-1.4.0-r1 (renamed from sys-fs/gt5/files/digest-gt5-1.4.0) | 0 | ||||
-rw-r--r-- | sys-fs/gt5/files/gt5-1.4.0-bash-shabang.patch | 9 | ||||
-rw-r--r-- | sys-fs/gt5/gt5-1.4.0-r1.ebuild (renamed from sys-fs/gt5/gt5-1.4.0.ebuild) | 11 |
4 files changed, 27 insertions, 2 deletions
diff --git a/sys-fs/gt5/ChangeLog b/sys-fs/gt5/ChangeLog index df1c00dbc02f..3b15832ed5d1 100644 --- a/sys-fs/gt5/ChangeLog +++ b/sys-fs/gt5/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-fs/gt5 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/ChangeLog,v 1.3 2007/09/02 10:15:33 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/ChangeLog,v 1.4 2007/09/16 22:36:52 angelos Exp $ + +*gt5-1.4.0-r1 (16 Sep 2007) + + 16 Sep 2007; Christoph Mende <angelos@gentoo.org> + +files/gt5-1.4.0-bash-shabang.patch, -gt5-1.4.0.ebuild, + +gt5-1.4.0-r1.ebuild: + Changed interpreter to bash *gt5-1.4.0 (02 Sep 2007) diff --git a/sys-fs/gt5/files/digest-gt5-1.4.0 b/sys-fs/gt5/files/digest-gt5-1.4.0-r1 index 7022a821c613..7022a821c613 100644 --- a/sys-fs/gt5/files/digest-gt5-1.4.0 +++ b/sys-fs/gt5/files/digest-gt5-1.4.0-r1 diff --git a/sys-fs/gt5/files/gt5-1.4.0-bash-shabang.patch b/sys-fs/gt5/files/gt5-1.4.0-bash-shabang.patch new file mode 100644 index 000000000000..d28d9f6c1eed --- /dev/null +++ b/sys-fs/gt5/files/gt5-1.4.0-bash-shabang.patch @@ -0,0 +1,9 @@ +diff -ru gt5-1.4.0.orig/gt5 gt5-1.4.0/gt5 +--- gt5-1.4.0.orig/gt5 2007-09-17 00:29:48.685233203 +0200 ++++ gt5-1.4.0/gt5 2007-09-17 00:29:55.684165472 +0200 +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/bin/bash + version=1.4.0 + + #HTML-colours: --------------------------------------------------------------- diff --git a/sys-fs/gt5/gt5-1.4.0.ebuild b/sys-fs/gt5/gt5-1.4.0-r1.ebuild index 1e06cd673748..9f51ddbecefb 100644 --- a/sys-fs/gt5/gt5-1.4.0.ebuild +++ b/sys-fs/gt5/gt5-1.4.0-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/gt5-1.4.0.ebuild,v 1.1 2007/09/02 10:15:33 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/gt5-1.4.0-r1.ebuild,v 1.1 2007/09/16 22:36:52 angelos Exp $ + +inherit eutils DESCRIPTION="a diff-capable 'du-browser'" HOMEPAGE="http://gt5.sourceforge.net/" @@ -15,6 +17,13 @@ RDEPEND="|| ( www-client/links www-client/elinks www-client/lynx )" +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}/${P}-bash-shabang.patch" +} + src_install() { dobin gt5 doman gt5.1 |