summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2006-02-28 00:52:37 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2006-02-28 00:52:37 +0000
commit9c4d7a2bbace21c2dcdb2ae7d7a2c86008865bb1 (patch)
treed3fb82a0856d6380821ee4395b8d9d1b9c80fe7f /media-plugins/vdr-lcr
parentStable on sparc wrt #124070 (diff)
downloadgentoo-2-9c4d7a2bbace21c2dcdb2ae7d7a2c86008865bb1.tar.gz
gentoo-2-9c4d7a2bbace21c2dcdb2ae7d7a2c86008865bb1.tar.bz2
gentoo-2-9c4d7a2bbace21c2dcdb2ae7d7a2c86008865bb1.zip
fixed QA issues; Bug #124320
(Portage version: 2.0.54)
Diffstat (limited to 'media-plugins/vdr-lcr')
-rw-r--r--media-plugins/vdr-lcr/ChangeLog5
-rw-r--r--media-plugins/vdr-lcr/Manifest15
-rw-r--r--media-plugins/vdr-lcr/vdr-lcr-0.0.3.ebuild6
3 files changed, 9 insertions, 17 deletions
diff --git a/media-plugins/vdr-lcr/ChangeLog b/media-plugins/vdr-lcr/ChangeLog
index b714909bd9d5..1f1547a6d50a 100644
--- a/media-plugins/vdr-lcr/ChangeLog
+++ b/media-plugins/vdr-lcr/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/vdr-lcr
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/ChangeLog,v 1.1 2006/02/28 00:05:20 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/ChangeLog,v 1.2 2006/02/28 00:52:37 hd_brummy Exp $
+
+ 28 Feb 2006; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-lcr-0.0.3.ebuild:
+ fixed QA issues; Bug #124320
*vdr-lcr-0.0.3 (28 Feb 2006)
diff --git a/media-plugins/vdr-lcr/Manifest b/media-plugins/vdr-lcr/Manifest
index 4d59801917db..3dcdc7b71ad0 100644
--- a/media-plugins/vdr-lcr/Manifest
+++ b/media-plugins/vdr-lcr/Manifest
@@ -1,15 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 3b8c5cf22d9cc1f8ac3724add1a22485 ChangeLog 387
+MD5 cbbed5af56daa857270eb24416b01a50 ChangeLog 496
MD5 3208436a558872bd854ba7fdfb067bae files/digest-vdr-lcr-0.0.3 65
MD5 39901b6ecb5930c3cf71fefaf9d10228 metadata.xml 478
-MD5 958d6e56f2655e83d557fb39b37ed089 vdr-lcr-0.0.3.ebuild 914
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2.1 (GNU/Linux)
-Comment: no further Information
-
-iD8DBQFEA5PTdn07HTTCgIoRArFgAJ92oju5EpP7PrfS4OHKsLiCTixX5ACglLzP
-nEPS5sZsSrRMBYRa18I4bpY=
-=zbvl
------END PGP SIGNATURE-----
+MD5 8b2e78bfa200538f39823b6fc6000618 vdr-lcr-0.0.3.ebuild 924
diff --git a/media-plugins/vdr-lcr/vdr-lcr-0.0.3.ebuild b/media-plugins/vdr-lcr/vdr-lcr-0.0.3.ebuild
index 627577a9f4b6..67c279c923ce 100644
--- a/media-plugins/vdr-lcr/vdr-lcr-0.0.3.ebuild
+++ b/media-plugins/vdr-lcr/vdr-lcr-0.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/vdr-lcr-0.0.3.ebuild,v 1.1 2006/02/28 00:05:20 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/vdr-lcr-0.0.3.ebuild,v 1.2 2006/02/28 00:52:37 hd_brummy Exp $
inherit vdr-plugin
@@ -24,11 +24,11 @@ src_install() {
dobin contrib/retrieve-data.pl
}
-src_postinst() {
+pkg_postinst() {
vdr-plugin_pkg_postinst
echo
- einfo "LCR - Plugin support per default only German telefon net"
+ einfo "By default, this plugin only supports the German telephone network"
einfo "Find more info in /usr/bin/retrieve-data.pl how to add your"
einfo "own Provider-Parser, or contact the maintainer"
}