diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-03-01 15:20:39 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-03-01 15:20:39 +0000 |
commit | e8b500114425d51967f861f8b65aa711d06606df (patch) | |
tree | 2100c26675550cf14d07deaddc44c58c49349c1d /app-text/sdcv | |
parent | version bump, bug 539526 (diff) | |
download | gentoo-2-e8b500114425d51967f861f8b65aa711d06606df.tar.gz gentoo-2-e8b500114425d51967f861f8b65aa711d06606df.tar.bz2 gentoo-2-e8b500114425d51967f861f8b65aa711d06606df.zip |
Fix tests bang to be bash.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'app-text/sdcv')
-rw-r--r-- | app-text/sdcv/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/sdcv/files/sdcv-0.4.2-dash.patch | 21 | ||||
-rw-r--r-- | app-text/sdcv/sdcv-0.4.2.ebuild | 5 |
3 files changed, 29 insertions, 3 deletions
diff --git a/app-text/sdcv/ChangeLog b/app-text/sdcv/ChangeLog index 029617d364d6..c36ad22ef984 100644 --- a/app-text/sdcv/ChangeLog +++ b/app-text/sdcv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/sdcv # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sdcv/ChangeLog,v 1.5 2015/02/28 18:18:28 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sdcv/ChangeLog,v 1.6 2015/03/01 15:20:39 slyfox Exp $ + + 01 Mar 2015; Sergei Trofimovich <slyfox@gentoo.org> + +files/sdcv-0.4.2-dash.patch, sdcv-0.4.2.ebuild: + Fix tests bang to be bash. *sdcv-0.5.0_beta2 (28 Feb 2015) diff --git a/app-text/sdcv/files/sdcv-0.4.2-dash.patch b/app-text/sdcv/files/sdcv-0.4.2-dash.patch new file mode 100644 index 000000000000..35d15ae014c7 --- /dev/null +++ b/app-text/sdcv/files/sdcv-0.4.2-dash.patch @@ -0,0 +1,21 @@ +diff --git a/tests/t_datadir b/tests/t_datadir +index 116ae7e..327e5b5 100755 +--- a/tests/t_datadir ++++ b/tests/t_datadir +@@ -1 +1 @@ +-#!/bin/sh ++#!/bin/bash +diff --git a/tests/t_list b/tests/t_list +index 42ae137..62e52fd 100755 +--- a/tests/t_list ++++ b/tests/t_list +@@ -1 +1 @@ +-#!/bin/sh ++#!/bin/bash +diff --git a/tests/t_utf8input b/tests/t_utf8input +index 7ae88c4..e692ab0 100755 +--- a/tests/t_utf8input ++++ b/tests/t_utf8input +@@ -1 +1 @@ +-#!/bin/sh ++#!/bin/bash diff --git a/app-text/sdcv/sdcv-0.4.2.ebuild b/app-text/sdcv/sdcv-0.4.2.ebuild index 69278c767b52..76a0bd774c0c 100644 --- a/app-text/sdcv/sdcv-0.4.2.ebuild +++ b/app-text/sdcv/sdcv-0.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sdcv/sdcv-0.4.2.ebuild,v 1.2 2009/10/30 09:47:58 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sdcv/sdcv-0.4.2.ebuild,v 1.3 2015/03/01 15:20:39 slyfox Exp $ inherit eutils @@ -27,6 +27,7 @@ src_unpack() { epatch "${FILESDIR}/${P}-crash.patch" epatch "${FILESDIR}/${P}-g-handling.patch" epatch "${FILESDIR}/${P}-respect-HOME.patch" + epatch "${FILESDIR}"/${P}-dash.patch } src_compile() { |