Skip to content

Commit

Permalink
media-plugins/vdr-xineliboutput: Fix wrong versions for snapshot vers…
Browse files Browse the repository at this point in the history
…ions

Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
zzam committed Jul 3, 2017
1 parent 41f5439 commit b97cd6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -9,7 +9,9 @@ GENTOO_VDR_CONDITIONAL=yes

DESCRIPTION="VDR Plugin: Xinelib PlugIn"
HOMEPAGE="https://sourceforge.net/projects/xineliboutput/"
SRC_URI="http://vdr.websitec.de/download/${PN}/xineliboutput-2.0.0_p20130821.tar.bz2"
MY_P=${PN#vdr-}-${PV/_pre/_p}
SRC_URI="http://vdr.websitec.de/download/${PN}/${MY_P}.tar.bz2"
S=${WORKDIR}/${MY_P}

SLOT="0"
LICENSE="GPL-2"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -9,7 +9,9 @@ GENTOO_VDR_CONDITIONAL=yes

DESCRIPTION="VDR Plugin: Xinelib PlugIn"
HOMEPAGE="https://sourceforge.net/projects/xineliboutput/"
SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tar.xz"
MY_PV=${PV/_pre/_p}
SRC_URI="http://vdr.websitec.de/download/${PN}/${PN}-${MY_PV}.tar.xz"
S="${WORKDIR}/${VDRPLUGIN}-${MY_PV}"

SLOT="0"
LICENSE="GPL-2"
Expand Down

0 comments on commit b97cd6b

Please sign in to comment.