Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415339 - media-plugins/vdr-lcdproc-0.0.10.9 version bump
Summary: media-plugins/vdr-lcdproc-0.0.10.9 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo VDR Project
URL: http://projects.vdr-developer.org/pro...
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2012-05-10 07:57 UTC by Markus Lischka
Modified: 2012-05-11 07:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for LCDproc plugin 0.0.10-jw9 (vdr-lcdproc-0.0.10.9.ebuild,729 bytes, text/plain)
2012-05-10 09:36 UTC, Markus Lischka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Lischka 2012-05-10 07:57:07 UTC
Version 0.0.10-jw9 of the VDR LCDproc plugin has been released, see http://projects.vdr-developer.org/news/179

Please consider upgrading the ebuild. Thanks!
Comment 1 Markus Lischka 2012-05-10 09:36:20 UTC
Created attachment 311341 [details]
Ebuild for LCDproc plugin 0.0.10-jw9
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-05-10 13:42:17 UTC
Comment on attachment 311341 [details]
Ebuild for LCDproc plugin 0.0.10-jw9

--- vdr-lcdproc-0.0.10.6.ebuild 2009-02-23 03:14:48.000000000 +0100
+++ -   2012-05-10 15:42:09.803922110 +0200
@@ -9,8 +9,8 @@
 MY_P=${PN}-$(replace_version_separator 3 -jw ${PV})
 
 DESCRIPTION="VDR plugin: use LCD device for additional output"
-HOMEPAGE="http://www.joachim-wilke.de/?alias=vdr-patches&lang=en"
-SRC_URI="http://www.joachim-wilke.de/dl.htm?ct=gz&dir=vdr-patches&file=${PN}-0.0.10-jw6.tgz -> ${P}.tgz"
+HOMEPAGE="http://projects.vdr-developer.org/projects/show/plg-lcdproc"
+SRC_URI="http://projects.vdr-developer.org/attachments/download/932/${MY_P}.tgz -> ${P}.tgz"
 
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
@@ -18,7 +18,7 @@
 IUSE=""
 
 DEPEND=">=media-video/vdr-1.6
-               >=app-misc/lcdproc-0.4.3"
+       >=app-misc/lcdproc-0.4.3"
 
 RDEPEND="${DEPEND}"
Comment 3 Joerg Bornkessel (RETIRED) gentoo-dev 2012-05-10 15:35:37 UTC
Thanks for your reminder, but

Plz use in ebuild

EAPI="4"
inherit vdr-plugin-2

( vdr-plugin.eclass will be removed, after converting all ebuilds)

plz. use for sources, depended on vdr-developer.org


VERSION="xxz" # every bump, new version

SRC_URI="mirror://vdr-developerorg/${VERSION}/... "

Anyway, thanks again...
Comment 4 Markus Lischka 2012-05-11 07:26:32 UTC
Emerged your new ebuild - works perfectly. Thanks for the quick response! I will try to take your hints into account for any future ebuild proposals.