summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-libs/nas/ChangeLog7
-rw-r--r--media-libs/nas/nas-1.7-r1.ebuild12
2 files changed, 11 insertions, 8 deletions
diff --git a/media-libs/nas/ChangeLog b/media-libs/nas/ChangeLog
index 366f62228e34..781c26ddda19 100644
--- a/media-libs/nas/ChangeLog
+++ b/media-libs/nas/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/nas
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/nas/ChangeLog,v 1.48 2006/09/04 08:17:30 mr_bones_ Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/nas/ChangeLog,v 1.49 2007/01/05 17:16:34 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> nas-1.7-r1.ebuild:
+ Convert to use elog.
04 Sep 2006; Michael Sterrett <mr_bones_@gentoo.org>
-files/nas-1.5-libaudioMakefile.patch, -files/nas-1.6c-header.patch,
diff --git a/media-libs/nas/nas-1.7-r1.ebuild b/media-libs/nas/nas-1.7-r1.ebuild
index c7214d56dfa8..7d422804da34 100644
--- a/media-libs/nas/nas-1.7-r1.ebuild
+++ b/media-libs/nas/nas-1.7-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/media-libs/nas/nas-1.7-r1.ebuild,v 1.14 2006/09/04 04:26:26 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/nas/nas-1.7-r1.ebuild,v 1.15 2007/01/05 17:16:34 flameeyes Exp $
inherit eutils toolchain-funcs
@@ -65,8 +65,8 @@ src_install () {
}
pkg_postinst() {
- einfo "To enable NAS on boot you will have to add it to the"
- einfo "default profile, issue the following command as root to do so."
- einfo ""
- einfo "rc-update add nas default"
+ elog "To enable NAS on boot you will have to add it to the"
+ elog "default profile, issue the following command as root to do so."
+ elog ""
+ elog "rc-update add nas default"
}