diff options
author | Marius Mauch <genone@gentoo.org> | 2007-02-06 08:11:12 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-02-06 08:11:12 +0000 |
commit | 03b5b8576ea187a2f15dd34fe68230f38de7146a (patch) | |
tree | d24479179fda40cc0efe59489e103457475392d7 /dev-lang | |
parent | stable x86; bug #165396 (diff) | |
download | historical-03b5b8576ea187a2f15dd34fe68230f38de7146a.tar.gz historical-03b5b8576ea187a2f15dd34fe68230f38de7146a.tar.bz2 historical-03b5b8576ea187a2f15dd34fe68230f38de7146a.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/gnat-gpl/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lang/gnat-gpl/gnat-gpl-3.4.5.1-r1.ebuild | 18 | ||||
-rw-r--r-- | dev-lang/gnat-gpl/gnat-gpl-3.4.5.2005.ebuild | 18 | ||||
-rw-r--r-- | dev-lang/gnat-gpl/gnat-gpl-3.4.6.1.ebuild | 18 | ||||
-rw-r--r-- | dev-lang/gnat-gpl/gnat-gpl-3.4.6.2006.ebuild | 18 | ||||
-rw-r--r-- | dev-lang/gnat/ChangeLog | 10 | ||||
-rw-r--r-- | dev-lang/gnat/gnat-3.14p.ebuild | 32 | ||||
-rw-r--r-- | dev-lang/gnat/gnat-3.15p-r3.ebuild | 22 | ||||
-rw-r--r-- | dev-lang/gnat/gnat-3.15p-r4.ebuild | 22 | ||||
-rw-r--r-- | dev-lang/gnat/gnat-3.15p-r5.ebuild | 22 | ||||
-rw-r--r-- | dev-lang/gnat/gnat-3.15p.ebuild | 32 | ||||
-rw-r--r-- | dev-lang/gnat/gnat-3.41.ebuild | 20 | ||||
-rw-r--r-- | dev-lang/gnat/gnat-3.43.ebuild | 20 | ||||
-rw-r--r-- | dev-lang/gnat/gnat-3.44-r1.ebuild | 20 | ||||
-rw-r--r-- | dev-lang/gnat/gnat-3.44-r2.ebuild | 20 | ||||
-rw-r--r-- | dev-lang/gnat/gnat-3.45.ebuild | 20 |
16 files changed, 166 insertions, 155 deletions
diff --git a/dev-lang/gnat-gpl/ChangeLog b/dev-lang/gnat-gpl/ChangeLog index a32212faef75..9d655247ee59 100644 --- a/dev-lang/gnat-gpl/ChangeLog +++ b/dev-lang/gnat-gpl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/gnat-gpl -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gpl/ChangeLog,v 1.13 2006/09/24 16:00:11 dholm Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gpl/ChangeLog,v 1.14 2007/02/06 08:11:12 genone Exp $ + + 06 Feb 2007; Marius Mauch <genone@gentoo.org> gnat-gpl-3.4.5.1-r1.ebuild, + gnat-gpl-3.4.5.2005.ebuild, gnat-gpl-3.4.6.1.ebuild, + gnat-gpl-3.4.6.2006.ebuild: + Replacing einfo with elog 24 Sep 2006; David Holm <dholm@gentoo.org> gnat-gpl-3.4.6.2006.ebuild: Added to ~ppc. diff --git a/dev-lang/gnat-gpl/gnat-gpl-3.4.5.1-r1.ebuild b/dev-lang/gnat-gpl/gnat-gpl-3.4.5.1-r1.ebuild index 2111654cb4e3..c6e20af29a72 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-3.4.5.1-r1.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-3.4.5.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/gnat-gpl/gnat-gpl-3.4.5.1-r1.ebuild,v 1.2 2006/03/19 22:20:51 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gpl/gnat-gpl-3.4.5.1-r1.ebuild,v 1.3 2007/02/06 08:11:12 genone Exp $ inherit gnatbuild flag-o-matic @@ -61,13 +61,13 @@ src_install() { pkg_postinst() { gnatbuild_pkg_postinst - einfo - einfo "This is an experimental issue of the gnat-gpl compiler, supporting" - einfo "some of the new features of Ada2005. You may consider registering with" - einfo "AdaCore at https://libre2.adacore.com/." - einfo + elog + elog "This is an experimental issue of the gnat-gpl compiler, supporting" + elog "some of the new features of Ada2005. You may consider registering with" + elog "AdaCore at https://libre2.adacore.com/." + elog ewarn "Please note!!!" ewarn "gnat-gpl is distributed under the GPL-2 license, without the GMGPL provision!!" - einfo "For the GMGPL version you may look at the gnat-gcc compiler." - einfo + ewarn "For the GMGPL version you may look at the gnat-gcc compiler." + ewarn } diff --git a/dev-lang/gnat-gpl/gnat-gpl-3.4.5.2005.ebuild b/dev-lang/gnat-gpl/gnat-gpl-3.4.5.2005.ebuild index a1cde8ce9798..0210e0cb25ac 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-3.4.5.2005.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-3.4.5.2005.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/gnat-gpl/gnat-gpl-3.4.5.2005.ebuild,v 1.1 2006/09/08 13:18:53 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gpl/gnat-gpl-3.4.5.2005.ebuild,v 1.2 2007/02/06 08:11:12 genone Exp $ inherit gnatbuild @@ -65,13 +65,13 @@ src_install() { pkg_postinst() { gnatbuild_pkg_postinst - einfo - einfo "This is an experimental issue of the gnat-gpl compiler, supporting" - einfo "some of the new features of Ada2005. You may consider registering with" - einfo "AdaCore at https://libre2.adacore.com/." - einfo + elog + elog "This is an experimental issue of the gnat-gpl compiler, supporting" + elog "some of the new features of Ada2005. You may consider registering with" + elog "AdaCore at https://libre2.adacore.com/." + elog ewarn "Please note!!!" ewarn "gnat-gpl is distributed under the GPL-2 license, without the GMGPL provision!!" - einfo "For the GMGPL version you may look at the gnat-gcc compiler." - einfo + ewarn "For the GMGPL version you may look at the gnat-gcc compiler." + ewarn } diff --git a/dev-lang/gnat-gpl/gnat-gpl-3.4.6.1.ebuild b/dev-lang/gnat-gpl/gnat-gpl-3.4.6.1.ebuild index b331fca9ac1a..4e7fad452fcb 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-3.4.6.1.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-3.4.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/gnat-gpl/gnat-gpl-3.4.6.1.ebuild,v 1.1 2006/06/25 11:00:05 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gpl/gnat-gpl-3.4.6.1.ebuild,v 1.2 2007/02/06 08:11:12 genone Exp $ inherit gnatbuild @@ -67,13 +67,13 @@ src_install() { pkg_postinst() { gnatbuild_pkg_postinst - einfo - einfo "This is an experimental issue of the gnat-gpl compiler, supporting" - einfo "some of the new features of Ada2005. You may consider registering with" - einfo "AdaCore at https://libre2.adacore.com/." - einfo + elog + elog "This is an experimental issue of the gnat-gpl compiler, supporting" + elog "some of the new features of Ada2005. You may consider registering with" + elog "AdaCore at https://libre2.adacore.com/." + elog ewarn "Please note!!!" ewarn "gnat-gpl is distributed under the GPL-2 license, without the GMGPL provision!!" - einfo "For the GMGPL version you may look at the gnat-gcc compiler." - einfo + ewarn "For the GMGPL version you may look at the gnat-gcc compiler." + ewarn } diff --git a/dev-lang/gnat-gpl/gnat-gpl-3.4.6.2006.ebuild b/dev-lang/gnat-gpl/gnat-gpl-3.4.6.2006.ebuild index 736cb1ea0ad6..3a7a4e0f54df 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-3.4.6.2006.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-3.4.6.2006.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/gnat-gpl/gnat-gpl-3.4.6.2006.ebuild,v 1.4 2006/09/24 16:00:11 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gpl/gnat-gpl-3.4.6.2006.ebuild,v 1.5 2007/02/06 08:11:12 genone Exp $ inherit gnatbuild @@ -68,13 +68,13 @@ src_install() { pkg_postinst() { gnatbuild_pkg_postinst - einfo - einfo "This is an experimental issue of the gnat-gpl compiler, supporting" - einfo "some of the new features of Ada2005. You may consider registering with" - einfo "AdaCore at https://libre2.adacore.com/." - einfo + elog + elog "This is an experimental issue of the gnat-gpl compiler, supporting" + elog "some of the new features of Ada2005. You may consider registering with" + elog "AdaCore at https://libre2.adacore.com/." + elog ewarn "Please note!!!" ewarn "gnat-gpl is distributed under the GPL-2 license, without the GMGPL provision!!" - einfo "For the GMGPL version you may look at the gnat-gcc compiler." - einfo + ewarn "For the GMGPL version you may look at the gnat-gcc compiler." + ewarn } diff --git a/dev-lang/gnat/ChangeLog b/dev-lang/gnat/ChangeLog index 7dc7d7172576..7cc538fd6bd3 100644 --- a/dev-lang/gnat/ChangeLog +++ b/dev-lang/gnat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/gnat -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat/ChangeLog,v 1.49 2006/05/25 14:07:32 hansmi Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat/ChangeLog,v 1.50 2007/02/06 08:09:10 genone Exp $ + + 06 Feb 2007; Marius Mauch <genone@gentoo.org> gnat-3.14p.ebuild, + gnat-3.15p.ebuild, gnat-3.15p-r3.ebuild, gnat-3.15p-r4.ebuild, + gnat-3.15p-r5.ebuild, gnat-3.41.ebuild, gnat-3.43.ebuild, + gnat-3.44-r1.ebuild, gnat-3.44-r2.ebuild, gnat-3.45.ebuild: + Replacing einfo with elog 25 May 2006; Michael Hanselmann <hansmi@gentoo.org> gnat-3.45.ebuild: Stable on ppc. diff --git a/dev-lang/gnat/gnat-3.14p.ebuild b/dev-lang/gnat/gnat-3.14p.ebuild index 5134f8f4e46b..d95b9f37a276 100644 --- a/dev-lang/gnat/gnat-3.14p.ebuild +++ b/dev-lang/gnat/gnat-3.14p.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/gnat/gnat-3.14p.ebuild,v 1.4 2005/02/23 09:41:19 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat/gnat-3.14p.ebuild,v 1.5 2007/02/06 08:09:10 genone Exp $ # # Never replace this with the Ada compiler in the gcc tree. They are based # on the same source but this is the official validated compiler from ACT. @@ -139,18 +139,18 @@ src_install() { pkg_postinst() { # Notify the user what changed - einfo "" - einfo "Both the native-threads and the FSU-threads libraries have been" - einfo "installed. The native-threads version is the default on linux." - einfo "If you want to use FSU-threads (required if you are using Annex D)" - einfo "you must set the following two environment variables:" - einfo "ADA_INCLUDE_PATH=/usr/lib/gcc-lib/${CHOST}/2.8.1/rts-fsu/adainclude:\$ADA_INCLUDE_PATH" - einfo "ADA_OBJECTS_PATH=/usr/lib/gcc-lib/${CHOST}/2.8.1/rts-fsu/adalib:\$ADA_OBJECTS_PATH" - einfo "or use the -aI/usr/lib/gcc-lib/${CHOST}/2.8.1/rts-fsu/adainclude" - einfo "-aO/usr/lib/gcc-lib/${CHOST}/2.8.1/rts-fsu/adalib" - einfo "or you can give gnatmake the following switch: --RTS=fsu" - einfo "" - einfo "The compiler has been installed as gnatgcc, and the coverage testing" - einfo "tool as gnatgcov." - einfo "" + elog + elog "Both the native-threads and the FSU-threads libraries have been" + elog "installed. The native-threads version is the default on linux." + elog "If you want to use FSU-threads (required if you are using Annex D)" + elog "you must set the following two environment variables:" + elog "ADA_INCLUDE_PATH=/usr/lib/gcc-lib/${CHOST}/2.8.1/rts-fsu/adainclude:\$ADA_INCLUDE_PATH" + elog "ADA_OBJECTS_PATH=/usr/lib/gcc-lib/${CHOST}/2.8.1/rts-fsu/adalib:\$ADA_OBJECTS_PATH" + elog "or use the -aI/usr/lib/gcc-lib/${CHOST}/2.8.1/rts-fsu/adainclude" + elog "-aO/usr/lib/gcc-lib/${CHOST}/2.8.1/rts-fsu/adalib" + elog "or you can give gnatmake the following switch: --RTS=fsu" + elog + elog "The compiler has been installed as gnatgcc, and the coverage testing" + elog "tool as gnatgcov." + elog } diff --git a/dev-lang/gnat/gnat-3.15p-r3.ebuild b/dev-lang/gnat/gnat-3.15p-r3.ebuild index 5ebbe4b9c3cf..a0502f005d04 100644 --- a/dev-lang/gnat/gnat-3.15p-r3.ebuild +++ b/dev-lang/gnat/gnat-3.15p-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/gnat/gnat-3.15p-r3.ebuild,v 1.13 2006/05/13 20:17:48 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat/gnat-3.15p-r3.ebuild,v 1.14 2007/02/06 08:09:10 genone Exp $ DESCRIPTION="The GNU Ada Toolkit" DEPEND="x86? ( >=app-shells/tcsh-6.0 )" @@ -180,15 +180,15 @@ src_install() { pkg_postinst() { # Notify the user what changed - einfo "" + elog if [ "${ARCH}" = "x86" ]; then - einfo "Both the native-threads and the FSU-threads runtimes have been" - einfo "installed. The native-threads version is the default on linux." - einfo "If you want to use FSU-threads (required if you are using" - einfo "Annex D) simply use the following switch: --RTS=fsu" - einfo "" + elog "Both the native-threads and the FSU-threads runtimes have been" + elog "installed. The native-threads version is the default on linux." + elog "If you want to use FSU-threads (required if you are using" + elog "Annex D) simply use the following switch: --RTS=fsu" + elog fi - einfo "The compiler has been installed as gnatgcc, and the coverage testing" - einfo "tool as gnatgcov." - einfo "" + elog "The compiler has been installed as gnatgcc, and the coverage testing" + elog "tool as gnatgcov." + elog } diff --git a/dev-lang/gnat/gnat-3.15p-r4.ebuild b/dev-lang/gnat/gnat-3.15p-r4.ebuild index b54577224480..6e88f9ef556a 100644 --- a/dev-lang/gnat/gnat-3.15p-r4.ebuild +++ b/dev-lang/gnat/gnat-3.15p-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/gnat/gnat-3.15p-r4.ebuild,v 1.2 2006/05/13 20:17:48 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat/gnat-3.15p-r4.ebuild,v 1.3 2007/02/06 08:09:10 genone Exp $ DESCRIPTION="The GNU Ada Toolkit" DEPEND="x86? ( >=app-shells/tcsh-6.0 )" @@ -174,15 +174,15 @@ src_install() { pkg_postinst() { # Notify the user what changed - einfo "" + elog if [ "${ARCH}" = "x86" ]; then - einfo "Both the native-threads and the FSU-threads runtimes have been" - einfo "installed. The native-threads version is the default on linux." - einfo "If you want to use FSU-threads (required if you are using" - einfo "Annex D) simply use the following switch: --RTS=fsu" - einfo "" + elog "Both the native-threads and the FSU-threads runtimes have been" + elog "installed. The native-threads version is the default on linux." + elog "If you want to use FSU-threads (required if you are using" + elog "Annex D) simply use the following switch: --RTS=fsu" + elog fi - einfo "The compiler has been installed as gnatgcc, and the coverage testing" - einfo "tool as gnatgcov." - einfo "" + elog "The compiler has been installed as gnatgcc, and the coverage testing" + elog "tool as gnatgcov." + elog } diff --git a/dev-lang/gnat/gnat-3.15p-r5.ebuild b/dev-lang/gnat/gnat-3.15p-r5.ebuild index 052e41b264b6..b54cea49cd90 100644 --- a/dev-lang/gnat/gnat-3.15p-r5.ebuild +++ b/dev-lang/gnat/gnat-3.15p-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/gnat/gnat-3.15p-r5.ebuild,v 1.2 2006/05/13 20:17:48 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat/gnat-3.15p-r5.ebuild,v 1.3 2007/02/06 08:09:10 genone Exp $ inherit eutils @@ -176,15 +176,15 @@ src_install() { pkg_postinst() { # Notify the user what changed - einfo "" + elog if [ "${ARCH}" = "x86" ]; then - einfo "Both the native-threads and the FSU-threads runtimes have been" - einfo "installed. The native-threads version is the default on linux." - einfo "If you want to use FSU-threads (required if you are using" - einfo "Annex D) simply use the following switch: --RTS=fsu" - einfo "" + elog "Both the native-threads and the FSU-threads runtimes have been" + elog "installed. The native-threads version is the default on linux." + elog "If you want to use FSU-threads (required if you are using" + elog "Annex D) simply use the following switch: --RTS=fsu" + elog fi - einfo "The compiler has been installed as gnatgcc, and the coverage testing" - einfo "tool as gnatgcov." - einfo "" + elog "The compiler has been installed as gnatgcc, and the coverage testing" + elog "tool as gnatgcov." + elog } diff --git a/dev-lang/gnat/gnat-3.15p.ebuild b/dev-lang/gnat/gnat-3.15p.ebuild index 6b8ee5f11c4c..2c7f29f03cb8 100644 --- a/dev-lang/gnat/gnat-3.15p.ebuild +++ b/dev-lang/gnat/gnat-3.15p.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/gnat/gnat-3.15p.ebuild,v 1.5 2005/02/23 09:41:19 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat/gnat-3.15p.ebuild,v 1.6 2007/02/06 08:09:10 genone Exp $ # # Never replace this with the Ada compiler in the gcc tree. They are based # on the same source but this is the official validated compiler from ACT. @@ -135,18 +135,18 @@ src_install() { pkg_postinst() { # Notify the user what changed - einfo "" - einfo "Both the native-threads and the FSU-threads libraries have been" - einfo "installed. The native-threads version is the default on linux." - einfo "If you want to use FSU-threads (required if you are using Annex D)" - einfo "you must set the following two environment variables:" - einfo "ADA_INCLUDE_PATH=/usr/lib/gcc-lib/${CHOST}/2.8.1/rts-fsu/adainclude:\$ADA_INCLUDE_PATH" - einfo "ADA_OBJECTS_PATH=/usr/lib/gcc-lib/${CHOST}/2.8.1/rts-fsu/adalib:\$ADA_OBJECTS_PATH" - einfo "or use the -aI/usr/lib/gcc-lib/${CHOST}/2.8.1/rts-fsu/adainclude" - einfo "-aO/usr/lib/gcc-lib/${CHOST}/2.8.1/rts-fsu/adalib" - einfo "or you can give gnatmake the following switch: --RTS=fsu" - einfo "" - einfo "The compiler has been installed as gnatgcc, and the coverage testing" - einfo "tool as gnatgcov." - einfo "" + elog + elog "Both the native-threads and the FSU-threads libraries have been" + elog "installed. The native-threads version is the default on linux." + elog "If you want to use FSU-threads (required if you are using Annex D)" + elog "you must set the following two environment variables:" + elog "ADA_INCLUDE_PATH=/usr/lib/gcc-lib/${CHOST}/2.8.1/rts-fsu/adainclude:\$ADA_INCLUDE_PATH" + elog "ADA_OBJECTS_PATH=/usr/lib/gcc-lib/${CHOST}/2.8.1/rts-fsu/adalib:\$ADA_OBJECTS_PATH" + elog "or use the -aI/usr/lib/gcc-lib/${CHOST}/2.8.1/rts-fsu/adainclude" + elog "-aO/usr/lib/gcc-lib/${CHOST}/2.8.1/rts-fsu/adalib" + elog "or you can give gnatmake the following switch: --RTS=fsu" + elog + elog "The compiler has been installed as gnatgcc, and the coverage testing" + elog "tool as gnatgcov." + elog } diff --git a/dev-lang/gnat/gnat-3.41.ebuild b/dev-lang/gnat/gnat-3.41.ebuild index 59ef03d6a9e6..776e7edfaf8e 100644 --- a/dev-lang/gnat/gnat-3.41.ebuild +++ b/dev-lang/gnat/gnat-3.41.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/gnat/gnat-3.41.ebuild,v 1.6 2006/05/13 20:17:48 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat/gnat-3.41.ebuild,v 1.7 2007/02/06 08:09:10 genone Exp $ MY_PV=3.4.1 DESCRIPTION="GNAT Ada Compiler" @@ -139,12 +139,12 @@ src_install() { pkg_postinst() { # Notify the user what changed - einfo "" - einfo "The compiler has been installed as gnatgcc, and the coverage testing" - einfo "tool as gnatgcov." - einfo "" - einfo "If you are upgrading from GNAT-3.15p or older you will have to" - einfo "reemerge all Ada packages as GNAT-${MY_PV} has updated to a version of" - einfo "GCC which is not backwards compatible with 2.8.1." - einfo "" + elog + elog "The compiler has been installed as gnatgcc, and the coverage testing" + elog "tool as gnatgcov." + elog + elog "If you are upgrading from GNAT-3.15p or older you will have to" + elog "reemerge all Ada packages as GNAT-${MY_PV} has updated to a version of" + elog "GCC which is not backwards compatible with 2.8.1." + elog } diff --git a/dev-lang/gnat/gnat-3.43.ebuild b/dev-lang/gnat/gnat-3.43.ebuild index ee5f503d9e3f..887eb5101044 100644 --- a/dev-lang/gnat/gnat-3.43.ebuild +++ b/dev-lang/gnat/gnat-3.43.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/gnat/gnat-3.43.ebuild,v 1.4 2006/05/13 20:17:48 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat/gnat-3.43.ebuild,v 1.5 2007/02/06 08:09:10 genone Exp $ MY_PV=3.4.3 DESCRIPTION="GNAT Ada Compiler" @@ -139,12 +139,12 @@ src_install() { pkg_postinst() { # Notify the user what changed - einfo "" - einfo "The compiler has been installed as gnatgcc, and the coverage testing" - einfo "tool as gnatgcov." - einfo "" - einfo "If you are upgrading from GNAT-3.15p or older you will have to" - einfo "reemerge all Ada packages as GNAT-${MY_PV} has updated to a version of" - einfo "GCC which is not backwards compatible with 2.8.1." - einfo "" + elog + elog "The compiler has been installed as gnatgcc, and the coverage testing" + elog "tool as gnatgcov." + elog + elog "If you are upgrading from GNAT-3.15p or older you will have to" + elog "reemerge all Ada packages as GNAT-${MY_PV} has updated to a version of" + elog "GCC which is not backwards compatible with 2.8.1." + elog } diff --git a/dev-lang/gnat/gnat-3.44-r1.ebuild b/dev-lang/gnat/gnat-3.44-r1.ebuild index e7cdee935593..ad3b4addd4d2 100644 --- a/dev-lang/gnat/gnat-3.44-r1.ebuild +++ b/dev-lang/gnat/gnat-3.44-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/gnat/gnat-3.44-r1.ebuild,v 1.5 2006/05/13 20:17:48 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat/gnat-3.44-r1.ebuild,v 1.6 2007/02/06 08:09:10 genone Exp $ MY_PV="3.4.4" @@ -164,12 +164,12 @@ src_install() { pkg_postinst() { # Notify the user of what changed - einfo "" - einfo "The compiler has been installed as gnatgcc, and the coverage testing" - einfo "tool as gnatgcov." - einfo "" - einfo "If you are upgrading from GNAT-3.15p or older you will have to" - einfo "reemerge all Ada packages as GNAT-${MY_PV} has updated to a version of" - einfo "GCC which is not backwards compatible with 2.8.1." - einfo "" + elog + elog "The compiler has been installed as gnatgcc, and the coverage testing" + elog "tool as gnatgcov." + elog + elog "If you are upgrading from GNAT-3.15p or older you will have to" + elog "reemerge all Ada packages as GNAT-${MY_PV} has updated to a version of" + elog "GCC which is not backwards compatible with 2.8.1." + elog } diff --git a/dev-lang/gnat/gnat-3.44-r2.ebuild b/dev-lang/gnat/gnat-3.44-r2.ebuild index 90f0137abd31..54aa73720c82 100644 --- a/dev-lang/gnat/gnat-3.44-r2.ebuild +++ b/dev-lang/gnat/gnat-3.44-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/gnat/gnat-3.44-r2.ebuild,v 1.6 2006/05/13 20:17:48 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat/gnat-3.44-r2.ebuild,v 1.7 2007/02/06 08:09:10 genone Exp $ inherit flag-o-matic @@ -175,12 +175,12 @@ src_install() { pkg_postinst() { # Notify the user of what changed - einfo "" - einfo "The compiler has been installed as gnatgcc, and the coverage testing" - einfo "tool as gnatgcov." - einfo "" - einfo "If you are upgrading from GNAT-3.15p or older you will have to" - einfo "reemerge all Ada packages as GNAT-${MY_PV} has updated to a version of" - einfo "GCC which is not backwards compatible with 2.8.1." - einfo "" + elog + elog "The compiler has been installed as gnatgcc, and the coverage testing" + elog "tool as gnatgcov." + elog + elog "If you are upgrading from GNAT-3.15p or older you will have to" + elog "reemerge all Ada packages as GNAT-${MY_PV} has updated to a version of" + elog "GCC which is not backwards compatible with 2.8.1." + elog } diff --git a/dev-lang/gnat/gnat-3.45.ebuild b/dev-lang/gnat/gnat-3.45.ebuild index 0846f161052c..66c60c0e2b1c 100644 --- a/dev-lang/gnat/gnat-3.45.ebuild +++ b/dev-lang/gnat/gnat-3.45.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/gnat/gnat-3.45.ebuild,v 1.9 2006/05/25 14:07:32 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat/gnat-3.45.ebuild,v 1.10 2007/02/06 08:09:10 genone Exp $ inherit flag-o-matic @@ -183,12 +183,12 @@ src_install() { pkg_postinst() { # Notify the user of what changed - einfo "" - einfo "The compiler has been installed as gnatgcc, and the coverage testing" - einfo "tool as gnatgcov." - einfo "" - einfo "If you are upgrading from GNAT-3.15p or older you will have to" - einfo "reemerge all Ada packages as GNAT-${MY_PV} has updated to a version of" - einfo "GCC which is not backwards compatible with 2.8.1." - einfo "" + elog + elog "The compiler has been installed as gnatgcc, and the coverage testing" + elog "tool as gnatgcov." + elog + elog "If you are upgrading from GNAT-3.15p or older you will have to" + elog "reemerge all Ada packages as GNAT-${MY_PV} has updated to a version of" + elog "GCC which is not backwards compatible with 2.8.1." + elog } |