summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2007-01-05 17:05:12 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2007-01-05 17:05:12 +0000
commit87b2e8f7e4d1833751875fe36e24a77c29fa57b8 (patch)
tree95ae2db6e4880e12362b827ae440df534af85834 /media-plugins/vdr-weatherng
parentConvert to use elog. (diff)
downloadgentoo-2-87b2e8f7e4d1833751875fe36e24a77c29fa57b8.tar.gz
gentoo-2-87b2e8f7e4d1833751875fe36e24a77c29fa57b8.tar.bz2
gentoo-2-87b2e8f7e4d1833751875fe36e24a77c29fa57b8.zip
einfo converted to elog
(Portage version: 2.1.1-r2)
Diffstat (limited to 'media-plugins/vdr-weatherng')
-rw-r--r--media-plugins/vdr-weatherng/ChangeLog9
-rw-r--r--media-plugins/vdr-weatherng/vdr-weatherng-0.0.5.ebuild35
-rw-r--r--media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre2.ebuild26
-rw-r--r--media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3.ebuild26
4 files changed, 51 insertions, 45 deletions
diff --git a/media-plugins/vdr-weatherng/ChangeLog b/media-plugins/vdr-weatherng/ChangeLog
index 98ba60a4cdcf..7532f3e6fbde 100644
--- a/media-plugins/vdr-weatherng/ChangeLog
+++ b/media-plugins/vdr-weatherng/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/vdr-weatherng
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng/ChangeLog,v 1.11 2006/11/07 21:16:09 hd_brummy Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng/ChangeLog,v 1.12 2007/01/05 17:05:12 hd_brummy Exp $
+
+ 05 Jan 2007; Joerg Bornkessel <hd_brummy@gentoo.org>
+ vdr-weatherng-0.0.5.ebuild, vdr-weatherng-0.0.8_pre2.ebuild,
+ vdr-weatherng-0.0.8_pre3.ebuild:
+ einfo converted to elog
*vdr-weatherng-0.0.8_pre3 (07 Nov 2006)
diff --git a/media-plugins/vdr-weatherng/vdr-weatherng-0.0.5.ebuild b/media-plugins/vdr-weatherng/vdr-weatherng-0.0.5.ebuild
index 26d37feec83a..e3cb704f56db 100644
--- a/media-plugins/vdr-weatherng/vdr-weatherng-0.0.5.ebuild
+++ b/media-plugins/vdr-weatherng/vdr-weatherng-0.0.5.ebuild
@@ -1,10 +1,10 @@
-# 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-plugins/vdr-weatherng/vdr-weatherng-0.0.5.ebuild,v 1.2 2006/04/06 19:51:59 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng/vdr-weatherng-0.0.5.ebuild,v 1.3 2007/01/05 17:05:12 hd_brummy Exp $
inherit vdr-plugin
-DESCRIPTION="Video Disk Recorder plugin to show weather for specified place"
+DESCRIPTION="VDR plugin: show weather for specified place"
HOMEPAGE="http://beejay.vdr-developer.org/"
SRC_URI="http://beejay.vdr-developer.org/devel/${P}.tgz
mirror://vdrfiles/${PN}/${P}.tgz"
@@ -41,19 +41,20 @@ pkg_postinst() {
vdr-plugin_pkg_postinst
echo
- einfo "Note: On first run, this Plugin is in Offline Mode"
- einfo "You can change this in OSD Menu of the plugin."
- einfo
- einfo
- einfo "To display the weather for your location"
- einfo "you have to find out its ID on weather.com"
- einfo
- einfo "Go to http://www.weather.com and search for your city (i.e. Herne)"
- einfo "in the list of results click on the right one and then look at its URL"
- einfo
- einfo "It contains a code for your city"
- einfo "For Herne this is GMXX0056"
- einfo
- einfo "Now you have to enter this code in plugin-setup in OSD"
+ elog "Note: On first run, this Plugin is in Offline Mode"
+ elog "You can change this in OSD Menu of the plugin."
+ elog
+ elog
+ elog "To display the weather for your location"
+ elog "you have to find out its ID on weather.com"
+ elog
+ elog "Go to http://www.weather.com and search for your city (i.e. Herne)"
+ elog "in the list of results click on the right one and then look at its URL"
+ elog
+ elog "It contains a code for your city"
+ elog "For Herne this is GMXX0056"
+ elog
+ elog
+ "Now you have to enter this code in plugin-setup in OSD"
echo
}
diff --git a/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre2.ebuild b/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre2.ebuild
index 60a9db3e1565..273a14629e33 100644
--- a/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre2.ebuild
+++ b/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre2.ebuild
@@ -1,13 +1,13 @@
-# 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-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre2.ebuild,v 1.5 2006/05/14 19:55:05 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre2.ebuild,v 1.6 2007/01/05 17:05:12 hd_brummy Exp $
inherit vdr-plugin
MY_PV="${PV/_/-}"
MY_P="${PN}-${MY_PV}"
-DESCRIPTION="Video Disk Recorder plugin to show weather for specified place"
+DESCRIPTION="VDR plugin: show weather for specified place"
HOMEPAGE="http://beejay.vdr-developer.org/"
SRC_URI="mirror://vdrfiles/${PN}/${MY_P}.tgz"
@@ -44,15 +44,15 @@ pkg_postinst() {
vdr-plugin_pkg_postinst
echo
- einfo "To display the weather for your location"
- einfo "you have to find out its ID on weather.com"
- einfo
- einfo "Go to http://www.weather.com and search for your city (i.e. Herne)"
- einfo "in the list of results click on the right one and then look at its URL"
- einfo
- einfo "It contains a code for your city"
- einfo "For Herne this is GMXX0056"
- einfo
- einfo "Now you have to enter this code in /etc/conf.d/vdr.weatherng WEATHERNG_STATIONID(x)"
+ elog "To display the weather for your location"
+ elog "you have to find out its ID on weather.com"
+ elog
+ elog "Go to http://www.weather.com and search for your city (i.e. Herne)"
+ elog "in the list of results click on the right one and then look at its URL"
+ elog
+ elog "It contains a code for your city"
+ elog "For Herne this is GMXX0056"
+ elog
+ elog "Now you have to enter this code in /etc/conf.d/vdr.weatherng WEATHERNG_STATIONID(x)"
echo
}
diff --git a/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3.ebuild b/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3.ebuild
index 2972846d954b..536c5a8624f8 100644
--- a/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3.ebuild
+++ b/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3.ebuild
@@ -1,13 +1,13 @@
-# 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-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3.ebuild,v 1.1 2006/11/07 21:16:09 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3.ebuild,v 1.2 2007/01/05 17:05:12 hd_brummy Exp $
inherit vdr-plugin
MY_PV="${PV/_/-}"
MY_P="${PN}-${MY_PV}"
-DESCRIPTION="Video Disk Recorder plugin to show weather for specified place"
+DESCRIPTION="VDR plugin: show weather for specified place"
HOMEPAGE="http://beejay.vdr-developer.org/"
SRC_URI="mirror://vdrfiles/${PN}/${MY_P}.tgz"
@@ -51,15 +51,15 @@ pkg_postinst() {
vdr-plugin_pkg_postinst
echo
- einfo "To display the weather for your location"
- einfo "you have to find out its ID on weather.com"
- einfo
- einfo "Go to http://uk.weather.com/search/drilldown/ and search for your city (i.e. Herne)"
- einfo "in the list of results click on the right one and then look at its URL"
- einfo
- einfo "It contains a code for your city"
- einfo "For Herne this is GMXX0056"
- einfo
- einfo "Now you have to enter this code in /etc/conf.d/vdr.weatherng WEATHERNG_STATIONID(x)"
+ elog "To display the weather for your location"
+ elog "you have to find out its ID on weather.com"
+ elog
+ elog "Go to http://uk.weather.com/search/drilldown/ and search for your city (i.e. Herne)"
+ elog "in the list of results click on the right one and then look at its URL"
+ elog
+ elog "It contains a code for your city"
+ elog "For Herne this is GMXX0056"
+ elog
+ elog "Now you have to enter this code in /etc/conf.d/vdr.weatherng WEATHERNG_STATIONID(x)"
echo
}