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/bossogg
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/bossogg')
-rw-r--r--media-sound/bossogg/ChangeLog8
-rw-r--r--media-sound/bossogg/bossogg-0.13.5.ebuild12
-rw-r--r--media-sound/bossogg/bossogg-0.13.6-r2.ebuild12
-rw-r--r--media-sound/bossogg/bossogg-0.13.6-r3.ebuild12
4 files changed, 24 insertions, 20 deletions
diff --git a/media-sound/bossogg/ChangeLog b/media-sound/bossogg/ChangeLog
index d98dabfdd9fe..29a5d08eb68f 100644
--- a/media-sound/bossogg/ChangeLog
+++ b/media-sound/bossogg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/bossogg
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/ChangeLog,v 1.20 2006/10/28 00:50:47 flameeyes Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/ChangeLog,v 1.21 2007/01/05 17:24:30 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> bossogg-0.13.5.ebuild,
+ bossogg-0.13.6-r2.ebuild, bossogg-0.13.6-r3.ebuild:
+ Convert to use elog.
28 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
bossogg-0.13.6-r2.ebuild, bossogg-0.13.6-r3.ebuild:
diff --git a/media-sound/bossogg/bossogg-0.13.5.ebuild b/media-sound/bossogg/bossogg-0.13.5.ebuild
index 8563bdecb69b..2fa004005f48 100644
--- a/media-sound/bossogg/bossogg-0.13.5.ebuild
+++ b/media-sound/bossogg/bossogg-0.13.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/bossogg/bossogg-0.13.5.ebuild,v 1.8 2005/12/26 14:55:15 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/bossogg-0.13.5.ebuild,v 1.9 2007/01/05 17:24:30 flameeyes Exp $
inherit eutils
@@ -53,8 +53,8 @@ pkg_postinst() {
chown bossogg:bossogg /var/bossogg
fi
- einfo "After running the /etc/init.d/bossogg service for the first"
- einfo "time, /var/bossogg/.bossogg/bossogg.conf will be created."
- einfo "Please edit this file and restart the service to setup."
- einfo "the server."
+ elog "After running the /etc/init.d/bossogg service for the first"
+ elog "time, /var/bossogg/.bossogg/bossogg.conf will be created."
+ elog "Please edit this file and restart the service to setup."
+ elog "the server."
}
diff --git a/media-sound/bossogg/bossogg-0.13.6-r2.ebuild b/media-sound/bossogg/bossogg-0.13.6-r2.ebuild
index 1f0acc1008d9..78f15e88a909 100644
--- a/media-sound/bossogg/bossogg-0.13.6-r2.ebuild
+++ b/media-sound/bossogg/bossogg-0.13.6-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/media-sound/bossogg/bossogg-0.13.6-r2.ebuild,v 1.6 2006/10/28 00:50:47 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/bossogg-0.13.6-r2.ebuild,v 1.7 2007/01/05 17:24:30 flameeyes Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -61,8 +61,8 @@ pkg_postinst() {
chown bossogg:bossogg /var/bossogg
fi
- einfo "After running the /etc/init.d/bossogg service for the first"
- einfo "time, /var/bossogg/.bossogg/bossogg.conf will be created."
- einfo "Please edit this file and restart the service to setup."
- einfo "the server."
+ elog "After running the /etc/init.d/bossogg service for the first"
+ elog "time, /var/bossogg/.bossogg/bossogg.conf will be created."
+ elog "Please edit this file and restart the service to setup."
+ elog "the server."
}
diff --git a/media-sound/bossogg/bossogg-0.13.6-r3.ebuild b/media-sound/bossogg/bossogg-0.13.6-r3.ebuild
index c3a0dd837222..3648e034258a 100644
--- a/media-sound/bossogg/bossogg-0.13.6-r3.ebuild
+++ b/media-sound/bossogg/bossogg-0.13.6-r3.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/bossogg/bossogg-0.13.6-r3.ebuild,v 1.5 2006/10/28 00:50:47 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/bossogg-0.13.6-r3.ebuild,v 1.6 2007/01/05 17:24:30 flameeyes Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -64,8 +64,8 @@ pkg_postinst() {
chown bossogg:bossogg /var/bossogg
fi
- einfo "After running the /etc/init.d/bossogg service for the first"
- einfo "time, /var/bossogg/.bossogg/bossogg.conf will be created."
- einfo "Please edit this file and restart the service to setup."
- einfo "the server."
+ elog "After running the /etc/init.d/bossogg service for the first"
+ elog "time, /var/bossogg/.bossogg/bossogg.conf will be created."
+ elog "Please edit this file and restart the service to setup."
+ elog "the server."
}