summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-01 00:11:46 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-01 00:11:46 +0000
commit1508689c6f147ddb0f52aa01640704c7daa0e4d9 (patch)
treef03a06ce365fd349756393a289c54379260d35e9 /media-sound/mpdscribble
parentReplacing einfo with elog (diff)
downloadgentoo-2-1508689c6f147ddb0f52aa01640704c7daa0e4d9.tar.gz
gentoo-2-1508689c6f147ddb0f52aa01640704c7daa0e4d9.tar.bz2
gentoo-2-1508689c6f147ddb0f52aa01640704c7daa0e4d9.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'media-sound/mpdscribble')
-rw-r--r--media-sound/mpdscribble/ChangeLog7
-rw-r--r--media-sound/mpdscribble/mpdscribble-0.2.10.ebuild24
-rw-r--r--media-sound/mpdscribble/mpdscribble-0.2.12.ebuild22
-rw-r--r--media-sound/mpdscribble/mpdscribble-0.2.6.ebuild24
-rw-r--r--media-sound/mpdscribble/mpdscribble-0.2.7.ebuild24
-rw-r--r--media-sound/mpdscribble/mpdscribble-0.2.9.ebuild24
6 files changed, 65 insertions, 60 deletions
diff --git a/media-sound/mpdscribble/ChangeLog b/media-sound/mpdscribble/ChangeLog
index f91a5c588280..e9726135eb72 100644
--- a/media-sound/mpdscribble/ChangeLog
+++ b/media-sound/mpdscribble/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/mpdscribble
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.14 2007/04/18 19:16:36 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.15 2007/05/01 00:11:46 genone Exp $
+
+ 01 May 2007; Marius Mauch <genone@gentoo.org> mpdscribble-0.2.6.ebuild,
+ mpdscribble-0.2.7.ebuild, mpdscribble-0.2.9.ebuild,
+ mpdscribble-0.2.10.ebuild, mpdscribble-0.2.12.ebuild:
+ Replacing einfo with elog
18 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org>
mpdscribble-0.2.12.ebuild:
diff --git a/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild
index 09e282a663a6..4d4f73f131b8 100644
--- a/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild
+++ b/media-sound/mpdscribble/mpdscribble-0.2.10.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/mpdscribble/mpdscribble-0.2.10.ebuild,v 1.1 2006/06/03 10:22:06 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild,v 1.2 2007/05/01 00:11:46 genone Exp $
DESCRIPTION="An MPD client that submits information to audioscrobbler."
HOMEPAGE="http://www.frob.nl/scribble.html"
@@ -26,14 +26,14 @@ src_install() {
}
pkg_postinst() {
- einfo ""
- einfo "Please run:"
- einfo " /usr/share/mpdscribble/setup.sh"
- einfo "in order to configure mpdscribble. If you do this as root, a"
- einfo "system-wide configuration will be created. Otherwise, a per-user"
- einfo "configuration file will be created."
- einfo ""
- einfo "To start mpdscribble:"
- einfo " /etc/init.d/mpdscribble start"
- einfo ""
+ elog ""
+ elog "Please run:"
+ elog " /usr/share/mpdscribble/setup.sh"
+ elog "in order to configure mpdscribble. If you do this as root, a"
+ elog "system-wide configuration will be created. Otherwise, a per-user"
+ elog "configuration file will be created."
+ elog ""
+ elog "To start mpdscribble:"
+ elog " /etc/init.d/mpdscribble start"
+ elog ""
}
diff --git a/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild
index 1189eb5dd9ea..16ea2310cb67 100644
--- a/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild
+++ b/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild,v 1.2 2007/04/18 19:16:36 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild,v 1.3 2007/05/01 00:11:46 genone Exp $
DESCRIPTION="An MPD client that submits information to audioscrobbler."
HOMEPAGE="http://www.frob.nl/scribble.html"
@@ -26,14 +26,14 @@ src_install() {
}
pkg_postinst() {
- einfo ""
- einfo "Please run:"
- einfo " /usr/share/mpdscribble/setup.sh"
- einfo "in order to configure mpdscribble. If you do this as root, a"
- einfo "system-wide configuration will be created. Otherwise, a per-user"
- einfo "configuration file will be created."
- einfo ""
- einfo "To start mpdscribble:"
- einfo " /etc/init.d/mpdscribble start"
- einfo ""
+ elog ""
+ elog "Please run:"
+ elog " /usr/share/mpdscribble/setup.sh"
+ elog "in order to configure mpdscribble. If you do this as root, a"
+ elog "system-wide configuration will be created. Otherwise, a per-user"
+ elog "configuration file will be created."
+ elog ""
+ elog "To start mpdscribble:"
+ elog " /etc/init.d/mpdscribble start"
+ elog ""
}
diff --git a/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild
index 8a6031df4e9f..898a31241e1d 100644
--- a/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild
+++ b/media-sound/mpdscribble/mpdscribble-0.2.6.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/mpdscribble/mpdscribble-0.2.6.ebuild,v 1.7 2006/05/28 14:28:10 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild,v 1.8 2007/05/01 00:11:46 genone Exp $
DESCRIPTION="An MPD client that submits information to audioscrobbler."
HOMEPAGE="http://www.frob.nl/scribble.html"
@@ -26,14 +26,14 @@ src_install() {
}
pkg_postinst() {
- einfo ""
- einfo "Please run:"
- einfo " /usr/share/mpdscribble/setup.sh"
- einfo "in order to configure mpdscribble. If you do this as root, a"
- einfo "system-wide configuration will be created. Otherwise, a per-user"
- einfo "configuration file will be created."
- einfo ""
- einfo "To start mpdscribble:"
- einfo " /etc/init.d/mpdscribble start"
- einfo ""
+ elog ""
+ elog "Please run:"
+ elog " /usr/share/mpdscribble/setup.sh"
+ elog "in order to configure mpdscribble. If you do this as root, a"
+ elog "system-wide configuration will be created. Otherwise, a per-user"
+ elog "configuration file will be created."
+ elog ""
+ elog "To start mpdscribble:"
+ elog " /etc/init.d/mpdscribble start"
+ elog ""
}
diff --git a/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild
index 9ccd16f44e5b..5c84c7e0036b 100644
--- a/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild
+++ b/media-sound/mpdscribble/mpdscribble-0.2.7.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/mpdscribble/mpdscribble-0.2.7.ebuild,v 1.4 2006/05/28 14:28:10 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild,v 1.5 2007/05/01 00:11:46 genone Exp $
DESCRIPTION="An MPD client that submits information to audioscrobbler."
HOMEPAGE="http://www.frob.nl/scribble.html"
@@ -26,14 +26,14 @@ src_install() {
}
pkg_postinst() {
- einfo ""
- einfo "Please run:"
- einfo " /usr/share/mpdscribble/setup.sh"
- einfo "in order to configure mpdscribble. If you do this as root, a"
- einfo "system-wide configuration will be created. Otherwise, a per-user"
- einfo "configuration file will be created."
- einfo ""
- einfo "To start mpdscribble:"
- einfo " /etc/init.d/mpdscribble start"
- einfo ""
+ elog ""
+ elog "Please run:"
+ elog " /usr/share/mpdscribble/setup.sh"
+ elog "in order to configure mpdscribble. If you do this as root, a"
+ elog "system-wide configuration will be created. Otherwise, a per-user"
+ elog "configuration file will be created."
+ elog ""
+ elog "To start mpdscribble:"
+ elog " /etc/init.d/mpdscribble start"
+ elog ""
}
diff --git a/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild
index cf9f47b4bd5a..e03cec8cb3b8 100644
--- a/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild
+++ b/media-sound/mpdscribble/mpdscribble-0.2.9.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/mpdscribble/mpdscribble-0.2.9.ebuild,v 1.1 2006/05/28 14:28:10 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild,v 1.2 2007/05/01 00:11:46 genone Exp $
DESCRIPTION="An MPD client that submits information to audioscrobbler."
HOMEPAGE="http://www.frob.nl/scribble.html"
@@ -26,14 +26,14 @@ src_install() {
}
pkg_postinst() {
- einfo ""
- einfo "Please run:"
- einfo " /usr/share/mpdscribble/setup.sh"
- einfo "in order to configure mpdscribble. If you do this as root, a"
- einfo "system-wide configuration will be created. Otherwise, a per-user"
- einfo "configuration file will be created."
- einfo ""
- einfo "To start mpdscribble:"
- einfo " /etc/init.d/mpdscribble start"
- einfo ""
+ elog ""
+ elog "Please run:"
+ elog " /usr/share/mpdscribble/setup.sh"
+ elog "in order to configure mpdscribble. If you do this as root, a"
+ elog "system-wide configuration will be created. Otherwise, a per-user"
+ elog "configuration file will be created."
+ elog ""
+ elog "To start mpdscribble:"
+ elog " /etc/init.d/mpdscribble start"
+ elog ""
}