From 1e57d70bd017790cb6295cf0d90f0a19d7882b9c Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Sat, 28 Apr 2007 16:57:49 +0000 Subject: [PATCH] Fix *initd, *confd and *envd calls (#17388, #174266) Package-Manager: portage-2.1.2.5 --- dev-lang/gwydion-dylan-bin/ChangeLog | 6 +++++- dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0.ebuild | 7 +++---- dev-lang/icc/ChangeLog | 5 ++++- dev-lang/icc/icc-9.1.045.ebuild | 5 ++--- dev-lang/ifc/ChangeLog | 5 ++++- dev-lang/ifc/ifc-9.1.040.ebuild | 5 ++--- dev-lang/maude/ChangeLog | 5 ++++- dev-lang/maude/maude-2.1.1-r2.ebuild | 7 +++---- dev-lang/regina-rexx/ChangeLog | 5 ++++- dev-lang/regina-rexx/regina-rexx-3.0.1.ebuild | 5 ++--- dev-lang/stratego/ChangeLog | 6 +++++- dev-lang/stratego/stratego-0.14.ebuild | 7 +++---- dev-lang/stratego/stratego-0.16.ebuild | 7 +++---- 13 files changed, 44 insertions(+), 31 deletions(-) diff --git a/dev-lang/gwydion-dylan-bin/ChangeLog b/dev-lang/gwydion-dylan-bin/ChangeLog index 9a0cdf83c0c1..d0727b402c53 100644 --- a/dev-lang/gwydion-dylan-bin/ChangeLog +++ b/dev-lang/gwydion-dylan-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/gwydion-dylan-bin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan-bin/ChangeLog,v 1.2 2007/02/09 02:20:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan-bin/ChangeLog,v 1.3 2007/04/28 16:54:49 swegener Exp $ + + 28 Apr 2007; Sven Wegener + gwydion-dylan-bin-2.4.0.ebuild: + Fix *initd, *confd and *envd calls (#17388, #174266) 09 Feb 2007; Diego Pettenò ChangeLog: Regenerate digest in Manifest2 format. diff --git a/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0.ebuild b/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0.ebuild index b61725ae2ba1..d5b6925a0b2c 100644 --- a/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0.ebuild +++ b/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0.ebuild,v 1.2 2005/08/02 07:27:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0.ebuild,v 1.3 2007/04/28 16:54:49 swegener Exp $ DESCRIPTION="The Dylan Programming Language Compiler" HOMEPAGE="http://www.gwydiondylan.org/" @@ -26,6 +26,5 @@ src_compile() { src_install() { cp -pr * ${D} - insinto /etc/env.d - doins ${FILESDIR}/20gwydion-dylan + doenvd ${FILESDIR}/20gwydion-dylan } diff --git a/dev-lang/icc/ChangeLog b/dev-lang/icc/ChangeLog index 0e436cfb4e51..9730cc993ad5 100644 --- a/dev-lang/icc/ChangeLog +++ b/dev-lang/icc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/icc # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.40 2007/03/28 15:17:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.41 2007/04/28 16:55:09 swegener Exp $ + + 28 Apr 2007; Sven Wegener icc-9.1.045.ebuild: + Fix *initd, *confd and *envd calls (#17388, #174266) 28 Mar 2007; Raúl Porcel icc-9.1.045.ebuild: ia64 stable wrt bug 169468 diff --git a/dev-lang/icc/icc-9.1.045.ebuild b/dev-lang/icc/icc-9.1.045.ebuild index 7be3c554526a..acea653f203a 100644 --- a/dev-lang/icc/icc-9.1.045.ebuild +++ b/dev-lang/icc/icc-9.1.045.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-9.1.045.ebuild,v 1.4 2007/03/28 15:17:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-9.1.045.ebuild,v 1.5 2007/04/28 16:55:09 swegener Exp $ inherit rpm versionator @@ -97,8 +97,7 @@ src_install () { dodir ${instdir} cp -pPR opt/intel/cc*/${MMV}*/* ${D}/${instdir} cp -pPR opt/intel/idb*/${MMV}*/* ${D}/${instdir} - insinto /etc/env.d - doins ${FILESDIR}/${PVR}/05icc-ifc || die + doenvd ${FILESDIR}/${PVR}/05icc-ifc || die exeinto ${instdir}/bin doexe ${FILESDIR}/${PVR}/icc || die doexe ${FILESDIR}/${PVR}/icpc || die diff --git a/dev-lang/ifc/ChangeLog b/dev-lang/ifc/ChangeLog index ff6edf5ff813..c0a50a606772 100644 --- a/dev-lang/ifc/ChangeLog +++ b/dev-lang/ifc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ifc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.24 2007/03/28 15:18:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.25 2007/04/28 16:55:26 swegener Exp $ + + 28 Apr 2007; Sven Wegener ifc-9.1.040.ebuild: + Fix *initd, *confd and *envd calls (#17388, #174266) 28 Mar 2007; Raúl Porcel ifc-9.1.040.ebuild: ia64 stable wrt bug 169468 diff --git a/dev-lang/ifc/ifc-9.1.040.ebuild b/dev-lang/ifc/ifc-9.1.040.ebuild index 62e750abff18..fed78105559f 100644 --- a/dev-lang/ifc/ifc-9.1.040.ebuild +++ b/dev-lang/ifc/ifc-9.1.040.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-9.1.040.ebuild,v 1.3 2007/03/28 15:18:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-9.1.040.ebuild,v 1.4 2007/04/28 16:55:26 swegener Exp $ inherit rpm versionator @@ -103,8 +103,7 @@ src_install () { dodir ${instdir} cp -pPR opt/intel/fc*/${MMV}*/* ${D}/${instdir} cp -pPR opt/intel/idb*/${MMV}*/* ${D}/${instdir} - insinto /etc/env.d - doins ${FILESDIR}/${MMV}/05ifc || die + doenvd ${FILESDIR}/${MMV}/05ifc || die } pkg_postinst () { diff --git a/dev-lang/maude/ChangeLog b/dev-lang/maude/ChangeLog index d7aa46d5b52e..f015b21f6d75 100644 --- a/dev-lang/maude/ChangeLog +++ b/dev-lang/maude/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/maude # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/maude/ChangeLog,v 1.9 2007/02/09 02:21:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/maude/ChangeLog,v 1.10 2007/04/28 16:55:54 swegener Exp $ + + 28 Apr 2007; Sven Wegener maude-2.1.1-r2.ebuild: + Fix *initd, *confd and *envd calls (#17388, #174266) 09 Feb 2007; Diego Pettenò ChangeLog: Regenerate digest in Manifest2 format. diff --git a/dev-lang/maude/maude-2.1.1-r2.ebuild b/dev-lang/maude/maude-2.1.1-r2.ebuild index 291eb3c77716..3943547371bd 100644 --- a/dev-lang/maude/maude-2.1.1-r2.ebuild +++ b/dev-lang/maude/maude-2.1.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/maude/maude-2.1.1-r2.ebuild,v 1.3 2005/01/17 12:32:50 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/maude/maude-2.1.1-r2.ebuild,v 1.4 2007/04/28 16:55:54 swegener Exp $ inherit toolchain-funcs eutils @@ -52,8 +52,7 @@ src_install() { dodoc AUTHORS ChangeLog NEWS README # Sets the full maude library path. - insinto /etc/env.d - doins ${FILESDIR}/23maude + doenvd ${FILESDIR}/23maude cd ${WORKDIR}/${PN}-full-doc-${PV} diff --git a/dev-lang/regina-rexx/ChangeLog b/dev-lang/regina-rexx/ChangeLog index c9143db44bef..b3c6c6dbff5d 100644 --- a/dev-lang/regina-rexx/ChangeLog +++ b/dev-lang/regina-rexx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/regina-rexx # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/regina-rexx/ChangeLog,v 1.15 2007/02/06 08:40:33 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/regina-rexx/ChangeLog,v 1.16 2007/04/28 16:57:05 swegener Exp $ + + 28 Apr 2007; Sven Wegener regina-rexx-3.0.1.ebuild: + Fix *initd, *confd and *envd calls (#17388, #174266) 06 Feb 2007; Marius Mauch regina-rexx-3.0.1.ebuild, regina-rexx-3.3.ebuild: diff --git a/dev-lang/regina-rexx/regina-rexx-3.0.1.ebuild b/dev-lang/regina-rexx/regina-rexx-3.0.1.ebuild index 7f465a7997b8..8fe12a7d4b20 100644 --- a/dev-lang/regina-rexx/regina-rexx-3.0.1.ebuild +++ b/dev-lang/regina-rexx/regina-rexx-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/regina-rexx/regina-rexx-3.0.1.ebuild,v 1.15 2007/02/06 08:40:33 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/regina-rexx/regina-rexx-3.0.1.ebuild,v 1.16 2007/04/28 16:57:05 swegener Exp $ S=${WORKDIR} HOMEPAGE="http://regina-rexx.sourceforge.net" @@ -27,8 +27,7 @@ src_compile() { src_install() { einstall datadir=${D}/usr/share/regina || die - exeinto /etc/init.d - doexe ${FILESDIR}/rc_rxstack rxstack + doinitd ${FILESDIR}/rc_rxstack rxstack dodoc BUGS COPYING-LIB HACKERS.txt README.Unix README_SAFE \ TODO demo diff --git a/dev-lang/stratego/ChangeLog b/dev-lang/stratego/ChangeLog index 528b4ea8c6a2..e25205fa92a4 100644 --- a/dev-lang/stratego/ChangeLog +++ b/dev-lang/stratego/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/stratego # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/stratego/ChangeLog,v 1.23 2007/02/09 02:27:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/stratego/ChangeLog,v 1.24 2007/04/28 16:57:49 swegener Exp $ + + 28 Apr 2007; Sven Wegener stratego-0.14.ebuild, + stratego-0.16.ebuild: + Fix *initd, *confd and *envd calls (#17388, #174266) 09 Feb 2007; Diego Pettenò ChangeLog: Regenerate digest in Manifest2 format. diff --git a/dev-lang/stratego/stratego-0.14.ebuild b/dev-lang/stratego/stratego-0.14.ebuild index fe131cf67c83..9e7d43b59192 100644 --- a/dev-lang/stratego/stratego-0.14.ebuild +++ b/dev-lang/stratego/stratego-0.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/stratego/stratego-0.14.ebuild,v 1.3 2005/11/04 13:55:54 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/stratego/stratego-0.14.ebuild,v 1.4 2007/04/28 16:57:49 swegener Exp $ inherit flag-o-matic @@ -24,6 +24,5 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - insinto /etc/env.d - doins ${FILESDIR}/42stratego + doenvd ${FILESDIR}/42stratego } diff --git a/dev-lang/stratego/stratego-0.16.ebuild b/dev-lang/stratego/stratego-0.16.ebuild index 232838b61a2a..8ceb0dd5f17a 100644 --- a/dev-lang/stratego/stratego-0.16.ebuild +++ b/dev-lang/stratego/stratego-0.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/stratego/stratego-0.16.ebuild,v 1.2 2005/11/04 13:54:17 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/stratego/stratego-0.16.ebuild,v 1.3 2007/04/28 16:57:49 swegener Exp $ inherit flag-o-matic @@ -25,6 +25,5 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - insinto /etc/env.d - doins ${FILESDIR}/42stratego + doenvd ${FILESDIR}/42stratego } -- 2.26.2