summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2011-01-29 23:29:34 +0000
committerJoerg Bornkessel <hd_brummy@gentoo.org>2011-01-29 23:29:34 +0000
commitebaa0f721ec3ddf3738e078be7ab892156d8f79c (patch)
tree9ae6e6b93a4a218ffd9f12c0a283262b049926b4 /media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild
parentdep on virtual/daemontools - assign RDEPEND (diff)
downloadhistorical-ebaa0f721ec3ddf3738e078be7ab892156d8f79c.tar.gz
historical-ebaa0f721ec3ddf3738e078be7ab892156d8f79c.tar.bz2
historical-ebaa0f721ec3ddf3738e078be7ab892156d8f79c.zip
eapi=3; cleanup; version bump
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild')
-rw-r--r--media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild b/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild
index 501740259f32..0c7ad8dbef51 100644
--- a/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild
+++ b/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild
@@ -1,14 +1,16 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild,v 1.1 2010/06/06 11:07:08 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild,v 1.2 2011/01/29 23:29:34 hd_brummy Exp $
-EAPI="2"
+EAPI="3"
inherit vdr-plugin
+VERSION="163" # every bump, new version!
+
DESCRIPTION="VDR Plugin: Reads the contents of infosat and writes the data into the EPG."
HOMEPAGE="http://projects.vdr-developer.org/projects/show/plg-infosatepg"
-SRC_URI="http://projects.vdr-developer.org/attachments/download/163/${P}.tgz"
+SRC_URI="http://projects.vdr-developer.org/attachments/download/${VERSION}/${P}.tgz"
SLOT="0"
LICENSE="GPL-2"
@@ -16,3 +18,4 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=media-video/vdr-1.6.0"
+RDEPEND="${DEPEND}"