public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-lcr: ChangeLog vdr-lcr-0.0.9.ebuild
@ 2014-02-23 20:15 Joerg Bornkessel (hd_brummy)
  0 siblings, 0 replies; 3+ messages in thread
From: Joerg Bornkessel (hd_brummy) @ 2014-02-23 20:15 UTC (permalink / raw
  To: gentoo-commits

hd_brummy    14/02/23 20:15:28

  Modified:             ChangeLog vdr-lcr-0.0.9.ebuild
  Log:
  cleanup old; eapi=5; converted to vdr-plugin-2.eclass
  
  (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)

Revision  Changes    Path
1.14                 media-plugins/vdr-lcr/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-lcr/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-lcr/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-lcr/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	18 Dec 2011 19:49:07 -0000	1.13
+++ ChangeLog	23 Feb 2014 20:15:28 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for media-plugins/vdr-lcr
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/ChangeLog,v 1.13 2011/12/18 19:49:07 phajdan.jr Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/ChangeLog,v 1.14 2014/02/23 20:15:28 hd_brummy Exp $
+
+  23 Feb 2014; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-lcr-0.0.9.ebuild:
+  cleanup old; eapi=5; converted to vdr-plugin-2.eclass
 
   18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> vdr-lcr-0.0.9.ebuild:
   x86 stable wrt bug #393741



1.4                  media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild?r1=1.3&r2=1.4

Index: vdr-lcr-0.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vdr-lcr-0.0.9.ebuild	18 Dec 2011 19:49:07 -0000	1.3
+++ vdr-lcr-0.0.9.ebuild	23 Feb 2014 20:15:28 -0000	1.4
@@ -1,8 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 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.9.ebuild,v 1.3 2011/12/18 19:49:07 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild,v 1.4 2014/02/23 20:15:28 hd_brummy Exp $
 
-inherit vdr-plugin
+EAPI=5
+
+inherit vdr-plugin-2
 
 DESCRIPTION="Video Disk Recorder Least Cost Routing (LCR) PlugIn"
 HOMEPAGE="http://lcr.vdr-developer.org"
@@ -19,13 +21,13 @@
 		>=www-client/lynx-2.8.4"
 
 src_install() {
-	vdr-plugin_src_install
+	vdr-plugin-2_src_install
 
 	dobin contrib/vdr-lcr-retrieve_data.pl
 }
 
 pkg_postinst() {
-	vdr-plugin_pkg_postinst
+	vdr-plugin-2_pkg_postinst
 
 	echo
 	elog "By default, this plugin only supports the German telephone network"





^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-lcr: ChangeLog vdr-lcr-0.0.9.ebuild
@ 2011-12-18 19:49 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-18 19:49 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/12/18 19:49:08

  Modified:             ChangeLog vdr-lcr-0.0.9.ebuild
  Log:
  x86 stable wrt bug #393741
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.13                 media-plugins/vdr-lcr/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-lcr/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-lcr/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-lcr/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	18 Dec 2011 11:41:02 -0000	1.12
+++ ChangeLog	18 Dec 2011 19:49:07 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for media-plugins/vdr-lcr
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/ChangeLog,v 1.12 2011/12/18 11:41:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/ChangeLog,v 1.13 2011/12/18 19:49:07 phajdan.jr Exp $
+
+  18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> vdr-lcr-0.0.9.ebuild:
+  x86 stable wrt bug #393741
 
   18 Dec 2011; Agostino Sarubbo <ago@gentoo.org> vdr-lcr-0.0.9.ebuild:
   Stable for AMD64, wrt bug #393741



1.3                  media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild?r1=1.2&r2=1.3

Index: vdr-lcr-0.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vdr-lcr-0.0.9.ebuild	18 Dec 2011 11:41:02 -0000	1.2
+++ vdr-lcr-0.0.9.ebuild	18 Dec 2011 19:49:07 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.9.ebuild,v 1.2 2011/12/18 11:41:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild,v 1.3 2011/12/18 19:49:07 phajdan.jr Exp $
 
 inherit vdr-plugin
 
@@ -10,7 +10,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND=">=media-video/vdr-1.5.7






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-lcr: ChangeLog vdr-lcr-0.0.9.ebuild
@ 2008-08-14 10:59 Matthias Schwarzott (zzam)
  0 siblings, 0 replies; 3+ messages in thread
From: Matthias Schwarzott (zzam) @ 2008-08-14 10:59 UTC (permalink / raw
  To: gentoo-commits

zzam        08/08/14 10:59:00

  Modified:             ChangeLog
  Added:                vdr-lcr-0.0.9.ebuild
  Log:
  Version bumped.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.25-tuxonice-r6 i686)

Revision  Changes    Path
1.11                 media-plugins/vdr-lcr/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-lcr/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-lcr/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-lcr/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	5 Jan 2007 16:35:45 -0000	1.10
+++ ChangeLog	14 Aug 2008 10:59:00 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for media-plugins/vdr-lcr
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/ChangeLog,v 1.10 2007/01/05 16:35:45 hd_brummy Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/ChangeLog,v 1.11 2008/08/14 10:59:00 zzam Exp $
+
+*vdr-lcr-0.0.9 (14 Aug 2008)
+
+  14 Aug 2008; Matthias Schwarzott <zzam@gentoo.org> +vdr-lcr-0.0.9.ebuild:
+  Version bumped.
 
   05 Jan 2007; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-lcr-0.0.8.ebuild:
   einfo converted to elog



1.1                  media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild?rev=1.1&content-type=text/plain

Index: vdr-lcr-0.0.9.ebuild
===================================================================
# Copyright 1999-2008 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.9.ebuild,v 1.1 2008/08/14 10:59:00 zzam Exp $

inherit vdr-plugin

DESCRIPTION="Video Disk Recorder Least Cost Routing (LCR) PlugIn"
HOMEPAGE="http://lcr.vdr-developer.org"
SRC_URI="http://lcr.vdr-developer.org/downloads/${P}.tar.bz2"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=media-video/vdr-1.5.7
		>=dev-perl/libwww-perl-5.69-r2
		>=dev-perl/HTML-Parser-3.34-r1
		>=www-client/lynx-2.8.4"

src_install() {
	vdr-plugin_src_install

	dobin contrib/vdr-lcr-retrieve_data.pl
}

pkg_postinst() {
	vdr-plugin_pkg_postinst

	echo
	elog "By default, this plugin only supports the German telephone network"
	elog "Find more info in /usr/bin/vdr-lcr-retrieve-data.pl how to add your"
	elog "own Provider-Parser, or contact the maintainer"
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-23 20:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-23 20:15 [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-lcr: ChangeLog vdr-lcr-0.0.9.ebuild Joerg Bornkessel (hd_brummy)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-18 19:49 PaweA Hajdan (phajdan.jr)
2008-08-14 10:59 Matthias Schwarzott (zzam)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox