mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
jitsi-bin: fix versioning format
This commit is contained in:
parent
53996db57c
commit
89b0a7eea5
2 changed files with 12 additions and 16 deletions
|
|
@ -1,17 +1,16 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
inherit rpm
|
||||
|
||||
PV_RAND="5550"
|
||||
MY_PV=$(ver_rs 2 -)
|
||||
|
||||
DESCRIPTION="Secure IM communicator that supports SIP, XMPP, AIM/ICQ, Windows Live, Yahoo"
|
||||
HOMEPAGE="https://jitsi.org/"
|
||||
SRC_URI="
|
||||
x86? ( https://download.jitsi.org/jitsi/rpm/jitsi-${PV}-${PV_RAND}.i686.rpm )
|
||||
amd64? ( https://download.jitsi.org/jitsi/rpm/jitsi-${PV}-${PV_RAND}.x86_64.rpm )"
|
||||
x86? ( https://download.jitsi.org/jitsi/rpm/jitsi-${MY_PV}.i686.rpm )
|
||||
amd64? ( https://download.jitsi.org/jitsi/rpm/jitsi-${MY_PV}.x86_64.rpm )"
|
||||
|
||||
RESTRICT="strip"
|
||||
|
||||
|
|
@ -21,8 +20,7 @@ KEYWORDS="~amd64 ~x86"
|
|||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=">=virtual/jre-1.7
|
||||
app-arch/rpm2targz"
|
||||
RDEPEND=">=virtual/jre-1.7"
|
||||
|
||||
QA_PREBUILT="
|
||||
usr/share/jitsi/lib/native/*
|
||||
|
|
@ -1,18 +1,17 @@
|
|||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
inherit rpm
|
||||
|
||||
PV_RAND="5602"
|
||||
MY_PV=$(ver_rs 2 -)
|
||||
|
||||
DESCRIPTION="Secure IM communicator that supports SIP, XMPP, AIM/ICQ, Windows Live, Yahoo"
|
||||
HOMEPAGE="https://jitsi.org/"
|
||||
#https://download.jitsi.org/jitsi/nightly/rpm/
|
||||
SRC_URI="
|
||||
x86? ( https://download.jitsi.org/jitsi/nightly/rpm/jitsi-${PV}-${PV_RAND}.i686.rpm )
|
||||
amd64? ( https://download.jitsi.org/jitsi/nightly/rpm/jitsi-${PV}-${PV_RAND}.x86_64.rpm )"
|
||||
x86? ( https://download.jitsi.org/jitsi/nightly/rpm/jitsi-${MY_PV}.i686.rpm )
|
||||
amd64? ( https://download.jitsi.org/jitsi/nightly/rpm/jitsi-${MY_PV}.x86_64.rpm )"
|
||||
|
||||
RESTRICT="strip"
|
||||
|
||||
|
|
@ -22,8 +21,7 @@ KEYWORDS="~amd64 ~x86"
|
|||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=">=virtual/jre-1.7
|
||||
app-arch/rpm2targz"
|
||||
RDEPEND=">=virtual/jre-1.7"
|
||||
|
||||
QA_PREBUILT="
|
||||
usr/share/jitsi/lib/native/*
|
||||
Loading…
Reference in a new issue