summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-25 23:52:28 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-25 23:52:28 +0000
commitd60b20b659e2db071f2081477fd0b3b773c3e53f (patch)
treea33b51392006401b0ef55241fab8f09ccfe62af2 /dev-ada
parentReplacing einfo with elog (diff)
downloadgentoo-2-d60b20b659e2db071f2081477fd0b3b773c3e53f.tar.gz
gentoo-2-d60b20b659e2db071f2081477fd0b3b773c3e53f.tar.bz2
gentoo-2-d60b20b659e2db071f2081477fd0b3b773c3e53f.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-ada')
-rw-r--r--dev-ada/florist/ChangeLog7
-rw-r--r--dev-ada/florist/files/digest-florist-3.15p2
-rw-r--r--dev-ada/florist/florist-3.15p.ebuild14
3 files changed, 14 insertions, 9 deletions
diff --git a/dev-ada/florist/ChangeLog b/dev-ada/florist/ChangeLog
index db9cf3b2b454..62fab29c1b3e 100644
--- a/dev-ada/florist/ChangeLog
+++ b/dev-ada/florist/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ada/florist
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/florist/ChangeLog,v 1.11 2006/05/13 20:56:09 george Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/florist/ChangeLog,v 1.12 2007/01/25 23:52:28 genone Exp $
+
+ 26 Jan 2007; Marius Mauch <genone@gentoo.org> florist-3.15p.ebuild:
+ Replacing einfo with elog
13 May 2006; George Shapovalov <george@gentoo.org> florist-3.15p.ebuild:
removed inherit gnat until adapted for new eclass
diff --git a/dev-ada/florist/files/digest-florist-3.15p b/dev-ada/florist/files/digest-florist-3.15p
index a7823707d583..67866430f1b2 100644
--- a/dev-ada/florist/files/digest-florist-3.15p
+++ b/dev-ada/florist/files/digest-florist-3.15p
@@ -1 +1,3 @@
MD5 988e08ee86e022249fed79345b25921f florist-3.15p-src.tgz 264898
+RMD160 57ff4d445f46d4b5631aad43fa5d8e401de8e353 florist-3.15p-src.tgz 264898
+SHA256 0333a6f27c85ed387912ec661bfc96399c4433fa60639bff5a7d9643efd76a7c florist-3.15p-src.tgz 264898
diff --git a/dev-ada/florist/florist-3.15p.ebuild b/dev-ada/florist/florist-3.15p.ebuild
index 7d498e446332..80071b87fb68 100644
--- a/dev-ada/florist/florist-3.15p.ebuild
+++ b/dev-ada/florist/florist-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/florist/florist-3.15p.ebuild,v 1.10 2006/05/13 20:56:09 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/florist/florist-3.15p.ebuild,v 1.11 2007/01/25 23:52:28 genone Exp $
DESCRIPTION="POSIX Ada Bindings"
HOMEPAGE="http://www.cs.fsu.edu/~baker/florist.html"
@@ -66,10 +66,10 @@ src_install() {
}
pkg_postinst() {
- einfo "The envaironment has been set up to make gnat automatically find files for"
- einfo "Florist. 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 "Florist. 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"
}