diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-05 19:27:12 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-05 19:27:12 +0000 |
commit | 5d8b84136003e44eaa40105147da4468c916c4bc (patch) | |
tree | 23267ead9bf4a2d18cf84ff4531bf2f44ecc7817 /app-text/sgml-common | |
parent | Removed from ~sparc - qlogic fc is b0rked, breaks blade 1000, 2000, 280r and ... (diff) | |
download | gentoo-2-5d8b84136003e44eaa40105147da4468c916c4bc.tar.gz gentoo-2-5d8b84136003e44eaa40105147da4468c916c4bc.tar.bz2 gentoo-2-5d8b84136003e44eaa40105147da4468c916c4bc.zip |
Change the installer script to use /bin/bash instead of /bin/sh as it users bash-specific syntax, and mark ~x86-fbsd.
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'app-text/sgml-common')
-rw-r--r-- | app-text/sgml-common/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/sgml-common/files/sgml-common-0.6.3-install-catalog.in | 2 | ||||
-rw-r--r-- | app-text/sgml-common/sgml-common-0.6.3-r5.ebuild | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/app-text/sgml-common/ChangeLog b/app-text/sgml-common/ChangeLog index b2f888ab3a7d..d14565b858e5 100644 --- a/app-text/sgml-common/ChangeLog +++ b/app-text/sgml-common/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/sgml-common # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/ChangeLog,v 1.34 2006/03/26 14:15:16 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/ChangeLog,v 1.35 2006/04/05 19:27:12 flameeyes Exp $ + + 05 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + files/sgml-common-0.6.3-install-catalog.in, sgml-common-0.6.3-r5.ebuild: + Change the installer script to use /bin/bash instead of /bin/sh as it users + bash-specific syntax, and mark ~x86-fbsd. 26 Mar 2006; Alexandre Buisse <nattfodd@gentoo.org> sgml-common-0.6.3-r5.ebuild: diff --git a/app-text/sgml-common/files/sgml-common-0.6.3-install-catalog.in b/app-text/sgml-common/files/sgml-common-0.6.3-install-catalog.in index 9014d0ebb232..3102ae8a7ec1 100644 --- a/app-text/sgml-common/files/sgml-common-0.6.3-install-catalog.in +++ b/app-text/sgml-common/files/sgml-common-0.6.3-install-catalog.in @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Script to install a catalog in the centralized SGML catalog # Send any comments to Eric Bischoff <eric@caldera.de> # This program is under GPL license. See LICENSE file for details. diff --git a/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild b/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild index deb027601ddb..7d406d444d9c 100644 --- a/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild +++ b/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild,v 1.2 2006/03/26 14:15:16 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild,v 1.3 2006/04/05 19:27:12 flameeyes Exp $ inherit autotools eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://kde/devel/docbook/SOURCES/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="" |