diff options
author | Marius Mauch <genone@gentoo.org> | 2007-02-06 08:09:10 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-02-06 08:09:10 +0000 |
commit | 4fde2c58258b80487ca88a894c97e3384c66c78a (patch) | |
tree | 8348c6d9f92b3b12427cb1f73784f27153c90337 /dev-lang/gnat | |
parent | Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. (diff) | |
download | gentoo-2-4fde2c58258b80487ca88a894c97e3384c66c78a.tar.gz gentoo-2-4fde2c58258b80487ca88a894c97e3384c66c78a.tar.bz2 gentoo-2-4fde2c58258b80487ca88a894c97e3384c66c78a.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-lang/gnat')
-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 |
11 files changed, 123 insertions, 117 deletions
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 } |