summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:42:00 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:42:00 +0000
commit877e5986dd4bafa55ff0be1ad022a83ff4f5dc55 (patch)
tree2e536c395e4c9c71b106347dfa4fba99c826abe1 /media-sound/museseq
parentConvert to use elog. (diff)
downloadgentoo-2-877e5986dd4bafa55ff0be1ad022a83ff4f5dc55.tar.gz
gentoo-2-877e5986dd4bafa55ff0be1ad022a83ff4f5dc55.tar.bz2
gentoo-2-877e5986dd4bafa55ff0be1ad022a83ff4f5dc55.zip
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-sound/museseq')
-rw-r--r--media-sound/museseq/ChangeLog9
-rw-r--r--media-sound/museseq/museseq-0.6.2-r1.ebuild22
-rw-r--r--media-sound/museseq/museseq-0.7.1.ebuild14
-rw-r--r--media-sound/museseq/museseq-0.7.2_pre5.ebuild14
-rw-r--r--media-sound/museseq/museseq-0.8.1-r1.ebuild14
-rw-r--r--media-sound/museseq/museseq-0.8.1.ebuild14
6 files changed, 46 insertions, 41 deletions
diff --git a/media-sound/museseq/ChangeLog b/media-sound/museseq/ChangeLog
index d496e81fb5b2..96e64fff9f32 100644
--- a/media-sound/museseq/ChangeLog
+++ b/media-sound/museseq/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/museseq
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/museseq/ChangeLog,v 1.42 2006/11/25 09:37:37 opfer Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/museseq/ChangeLog,v 1.43 2007/01/05 17:42:00 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ museseq-0.6.2-r1.ebuild, museseq-0.7.1.ebuild, museseq-0.7.2_pre5.ebuild,
+ museseq-0.8.1.ebuild, museseq-0.8.1-r1.ebuild:
+ Convert to use elog.
25 Nov 2006; Christian Faulhammer <opfer@gentoo.org>
museseq-0.8.1-r1.ebuild:
diff --git a/media-sound/museseq/museseq-0.6.2-r1.ebuild b/media-sound/museseq/museseq-0.6.2-r1.ebuild
index 182df266938a..2fba1aeeb153 100644
--- a/media-sound/museseq/museseq-0.6.2-r1.ebuild
+++ b/media-sound/museseq/museseq-0.6.2-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-sound/museseq/museseq-0.6.2-r1.ebuild,v 1.12 2006/01/28 18:49:56 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/museseq/museseq-0.6.2-r1.ebuild,v 1.13 2007/01/05 17:42:00 flameeyes Exp $
IUSE="jack fluidsynth ladcca doc alsa"
@@ -91,13 +91,13 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "Muse has been installed normally. If,"
- einfo "you would like to use muse with real time"
- einfo "time capabilities for the sequencer then do"
- einfo "chmod 4755 /usr/bin/lmuse"
- einfo
- einfo "Muse can use /dev/rtc if it is compiled in"
- einfo "to your kernel, or available as a module."
- einfo
+ elog
+ elog "Muse has been installed normally. If,"
+ elog "you would like to use muse with real time"
+ elog "time capabilities for the sequencer then do"
+ elog "chmod 4755 /usr/bin/lmuse"
+ elog
+ elog "Muse can use /dev/rtc if it is compiled in"
+ elog "to your kernel, or available as a module."
+ elog
}
diff --git a/media-sound/museseq/museseq-0.7.1.ebuild b/media-sound/museseq/museseq-0.7.1.ebuild
index 6423aceb7b38..9bfcbbd1c618 100644
--- a/media-sound/museseq/museseq-0.7.1.ebuild
+++ b/media-sound/museseq/museseq-0.7.1.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/museseq/museseq-0.7.1.ebuild,v 1.7 2006/01/11 14:21:51 fvdpol Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/museseq/museseq-0.7.1.ebuild,v 1.8 2007/01/05 17:42:00 flameeyes Exp $
inherit kde-functions virtualx eutils toolchain-funcs
@@ -49,10 +49,10 @@ src_install() {
}
pkg_postinst() {
- einfo "You must have the realtime module loaded to use MusE 0.7.x"
- einfo "Additionally, configure your Linux Kernel for non-generic"
- einfo "Real Time Clock support enabled or loaded as a module."
- einfo "User must have read/write access to /dev/misc/rtc device."
- einfo "Realtime LSM: http://sourceforge.net/projects/realtime-lsm/"
+ elog "You must have the realtime module loaded to use MusE 0.7.x"
+ elog "Additionally, configure your Linux Kernel for non-generic"
+ elog "Real Time Clock support enabled or loaded as a module."
+ elog "User must have read/write access to /dev/misc/rtc device."
+ elog "Realtime LSM: http://sourceforge.net/projects/realtime-lsm/"
}
diff --git a/media-sound/museseq/museseq-0.7.2_pre5.ebuild b/media-sound/museseq/museseq-0.7.2_pre5.ebuild
index 6e66a244dc34..b6a76e3a03c6 100644
--- a/media-sound/museseq/museseq-0.7.2_pre5.ebuild
+++ b/media-sound/museseq/museseq-0.7.2_pre5.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/museseq/museseq-0.7.2_pre5.ebuild,v 1.3 2006/02/03 22:01:52 fvdpol Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/museseq/museseq-0.7.2_pre5.ebuild,v 1.4 2007/01/05 17:42:00 flameeyes Exp $
inherit kde-functions virtualx eutils
@@ -54,9 +54,9 @@ src_install() {
}
pkg_postinst() {
- einfo "You must have the realtime module loaded to use MusE 0.7.x"
- einfo "Additionally, configure your Linux Kernel for non-generic"
- einfo "Real Time Clock support enabled or loaded as a module."
- einfo "User must have read/write access to /dev/misc/rtc device."
- einfo "Realtime LSM: http://sourceforge.net/projects/realtime-lsm/"
+ elog "You must have the realtime module loaded to use MusE 0.7.x"
+ elog "Additionally, configure your Linux Kernel for non-generic"
+ elog "Real Time Clock support enabled or loaded as a module."
+ elog "User must have read/write access to /dev/misc/rtc device."
+ elog "Realtime LSM: http://sourceforge.net/projects/realtime-lsm/"
}
diff --git a/media-sound/museseq/museseq-0.8.1-r1.ebuild b/media-sound/museseq/museseq-0.8.1-r1.ebuild
index e4291c9f9fd5..c57e05544db2 100644
--- a/media-sound/museseq/museseq-0.8.1-r1.ebuild
+++ b/media-sound/museseq/museseq-0.8.1-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-sound/museseq/museseq-0.8.1-r1.ebuild,v 1.2 2006/11/25 09:37:37 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/museseq/museseq-0.8.1-r1.ebuild,v 1.3 2007/01/05 17:42:00 flameeyes Exp $
inherit kde-functions virtualx eutils
@@ -50,9 +50,9 @@ src_install() {
}
pkg_postinst() {
- einfo "You must have the realtime module loaded to use MusE 0.8.x"
- einfo "Additionally, configure your Linux Kernel for non-generic"
- einfo "Real Time Clock support enabled or loaded as a module."
- einfo "User must have read/write access to /dev/misc/rtc device."
- einfo "Realtime LSM: http://sourceforge.net/projects/realtime-lsm/"
+ elog "You must have the realtime module loaded to use MusE 0.8.x"
+ elog "Additionally, configure your Linux Kernel for non-generic"
+ elog "Real Time Clock support enabled or loaded as a module."
+ elog "User must have read/write access to /dev/misc/rtc device."
+ elog "Realtime LSM: http://sourceforge.net/projects/realtime-lsm/"
}
diff --git a/media-sound/museseq/museseq-0.8.1.ebuild b/media-sound/museseq/museseq-0.8.1.ebuild
index b6adb718661e..0dfbc5c3d83e 100644
--- a/media-sound/museseq/museseq-0.8.1.ebuild
+++ b/media-sound/museseq/museseq-0.8.1.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/museseq/museseq-0.8.1.ebuild,v 1.1 2006/03/31 22:42:43 fvdpol Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/museseq/museseq-0.8.1.ebuild,v 1.2 2007/01/05 17:42:00 flameeyes Exp $
inherit kde-functions virtualx eutils
@@ -49,9 +49,9 @@ src_install() {
}
pkg_postinst() {
- einfo "You must have the realtime module loaded to use MusE 0.8.x"
- einfo "Additionally, configure your Linux Kernel for non-generic"
- einfo "Real Time Clock support enabled or loaded as a module."
- einfo "User must have read/write access to /dev/misc/rtc device."
- einfo "Realtime LSM: http://sourceforge.net/projects/realtime-lsm/"
+ elog "You must have the realtime module loaded to use MusE 0.8.x"
+ elog "Additionally, configure your Linux Kernel for non-generic"
+ elog "Real Time Clock support enabled or loaded as a module."
+ elog "User must have read/write access to /dev/misc/rtc device."
+ elog "Realtime LSM: http://sourceforge.net/projects/realtime-lsm/"
}