summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2007-03-04 09:32:10 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2007-03-04 09:32:10 +0000
commit37b0ba3bb422d5a064426e406f75ab30a884c6a2 (patch)
tree049f4e085718e345083d77fbade986c645393083 /dev-python/pyosd
parentReplaced einfo with elog in pkg_postinst. (diff)
downloadgentoo-2-37b0ba3bb422d5a064426e406f75ab30a884c6a2.tar.gz
gentoo-2-37b0ba3bb422d5a064426e406f75ab30a884c6a2.tar.bz2
gentoo-2-37b0ba3bb422d5a064426e406f75ab30a884c6a2.zip
Replaced einfo with elog in pkg_postinst.
(Portage version: 2.1.2-r12)
Diffstat (limited to 'dev-python/pyosd')
-rw-r--r--dev-python/pyosd/ChangeLog5
-rw-r--r--dev-python/pyosd/pyosd-0.2.14.ebuild19
2 files changed, 13 insertions, 11 deletions
diff --git a/dev-python/pyosd/ChangeLog b/dev-python/pyosd/ChangeLog
index ea9db1b437ba..e1d536cf1ce7 100644
--- a/dev-python/pyosd/ChangeLog
+++ b/dev-python/pyosd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyosd
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/ChangeLog,v 1.12 2007/01/26 04:58:44 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/ChangeLog,v 1.13 2007/03/04 09:32:10 lucass Exp $
+
+ 04 Mar 2007; Lukasz Strzygowski <lucass@gentoo.org> pyosd-0.2.14.ebuild:
+ Replaced einfo with elog in pkg_postinst.
26 Jan 2007; Steve Dibb <beandog@gentoo.org> pyosd-0.2.12.ebuild,
pyosd-0.2.14.ebuild:
diff --git a/dev-python/pyosd/pyosd-0.2.14.ebuild b/dev-python/pyosd/pyosd-0.2.14.ebuild
index 8f703e12c54b..d1e3884b006b 100644
--- a/dev-python/pyosd/pyosd-0.2.14.ebuild
+++ b/dev-python/pyosd/pyosd-0.2.14.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/dev-python/pyosd/pyosd-0.2.14.ebuild,v 1.3 2007/01/26 04:58:44 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/pyosd-0.2.14.ebuild,v 1.4 2007/03/04 09:32:10 lucass Exp $
inherit distutils
@@ -12,8 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
-DEPEND="virtual/python
- >=x11-libs/xosd-2.2.4"
+DEPEND=">=x11-libs/xosd-2.2.4"
src_install() {
distutils_src_install
@@ -24,11 +23,11 @@ src_install() {
}
pkg_postinst() {
- einfo ""
- einfo "If you want to run the included daemon"
- einfo "you will need to emerge dev-python/twisted."
- einfo ""
- einfo "Also note that the volume plugin"
- einfo "requires media-sound/aumix."
- einfo ""
+ elog ""
+ elog "If you want to run the included daemon"
+ elog "you will need to emerge dev-python/twisted."
+ elog ""
+ elog "Also note that the volume plugin"
+ elog "requires media-sound/aumix."
+ elog ""
}