summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-04-30 23:20:24 +0000
committerMarius Mauch <genone@gentoo.org>2007-04-30 23:20:24 +0000
commitf4400680bfe7c52bb0907a96c7b82f6961ef35f0 (patch)
tree6b0df5da6bf364d53adac2ef5874658a67b172b9 /media-libs/libdvb
parentRe-added previously removed keyword, reflecting keywording of dependency. (diff)
downloadhistorical-f4400680bfe7c52bb0907a96c7b82f6961ef35f0.tar.gz
historical-f4400680bfe7c52bb0907a96c7b82f6961ef35f0.tar.bz2
historical-f4400680bfe7c52bb0907a96c7b82f6961ef35f0.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'media-libs/libdvb')
-rw-r--r--media-libs/libdvb/ChangeLog8
-rw-r--r--media-libs/libdvb/libdvb-0.5.5.1-r2.ebuild8
-rw-r--r--media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild10
3 files changed, 15 insertions, 11 deletions
diff --git a/media-libs/libdvb/ChangeLog b/media-libs/libdvb/ChangeLog
index 3682dec577b2..d2e19bb3e862 100644
--- a/media-libs/libdvb/ChangeLog
+++ b/media-libs/libdvb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libdvb
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvb/ChangeLog,v 1.32 2006/11/02 10:55:38 zzam Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvb/ChangeLog,v 1.33 2007/04/30 23:10:44 genone Exp $
+
+ 30 Apr 2007; Marius Mauch <genone@gentoo.org> libdvb-0.5.5.1-r2.ebuild,
+ libdvb-0.5.5.1-r3.ebuild:
+ Replacing einfo with elog
02 Nov 2006; Matthias Schwarzott <zzam@gentoo.org>
libdvb-0.5.5.1-r3.ebuild:
diff --git a/media-libs/libdvb/libdvb-0.5.5.1-r2.ebuild b/media-libs/libdvb/libdvb-0.5.5.1-r2.ebuild
index b0ef21c9bfc0..5221f27f62d4 100644
--- a/media-libs/libdvb/libdvb-0.5.5.1-r2.ebuild
+++ b/media-libs/libdvb/libdvb-0.5.5.1-r2.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-libs/libdvb/libdvb-0.5.5.1-r2.ebuild,v 1.7 2006/03/18 17:34:45 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvb/libdvb-0.5.5.1-r2.ebuild,v 1.8 2007/04/30 23:10:44 genone Exp $
inherit eutils
@@ -37,8 +37,8 @@ src_install() {
insinto "/usr/share/doc/${PF}/samplerc" && \
doins samplerc/*
- einfo "The script called 'dia' has been installed as dia-dvb"
- einfo "so that it doesn't overwrite the binary of app-office/dia."
+ elog "The script called 'dia' has been installed as dia-dvb"
+ elog "so that it doesn't overwrite the binary of app-office/dia."
dodoc README
}
diff --git a/media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild b/media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild
index 9fa42f020738..f3b597550f7d 100644
--- a/media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild
+++ b/media-libs/libdvb/libdvb-0.5.5.1-r3.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-libs/libdvb/libdvb-0.5.5.1-r3.ebuild,v 1.3 2006/11/02 10:55:38 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild,v 1.4 2007/04/30 23:10:44 genone Exp $
WANT_AUTOMAKE="latest"
WANT_AUTOCONF="latest"
@@ -44,9 +44,9 @@ src_install() {
doins samplerc/*
fi
- einfo "The script called 'dia' has been installed as dia_dvb"
- einfo "so that it doesn't overwrite the binary of app-office/dia."
- einfo "analyze has been renamed to analyze_mpg."
+ elog "The script called 'dia' has been installed as dia_dvb"
+ elog "so that it doesn't overwrite the binary of app-office/dia."
+ elog "analyze has been renamed to analyze_mpg."
dodoc README
}