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/xmlada | |
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/xmlada')
-rw-r--r-- | dev-ada/xmlada/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ada/xmlada/files/digest-xmlada-0.7.1-r2 | 2 | ||||
-rw-r--r-- | dev-ada/xmlada/xmlada-0.7.1-r2.ebuild | 14 | ||||
-rw-r--r-- | dev-ada/xmlada/xmlada-1.0.ebuild | 14 |
4 files changed, 22 insertions, 16 deletions
diff --git a/dev-ada/xmlada/ChangeLog b/dev-ada/xmlada/ChangeLog index 300d23d0a60c..87a7172787da 100644 --- a/dev-ada/xmlada/ChangeLog +++ b/dev-ada/xmlada/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ada/xmlada -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/xmlada/ChangeLog,v 1.23 2006/11/18 12:13:26 george Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/xmlada/ChangeLog,v 1.24 2007/01/25 23:57:42 genone Exp $ + + 26 Jan 2007; Marius Mauch <genone@gentoo.org> xmlada-0.7.1-r2.ebuild, + xmlada-1.0.ebuild: + Replacing einfo with elog 18 Nov 2006; George Shapovalov <george@gentoo.org> xmlada-2.2.0.ebuild: AdaCore does not allow undisturbed download (registration is required), and, diff --git a/dev-ada/xmlada/files/digest-xmlada-0.7.1-r2 b/dev-ada/xmlada/files/digest-xmlada-0.7.1-r2 index 9480560adca5..8620dd7ee3f3 100644 --- a/dev-ada/xmlada/files/digest-xmlada-0.7.1-r2 +++ b/dev-ada/xmlada/files/digest-xmlada-0.7.1-r2 @@ -1 +1,3 @@ MD5 385631115aa6546aaf6790e0ad59e399 XmlAda-0.7.1.tgz 312248 +RMD160 75c1186a2209b29399c85c832f04b1f365ec2256 XmlAda-0.7.1.tgz 312248 +SHA256 18370ed6f1c728b5b6014fb3e08823dce1fb7af86d07544134e6e8448b117237 XmlAda-0.7.1.tgz 312248 diff --git a/dev-ada/xmlada/xmlada-0.7.1-r2.ebuild b/dev-ada/xmlada/xmlada-0.7.1-r2.ebuild index fd53a83b463c..91b47f4c849b 100644 --- a/dev-ada/xmlada/xmlada-0.7.1-r2.ebuild +++ b/dev-ada/xmlada/xmlada-0.7.1-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-ada/xmlada/xmlada-0.7.1-r2.ebuild,v 1.9 2006/05/13 21:04:04 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/xmlada/xmlada-0.7.1-r2.ebuild,v 1.10 2007/01/25 23:57:42 genone Exp $ IUSE="" @@ -87,9 +87,9 @@ src_install () } pkg_postinst() { - einfo "The envaironment has been set up to make gnat automatically find files for" - einfo "XmlAda. 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 "XmlAda. 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/xmlada/xmlada-1.0.ebuild b/dev-ada/xmlada/xmlada-1.0.ebuild index 4323349bb4a6..a9e2b3cd2950 100644 --- a/dev-ada/xmlada/xmlada-1.0.ebuild +++ b/dev-ada/xmlada/xmlada-1.0.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/xmlada/xmlada-1.0.ebuild,v 1.5 2006/05/13 21:04:04 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/xmlada/xmlada-1.0.ebuild,v 1.6 2007/01/25 23:57:42 genone Exp $ IUSE="" @@ -87,9 +87,9 @@ src_install () } pkg_postinst() { - einfo "The envaironment has been set up to make gnat automatically find files for" - einfo "XmlAda. 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 "XmlAda. 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" } |