summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2007-01-05 17:21:12 +0000
committerJoerg Bornkessel <hd_brummy@gentoo.org>2007-01-05 17:21:12 +0000
commit2deb2f95f40c1c939b00ada32024c693bd109c21 (patch)
tree259fa5f11e78dc4c90a5e86a39b1cf5ac8115f30 /media-video/vdr/vdr-1.4.4.ebuild
parentVersion bump, plus security bug release, bug 159229 (diff)
downloadhistorical-2deb2f95f40c1c939b00ada32024c693bd109c21.tar.gz
historical-2deb2f95f40c1c939b00ada32024c693bd109c21.tar.bz2
historical-2deb2f95f40c1c939b00ada32024c693bd109c21.zip
einfo converted to elog
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'media-video/vdr/vdr-1.4.4.ebuild')
-rw-r--r--media-video/vdr/vdr-1.4.4.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/media-video/vdr/vdr-1.4.4.ebuild b/media-video/vdr/vdr-1.4.4.ebuild
index 1f0f0888cde4..eeacc79c43e1 100644
--- a/media-video/vdr/vdr-1.4.4.ebuild
+++ b/media-video/vdr/vdr-1.4.4.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-video/vdr/vdr-1.4.4.ebuild,v 1.2 2006/12/09 12:17:57 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.4.4.ebuild,v 1.3 2007/01/05 17:21:12 hd_brummy Exp $
inherit eutils flag-o-matic multilib
@@ -98,7 +98,7 @@ src_unpack() {
# apply local patches defined by variable VDR_LOCAL_PATCHES_DIR
if test -n "${VDR_LOCAL_PATCHES_DIR}"; then
echo
- einfo "Applying local patches"
+ elog "Applying local patches"
for LOCALPATCH in ${VDR_LOCAL_PATCHES_DIR}/${PV}/*.{diff,patch}; do
test -f "${LOCALPATCH}" && epatch "${LOCALPATCH}"
done
@@ -149,7 +149,7 @@ src_install() {
doins ${CAP_FILE}
if [[ -n "${VDRSOURCE_DIR}" ]]; then
- einfo "Installing sources"
+ elog "Installing sources"
insinto ${VDRSOURCE_DIR}/${P}
doins -r ${T}/source-tree/*
keepdir ${VDRSOURCE_DIR}/${P}/PLUGINS/lib
@@ -166,7 +166,7 @@ src_install() {
}
pkg_postinst() {
- einfo "It is a good idea to run vdrplugin-rebuild now"
+ elog "It is a good idea to run vdrplugin-rebuild now"
if has_version "<media-video/vdr-1.3.36-r3"; then
ewarn "Upgrade Info:"
ewarn