summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:54:15 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:54:15 +0000
commit763bccd203a4dbe6bd42d745dd8d86f4628f295e (patch)
tree63372f34cf1a5e85946d453b6d2bb63d3b4d429d /kde-base/arts
parenteinfo converted to elog (diff)
downloadgentoo-2-763bccd203a4dbe6bd42d745dd8d86f4628f295e.tar.gz
gentoo-2-763bccd203a4dbe6bd42d745dd8d86f4628f295e.tar.bz2
gentoo-2-763bccd203a4dbe6bd42d745dd8d86f4628f295e.zip
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'kde-base/arts')
-rw-r--r--kde-base/arts/ChangeLog8
-rw-r--r--kde-base/arts/arts-3.5.2-r1.ebuild14
-rw-r--r--kde-base/arts/arts-3.5.5.ebuild14
3 files changed, 20 insertions, 16 deletions
diff --git a/kde-base/arts/ChangeLog b/kde-base/arts/ChangeLog
index 3ba2f3860cd7..b72e351bd989 100644
--- a/kde-base/arts/ChangeLog
+++ b/kde-base/arts/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/arts
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/ChangeLog,v 1.245 2006/12/11 14:36:06 kloeri Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/ChangeLog,v 1.246 2007/01/05 16:54:15 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> arts-3.5.2-r1.ebuild,
+ arts-3.5.5.ebuild:
+ Convert to use elog.
11 Dec 2006; <kloeri@gentoo.org> arts-3.5.5.ebuild:
Stable on ia64.
diff --git a/kde-base/arts/arts-3.5.2-r1.ebuild b/kde-base/arts/arts-3.5.2-r1.ebuild
index 9af6a638dd40..3e65c7d3fdc3 100644
--- a/kde-base/arts/arts-3.5.2-r1.ebuild
+++ b/kde-base/arts/arts-3.5.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/kde-base/arts/arts-3.5.2-r1.ebuild,v 1.8 2006/09/03 09:57:02 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-3.5.2-r1.ebuild,v 1.9 2007/01/05 16:54:15 flameeyes Exp $
inherit kde flag-o-matic eutils
set-kdedir 3.5
@@ -93,10 +93,10 @@ CONFIG_PROTECT=\"${PREFIX}/share/config ${PREFIX}/env ${PREFIX}/shutdown\"" > ${
pkg_postinst() {
if ! use artswrappersuid ; then
- einfo "Run chmod u+s ${PREFIX}/bin/artswrapper to let artsd use realtime priority"
- einfo "and so avoid possible skips in sound. However, on untrusted systems this"
- einfo "creates the possibility of a DoS attack that'll use 100% cpu at realtime"
- einfo "priority, and so is off by default. See bug #7883."
- einfo "Or, you can set the local artswrappersuid USE flag to make the ebuild do this."
+ elog "Run chmod u+s ${PREFIX}/bin/artswrapper to let artsd use realtime priority"
+ elog "and so avoid possible skips in sound. However, on untrusted systems this"
+ elog "creates the possibility of a DoS attack that'll use 100% cpu at realtime"
+ elog "priority, and so is off by default. See bug #7883."
+ elog "Or, you can set the local artswrappersuid USE flag to make the ebuild do this."
fi
}
diff --git a/kde-base/arts/arts-3.5.5.ebuild b/kde-base/arts/arts-3.5.5.ebuild
index 05f66e2aab27..16a160880181 100644
--- a/kde-base/arts/arts-3.5.5.ebuild
+++ b/kde-base/arts/arts-3.5.5.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/kde-base/arts/arts-3.5.5.ebuild,v 1.9 2006/12/11 14:36:06 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-3.5.5.ebuild,v 1.10 2007/01/05 16:54:15 flameeyes Exp $
inherit kde flag-o-matic eutils versionator
set-kdedir 3.5
@@ -80,10 +80,10 @@ src_install() {
pkg_postinst() {
if ! use artswrappersuid ; then
- einfo "Run chmod u+s ${PREFIX}/bin/artswrapper to let artsd use realtime priority"
- einfo "and so avoid possible skips in sound. However, on untrusted systems this"
- einfo "creates the possibility of a DoS attack that'll use 100% cpu at realtime"
- einfo "priority, and so is off by default. See bug #7883."
- einfo "Or, you can set the local artswrappersuid USE flag to make the ebuild do this."
+ elog "Run chmod u+s ${PREFIX}/bin/artswrapper to let artsd use realtime priority"
+ elog "and so avoid possible skips in sound. However, on untrusted systems this"
+ elog "creates the possibility of a DoS attack that'll use 100% cpu at realtime"
+ elog "priority, and so is off by default. See bug #7883."
+ elog "Or, you can set the local artswrappersuid USE flag to make the ebuild do this."
fi
}