diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-25 23:39:26 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-25 23:39:26 +0000 |
commit | 4392bff43e07dbe760fa74d0e4a18bc9e41021ba (patch) | |
tree | 1404d9085650c4dff4be257424643f5e68334b03 /dev-ada | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-4392bff43e07dbe760fa74d0e4a18bc9e41021ba.tar.gz gentoo-2-4392bff43e07dbe760fa74d0e4a18bc9e41021ba.tar.bz2 gentoo-2-4392bff43e07dbe760fa74d0e4a18bc9e41021ba.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/asis/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ada/asis/asis-3.15p.ebuild | 14 | ||||
-rw-r--r-- | dev-ada/asis/asis-3.4.6.2006.ebuild | 8 | ||||
-rw-r--r-- | dev-ada/asis/asis-3.4.6.ebuild | 8 | ||||
-rw-r--r-- | dev-ada/asis/asis-3.44.ebuild | 14 | ||||
-rw-r--r-- | dev-ada/asis/files/digest-asis-3.15p | 2 |
6 files changed, 30 insertions, 24 deletions
diff --git a/dev-ada/asis/ChangeLog b/dev-ada/asis/ChangeLog index b1a4527cce2e..fbb14884b64f 100644 --- a/dev-ada/asis/ChangeLog +++ b/dev-ada/asis/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ada/asis -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis/ChangeLog,v 1.23 2006/09/09 21:46:08 george Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis/ChangeLog,v 1.24 2007/01/25 23:39:26 genone Exp $ + + 25 Jan 2007; Marius Mauch <genone@gentoo.org> asis-3.4.6.ebuild, + asis-3.4.6.2006.ebuild, asis-3.15p.ebuild, asis-3.44.ebuild: + Replacing einfo with elog 09 Sep 2006; George Shapovalov <george@gentoo.org> asis-3.4.6.2006.ebuild: repackaged the sources for 3.4.6.2006 and simplified the ebuild diff --git a/dev-ada/asis/asis-3.15p.ebuild b/dev-ada/asis/asis-3.15p.ebuild index 6abce8a145c0..6ba8cf781cf1 100644 --- a/dev-ada/asis/asis-3.15p.ebuild +++ b/dev-ada/asis/asis-3.15p.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-ada/asis/asis-3.15p.ebuild,v 1.17 2006/09/08 13:35:24 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis/asis-3.15p.ebuild,v 1.18 2007/01/25 23:39:26 genone Exp $ inherit eutils @@ -88,9 +88,9 @@ src_install () { } pkg_postinst() { - einfo "The envaironment has been set up to make gnat automatically find files for" - einfo "ASIS. In order to immediately activate these settings please do:" - einfo "env-update" - einfo "source /etc/profile" - einfo "Otherwise the settings will become active next time you login" + elog "The environment has been set up to make gnat automatically find files for" + elog "ASIS. In order to immediately activate these settings please do:" + elog "env-update" + elog "source /etc/profile" + elog "Otherwise the settings will become active next time you login" } diff --git a/dev-ada/asis/asis-3.4.6.2006.ebuild b/dev-ada/asis/asis-3.4.6.2006.ebuild index 69a5375520e4..23cd6c231b3f 100644 --- a/dev-ada/asis/asis-3.4.6.2006.ebuild +++ b/dev-ada/asis/asis-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-ada/asis/asis-3.4.6.2006.ebuild,v 1.3 2006/09/09 21:46:08 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis/asis-3.4.6.2006.ebuild,v 1.4 2007/01/25 23:39:26 genone Exp $ inherit eutils flag-o-matic gnatbuild @@ -116,7 +116,7 @@ src_install () { pkg_postinst() { echo - einfo "The ASIS is installed for the active gnat compiler at gnat's location." - einfo "No further configuration is necessary. Enjoy." + elog "The ASIS is installed for the active gnat compiler at gnat's location." + elog "No further configuration is necessary. Enjoy." echo } diff --git a/dev-ada/asis/asis-3.4.6.ebuild b/dev-ada/asis/asis-3.4.6.ebuild index 10352b516446..bd6968402bab 100644 --- a/dev-ada/asis/asis-3.4.6.ebuild +++ b/dev-ada/asis/asis-3.4.6.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-ada/asis/asis-3.4.6.ebuild,v 1.2 2006/09/09 21:49:09 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis/asis-3.4.6.ebuild,v 1.3 2007/01/25 23:39:26 genone Exp $ inherit eutils flag-o-matic gnatbuild @@ -135,7 +135,7 @@ src_install () { pkg_postinst() { echo - einfo "The ASIS is installed for the active gnat compiler at gnat's location." - einfo "No further configuration is necessary. Enjoy." + elog "The ASIS is installed for the active gnat compiler at gnat's location." + elog "No further configuration is necessary. Enjoy." echo } diff --git a/dev-ada/asis/asis-3.44.ebuild b/dev-ada/asis/asis-3.44.ebuild index 8cc66d1f337c..fecb57d4cce5 100644 --- a/dev-ada/asis/asis-3.44.ebuild +++ b/dev-ada/asis/asis-3.44.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-ada/asis/asis-3.44.ebuild,v 1.8 2006/05/13 21:26:23 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis/asis-3.44.ebuild,v 1.9 2007/01/25 23:39:26 genone Exp $ inherit eutils flag-o-matic @@ -105,9 +105,9 @@ src_install () { } pkg_postinst() { - einfo "The envaironment has been set up to make gnat automatically find files for" - einfo "ASIS. In order to immediately activate these settings please do:" - einfo "env-update" - einfo "source /etc/profile" - einfo "Otherwise the settings will become active next time you login" + elog "The environment has been set up to make gnat automatically find files for" + elog "ASIS. In order to immediately activate these settings please do:" + elog "env-update" + elog "source /etc/profile" + elog "Otherwise the settings will become active next time you login" } diff --git a/dev-ada/asis/files/digest-asis-3.15p b/dev-ada/asis/files/digest-asis-3.15p index 5c06417681a0..68d0c6f7c64d 100644 --- a/dev-ada/asis/files/digest-asis-3.15p +++ b/dev-ada/asis/files/digest-asis-3.15p @@ -1 +1,3 @@ MD5 649f92bca189da5c35d6c1af8d833c2f asis-3.15p-src.tgz 1401350 +RMD160 fc075e5b66b069d6aa7906a29917464fbb7e3ed2 asis-3.15p-src.tgz 1401350 +SHA256 f354edd8260c890e16eec694cf77df858c080ff0aa2302b876491dea4a168151 asis-3.15p-src.tgz 1401350 |