diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-25 23:57:42 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-25 23:57:42 +0000 |
commit | ca87262482c0531830787a5fa571b6380f8790c7 (patch) | |
tree | 7e1749fd27cd37dd26079d88ce133092f95487df /dev-ada/gps-bin/gps-bin-2.1.0.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | historical-ca87262482c0531830787a5fa571b6380f8790c7.tar.gz historical-ca87262482c0531830787a5fa571b6380f8790c7.tar.bz2 historical-ca87262482c0531830787a5fa571b6380f8790c7.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'dev-ada/gps-bin/gps-bin-2.1.0.ebuild')
-rw-r--r-- | dev-ada/gps-bin/gps-bin-2.1.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-ada/gps-bin/gps-bin-2.1.0.ebuild b/dev-ada/gps-bin/gps-bin-2.1.0.ebuild index 9c095d1723b9..ed7e74500e95 100644 --- a/dev-ada/gps-bin/gps-bin-2.1.0.ebuild +++ b/dev-ada/gps-bin/gps-bin-2.1.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-ada/gps-bin/gps-bin-2.1.0.ebuild,v 1.1 2005/05/27 14:44:42 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/gps-bin/gps-bin-2.1.0.ebuild,v 1.2 2007/01/25 23:51:01 genone Exp $ IUSE="" @@ -43,8 +43,8 @@ src_install () { } pkg_postinst(){ - einfo "This is GNAT Programming System, enjoy!" - einfo "Please note, if you plan on using gtkada, beware that while compiling + elog "This is GNAT Programming System, enjoy!" + elog "Please note, if you plan on using gtkada, beware that while compiling your app from within gps, it will link against its own libraries instead of the system-wide gtkada library!" } |