diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:25:14 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:25:14 +0000 |
commit | d9eacd119d4f042fab3263938b91e37aef95d26b (patch) | |
tree | 5a2cb7e928e2dc33a3fec127523513415d0a2f39 /media-sound/brutefir | |
parent | Convert to use elog. (diff) | |
download | gentoo-2-d9eacd119d4f042fab3263938b91e37aef95d26b.tar.gz gentoo-2-d9eacd119d4f042fab3263938b91e37aef95d26b.tar.bz2 gentoo-2-d9eacd119d4f042fab3263938b91e37aef95d26b.zip |
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-sound/brutefir')
-rw-r--r-- | media-sound/brutefir/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/brutefir/brutefir-1.0a.ebuild | 10 | ||||
-rw-r--r-- | media-sound/brutefir/brutefir-1.0f.ebuild | 16 |
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 } |