summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:48:09 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:48:09 +0000
commit82ac6e761fa5334a7d08bbd1c6e7fc544bad5e12 (patch)
tree37f78ea44b384c7e7a8ccfd6f449f6ecc43085b0 /media-sound/quark
parentConvert to use elog. (diff)
downloadgentoo-2-82ac6e761fa5334a7d08bbd1c6e7fc544bad5e12.tar.gz
gentoo-2-82ac6e761fa5334a7d08bbd1c6e7fc544bad5e12.tar.bz2
gentoo-2-82ac6e761fa5334a7d08bbd1c6e7fc544bad5e12.zip
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-sound/quark')
-rw-r--r--media-sound/quark/ChangeLog7
-rw-r--r--media-sound/quark/quark-3.21.ebuild14
2 files changed, 12 insertions, 9 deletions
diff --git a/media-sound/quark/ChangeLog b/media-sound/quark/ChangeLog
index d2f44de609ba..0204d04d01c4 100644
--- a/media-sound/quark/ChangeLog
+++ b/media-sound/quark/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/quark
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.10 2005/09/15 18:03:27 agriffis Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.11 2007/01/05 17:48:09 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> quark-3.21.ebuild:
+ Convert to use elog.
15 Sep 2005; Aron Griffis <agriffis@gentoo.org> quark-3.21.ebuild:
Mark 3.21 stable on alpha
diff --git a/media-sound/quark/quark-3.21.ebuild b/media-sound/quark/quark-3.21.ebuild
index d11a441c8f88..497a2fd18d87 100644
--- a/media-sound/quark/quark-3.21.ebuild
+++ b/media-sound/quark/quark-3.21.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/quark/quark-3.21.ebuild,v 1.9 2005/09/15 18:03:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v 1.10 2007/01/05 17:48:09 flameeyes Exp $
IUSE=""
@@ -23,9 +23,9 @@ DEPEND=">=media-libs/xine-lib-1_beta10
DOCS="AUTHORS README"
pkg_postinst () {
- einfo Quark is an anti-gui music player.
- einfo
- einfo Running the binary strange-quark will launch it in a
- einfo freedesktop.org dock ie: Gnome Notification Area
- einfo
+ elog Quark is an anti-gui music player.
+ elog
+ elog Running the binary strange-quark will launch it in a
+ elog freedesktop.org dock ie: Gnome Notification Area
+ elog
}