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 | 696dbcbe2405a58f368cbdeba5e9a85e4bb4752e (patch) | |
tree | c91c04f303da2140fed0f78c15edb54064006c37 /dev-lang/gnat-gpl | |
parent | stable x86; bug #165396 (diff) | |
download | gentoo-2-696dbcbe2405a58f368cbdeba5e9a85e4bb4752e.tar.gz gentoo-2-696dbcbe2405a58f368cbdeba5e9a85e4bb4752e.tar.bz2 gentoo-2-696dbcbe2405a58f368cbdeba5e9a85e4bb4752e.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-lang/gnat-gpl')
-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 |
5 files changed, 43 insertions, 38 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 } |