summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:48:54 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:48:54 +0000
commit309b05d70d0796ca43ea9b2523c8e35ab27e9ad1 (patch)
tree5bea067dbcf674090dca5f1879a36096e0554604 /media-sound/brutefir
parentChange einfo statements into elog statements. (diff)
downloadhistorical-309b05d70d0796ca43ea9b2523c8e35ab27e9ad1.tar.gz
historical-309b05d70d0796ca43ea9b2523c8e35ab27e9ad1.tar.bz2
historical-309b05d70d0796ca43ea9b2523c8e35ab27e9ad1.zip
Convert to use elog.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'media-sound/brutefir')
-rw-r--r--media-sound/brutefir/ChangeLog8
-rw-r--r--media-sound/brutefir/brutefir-1.0a.ebuild10
-rw-r--r--media-sound/brutefir/brutefir-1.0f.ebuild16
3 files changed, 19 insertions, 15 deletions
diff --git a/media-sound/brutefir/ChangeLog b/media-sound/brutefir/ChangeLog
index f067af9300bb..e3ce9c6001b8 100644
--- a/media-sound/brutefir/ChangeLog
+++ b/media-sound/brutefir/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/brutefir
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v 1.9 2006/02/16 09:20:12 flameeyes Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v 1.10 2007/01/05 17:25:14 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> brutefir-1.0a.ebuild,
+ brutefir-1.0f.ebuild:
+ Convert to use elog.
16 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> brutefir-1.0a.ebuild,
-brutefir-1.0c.ebuild, brutefir-1.0f.ebuild:
diff --git a/media-sound/brutefir/brutefir-1.0a.ebuild b/media-sound/brutefir/brutefir-1.0a.ebuild
index 3f85da410c93..c6a3291b8cec 100644
--- a/media-sound/brutefir/brutefir-1.0a.ebuild
+++ b/media-sound/brutefir/brutefir-1.0a.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-sound/brutefir/brutefir-1.0a.ebuild,v 1.8 2006/02/16 09:20:12 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0a.ebuild,v 1.9 2007/01/05 17:25:14 flameeyes Exp $
IUSE=""
@@ -41,7 +41,7 @@ src_install() {
}
pkg_postinst() {
- einfo Brutefir is a complicated piece of software. Please read the documentation first!
- einfo You can find documentation here: http://www.ludd.luth.se/~torger/brutefir.html
- einfo Example config files are in /usr/share/brutefir
+ elog Brutefir is a complicated piece of software. Please read the documentation first!
+ elog You can find documentation here: http://www.ludd.luth.se/~torger/brutefir.html
+ elog Example config files are in /usr/share/brutefir
}
diff --git a/media-sound/brutefir/brutefir-1.0f.ebuild b/media-sound/brutefir/brutefir-1.0f.ebuild
index 2b2f0152455c..4709ec142449 100644
--- a/media-sound/brutefir/brutefir-1.0f.ebuild
+++ b/media-sound/brutefir/brutefir-1.0f.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-sound/brutefir/brutefir-1.0f.ebuild,v 1.2 2006/02/16 09:20:12 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0f.ebuild,v 1.3 2007/01/05 17:25:14 flameeyes Exp $
inherit eutils
@@ -40,10 +40,10 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "Brutefir is a complicated piece of software. Please"
- einfo "read the documentation first! You can find"
- einfo "documentation here: http://www.ludd.luth.se/~torger/brutefir.html"
- einfo "Example config files are in /usr/share/brutefir"
- einfo
+ elog
+ elog "Brutefir is a complicated piece of software. Please"
+ elog "read the documentation first! You can find"
+ elog "documentation here: http://www.ludd.luth.se/~torger/brutefir.html"
+ elog "Example config files are in /usr/share/brutefir"
+ elog
}