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
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
-rw-r--r--media-video/noad/ChangeLog9
-rw-r--r--media-video/noad/noad-0.6.0-r2.ebuild20
-rw-r--r--media-video/noad/noad-0.6.0-r4.ebuild26
-rw-r--r--media-video/noad/noad-0.6.0-r5.ebuild22
-rw-r--r--media-video/noad/noad-0.6.0-r6.ebuild22
-rw-r--r--media-video/noad/noad-0.6.0-r7.ebuild22
-rw-r--r--media-video/vdr/ChangeLog7
-rw-r--r--media-video/vdr/vdr-1.3.36-r3.ebuild10
-rw-r--r--media-video/vdr/vdr-1.4.1-r2.ebuild10
-rw-r--r--media-video/vdr/vdr-1.4.3.ebuild10
-rw-r--r--media-video/vdr/vdr-1.4.4.ebuild10
-rw-r--r--media-video/vdr/vdr-1.4.4_p3.ebuild12
12 files changed, 95 insertions, 85 deletions
diff --git a/media-video/noad/ChangeLog b/media-video/noad/ChangeLog
index 332dbc7762a9..7107e17d24a1 100644
--- a/media-video/noad/ChangeLog
+++ b/media-video/noad/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/noad
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v 1.16 2006/12/28 21:00:47 zzam Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v 1.17 2007/01/05 17:18:22 hd_brummy Exp $
+
+ 05 Jan 2007; Joerg Bornkessel <hd_brummy@gentoo.org> noad-0.6.0-r2.ebuild,
+ noad-0.6.0-r4.ebuild, noad-0.6.0-r5.ebuild, noad-0.6.0-r6.ebuild,
+ noad-0.6.0-r7.ebuild:
+ einfo converted to elog
28 Dec 2006; Matthias Schwarzott <zzam@gentoo.org>
files/0.6.0-r7/confd_vdraddon.noad, files/0.6.0-r7/record-50-noad.sh:
diff --git a/media-video/noad/noad-0.6.0-r2.ebuild b/media-video/noad/noad-0.6.0-r2.ebuild
index 0cbf257c01b0..686b6721a96d 100644
--- a/media-video/noad/noad-0.6.0-r2.ebuild
+++ b/media-video/noad/noad-0.6.0-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-video/noad/noad-0.6.0-r2.ebuild,v 1.5 2006/05/19 22:26:16 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.6.0-r2.ebuild,v 1.6 2007/01/05 17:18:22 hd_brummy Exp $
inherit eutils
@@ -65,21 +65,21 @@ src_install() {
pkg_postinst() {
echo
- einfo "Congratulations, you have just installed noad!,"
- einfo "To integrate noad in VDR you should do this:"
+ elog "Congratulations, you have just installed noad!,"
+ elog "To integrate noad in VDR you should do this:"
echo
if has_version ">=media-tv/gentoo-vdr-scripts-0.1_alpha8"
then
- einfo "start and set Parameter in /etc/conf.d/vdraddon.noad"
+ elog "start and set Parameter in /etc/conf.d/vdraddon.noad"
else
- einfo "Add in /etc/conf.d/vdr:"
+ elog "Add in /etc/conf.d/vdr:"
echo
- einfo "RECORD=\"noad nice --statisticfile=/video/noad.stat\" "
+ elog "RECORD=\"noad nice --statisticfile=/video/noad.stat\" "
fi
echo
- einfo "More infos can be found on vdr.gentoo.de"
+ elog "More infos can be found on vdr.gentoo.de"
echo
- einfo "Note: You can use here all pararmeters for noad,"
- einfo "please look in the documentation of noad."
+ elog "Note: You can use here all pararmeters for noad,"
+ elog "please look in the documentation of noad."
echo
}
diff --git a/media-video/noad/noad-0.6.0-r4.ebuild b/media-video/noad/noad-0.6.0-r4.ebuild
index 1778126e141e..d42de43c9bc1 100644
--- a/media-video/noad/noad-0.6.0-r4.ebuild
+++ b/media-video/noad/noad-0.6.0-r4.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/noad/noad-0.6.0-r4.ebuild,v 1.3 2006/11/09 10:51:52 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.6.0-r4.ebuild,v 1.4 2007/01/05 17:18:22 hd_brummy Exp $
WANT_AUTOMAKE="latest"
WANT_AUTOCONF="latest"
@@ -71,15 +71,15 @@ src_install() {
pkg_postinst() {
- einfo
- einfo "Congratulations, you have just installed noad!,"
- einfo "To integrate noad in VDR you should do this:"
- einfo
- einfo "start and set Parameter in /etc/conf.d/vdraddon.noad"
- einfo
- einfo "More infos can be found on vdr.gentoo.de"
- einfo
- einfo "Note: You can use here all pararmeters for noad,"
- einfo "please look in the documentation of noad."
- einfo
+ elog
+ elog "Congratulations, you have just installed noad!,"
+ elog "To integrate noad in VDR you should do this:"
+ elog
+ elog "start and set Parameter in /etc/conf.d/vdraddon.noad"
+ elog
+ elog "More infos can be found on vdr.gentoo.de"
+ elog
+ elog "Note: You can use here all pararmeters for noad,"
+ elog "please look in the documentation of noad."
+ elog
}
diff --git a/media-video/noad/noad-0.6.0-r5.ebuild b/media-video/noad/noad-0.6.0-r5.ebuild
index 36a47a23a522..d1d5a29aebbf 100644
--- a/media-video/noad/noad-0.6.0-r5.ebuild
+++ b/media-video/noad/noad-0.6.0-r5.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/noad/noad-0.6.0-r5.ebuild,v 1.3 2006/11/09 10:51:52 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.6.0-r5.ebuild,v 1.4 2007/01/05 17:18:22 hd_brummy Exp $
WANT_AUTOMAKE="latest"
WANT_AUTOCONF="latest"
@@ -74,13 +74,13 @@ src_install() {
pkg_postinst() {
- einfo
- einfo "Congratulations, you have just installed noad!,"
- einfo "To integrate noad in VDR you should do this:"
- einfo
- einfo "start and set Parameter in /etc/conf.d/vdraddon.noad"
- einfo
- einfo "Note: You can use here all pararmeters for noad,"
- einfo "please look in the documentation of noad."
- einfo
+ elog
+ elog "Congratulations, you have just installed noad!,"
+ elog "To integrate noad in VDR you should do this:"
+ elog
+ elog "start and set Parameter in /etc/conf.d/vdraddon.noad"
+ elog
+ elog "Note: You can use here all pararmeters for noad,"
+ elog "please look in the documentation of noad."
+ elog
}
diff --git a/media-video/noad/noad-0.6.0-r6.ebuild b/media-video/noad/noad-0.6.0-r6.ebuild
index 6870449ebb6d..22ad5078e7b8 100644
--- a/media-video/noad/noad-0.6.0-r6.ebuild
+++ b/media-video/noad/noad-0.6.0-r6.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/noad/noad-0.6.0-r6.ebuild,v 1.4 2006/11/09 10:51:52 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.6.0-r6.ebuild,v 1.5 2007/01/05 17:18:22 hd_brummy Exp $
WANT_AUTOMAKE="latest"
WANT_AUTOCONF="latest"
@@ -75,13 +75,13 @@ src_install() {
pkg_postinst() {
- einfo
- einfo "Congratulations, you have just installed noad!,"
- einfo "To integrate noad in VDR you should do this:"
- einfo
- einfo "start and set Parameter in /etc/conf.d/vdraddon.noad"
- einfo
- einfo "Note: You can use here all pararmeters for noad,"
- einfo "please look in the documentation of noad."
- einfo
+ elog
+ elog "Congratulations, you have just installed noad!,"
+ elog "To integrate noad in VDR you should do this:"
+ elog
+ elog "start and set Parameter in /etc/conf.d/vdraddon.noad"
+ elog
+ elog "Note: You can use here all pararmeters for noad,"
+ elog "please look in the documentation of noad."
+ elog
}
diff --git a/media-video/noad/noad-0.6.0-r7.ebuild b/media-video/noad/noad-0.6.0-r7.ebuild
index 13dad6dbe19d..953c88fb96f6 100644
--- a/media-video/noad/noad-0.6.0-r7.ebuild
+++ b/media-video/noad/noad-0.6.0-r7.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/noad/noad-0.6.0-r7.ebuild,v 1.1 2006/12/28 20:02:01 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.6.0-r7.ebuild,v 1.2 2007/01/05 17:18:22 hd_brummy Exp $
WANT_AUTOMAKE="latest"
WANT_AUTOCONF="latest"
@@ -75,13 +75,13 @@ src_install() {
pkg_postinst() {
- einfo
- einfo "Congratulations, you have just installed noad!,"
- einfo "To integrate noad in VDR you should do this:"
- einfo
- einfo "start and set Parameter in /etc/conf.d/vdraddon.noad"
- einfo
- einfo "Note: You can use here all pararmeters for noad,"
- einfo "please look in the documentation of noad."
- einfo
+ elog
+ elog "Congratulations, you have just installed noad!,"
+ elog "To integrate noad in VDR you should do this:"
+ elog
+ elog "start and set Parameter in /etc/conf.d/vdraddon.noad"
+ elog
+ elog "Note: You can use here all pararmeters for noad,"
+ elog "please look in the documentation of noad."
+ elog
}
diff --git a/media-video/vdr/ChangeLog b/media-video/vdr/ChangeLog
index 7d3382a12497..f774b7556036 100644
--- a/media-video/vdr/ChangeLog
+++ b/media-video/vdr/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/vdr
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/ChangeLog,v 1.75 2007/01/05 14:10:56 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/ChangeLog,v 1.76 2007/01/05 17:21:12 hd_brummy Exp $
+
+ 05 Jan 2007; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-1.3.36-r3.ebuild,
+ vdr-1.4.1-r2.ebuild, vdr-1.4.3.ebuild, vdr-1.4.4.ebuild,
+ vdr-1.4.4_p3.ebuild:
+ einfo converted to elog
*vdr-1.4.4_p3 (05 Jan 2007)
diff --git a/media-video/vdr/vdr-1.3.36-r3.ebuild b/media-video/vdr/vdr-1.3.36-r3.ebuild
index f5526d735f1c..8a92bbe1f1ba 100644
--- a/media-video/vdr/vdr-1.3.36-r3.ebuild
+++ b/media-video/vdr/vdr-1.3.36-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-video/vdr/vdr-1.3.36-r3.ebuild,v 1.6 2006/03/04 20:11:32 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.3.36-r3.ebuild,v 1.7 2007/01/05 17:21:12 hd_brummy Exp $
inherit eutils
@@ -137,7 +137,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
@@ -185,7 +185,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
@@ -198,7 +198,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
diff --git a/media-video/vdr/vdr-1.4.1-r2.ebuild b/media-video/vdr/vdr-1.4.1-r2.ebuild
index 36e70b101db3..23a5bb77d039 100644
--- a/media-video/vdr/vdr-1.4.1-r2.ebuild
+++ b/media-video/vdr/vdr-1.4.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-video/vdr/vdr-1.4.1-r2.ebuild,v 1.3 2006/08/09 11:14:53 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.4.1-r2.ebuild,v 1.4 2007/01/05 17:21:12 hd_brummy Exp $
inherit eutils flag-o-matic multilib
@@ -166,7 +166,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
@@ -217,7 +217,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
@@ -234,7 +234,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
diff --git a/media-video/vdr/vdr-1.4.3.ebuild b/media-video/vdr/vdr-1.4.3.ebuild
index 4d0f431731a1..105b0e4bffd2 100644
--- a/media-video/vdr/vdr-1.4.3.ebuild
+++ b/media-video/vdr/vdr-1.4.3.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.3.ebuild,v 1.2 2006/11/07 20:36:30 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.4.3.ebuild,v 1.3 2007/01/05 17:21:12 hd_brummy Exp $
inherit eutils flag-o-matic multilib
@@ -166,7 +166,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
@@ -217,7 +217,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
@@ -234,7 +234,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
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
diff --git a/media-video/vdr/vdr-1.4.4_p3.ebuild b/media-video/vdr/vdr-1.4.4_p3.ebuild
index 3046f26e71a7..09d1fd74565b 100644
--- a/media-video/vdr/vdr-1.4.4_p3.ebuild
+++ b/media-video/vdr/vdr-1.4.4_p3.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/media-video/vdr/vdr-1.4.4_p3.ebuild,v 1.1 2007/01/05 14:10:56 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.4.4_p3.ebuild,v 1.2 2007/01/05 17:21:12 hd_brummy Exp $
inherit eutils flag-o-matic multilib
@@ -104,11 +104,11 @@ src_unpack() {
fi
done
- einfo
+ elog
if [[ ${LOCALPATCHES_SUBDIR} == ${PV} ]]; then
- einfo "Applying local patches"
+ elog "Applying local patches"
else
- einfo "Applying local patches (Using subdirectory: ${LOCALPATCHES_SUBDIR})"
+ elog "Applying local patches (Using subdirectory: ${LOCALPATCHES_SUBDIR})"
fi
for LOCALPATCH in ${VDR_LOCAL_PATCHES_DIR}/${LOCALPATCHES_SUBDIR}/*.{diff,patch}; do
@@ -161,7 +161,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
@@ -178,7 +178,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