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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=6
|
EAPI=7
|
||||||
|
|
||||||
inherit rpm
|
inherit rpm
|
||||||
|
MY_PV=$(ver_rs 2 -)
|
||||||
PV_RAND="5550"
|
|
||||||
|
|
||||||
DESCRIPTION="Secure IM communicator that supports SIP, XMPP, AIM/ICQ, Windows Live, Yahoo"
|
DESCRIPTION="Secure IM communicator that supports SIP, XMPP, AIM/ICQ, Windows Live, Yahoo"
|
||||||
HOMEPAGE="https://jitsi.org/"
|
HOMEPAGE="https://jitsi.org/"
|
||||||
SRC_URI="
|
SRC_URI="
|
||||||
x86? ( https://download.jitsi.org/jitsi/rpm/jitsi-${PV}-${PV_RAND}.i686.rpm )
|
x86? ( https://download.jitsi.org/jitsi/rpm/jitsi-${MY_PV}.i686.rpm )
|
||||||
amd64? ( https://download.jitsi.org/jitsi/rpm/jitsi-${PV}-${PV_RAND}.x86_64.rpm )"
|
amd64? ( https://download.jitsi.org/jitsi/rpm/jitsi-${MY_PV}.x86_64.rpm )"
|
||||||
|
|
||||||
RESTRICT="strip"
|
RESTRICT="strip"
|
||||||
|
|
||||||
|
|
@ -21,8 +20,7 @@ KEYWORDS="~amd64 ~x86"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND=""
|
DEPEND=""
|
||||||
RDEPEND=">=virtual/jre-1.7
|
RDEPEND=">=virtual/jre-1.7"
|
||||||
app-arch/rpm2targz"
|
|
||||||
|
|
||||||
QA_PREBUILT="
|
QA_PREBUILT="
|
||||||
usr/share/jitsi/lib/native/*
|
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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=6
|
EAPI=7
|
||||||
|
|
||||||
inherit rpm
|
inherit rpm
|
||||||
|
MY_PV=$(ver_rs 2 -)
|
||||||
PV_RAND="5602"
|
|
||||||
|
|
||||||
DESCRIPTION="Secure IM communicator that supports SIP, XMPP, AIM/ICQ, Windows Live, Yahoo"
|
DESCRIPTION="Secure IM communicator that supports SIP, XMPP, AIM/ICQ, Windows Live, Yahoo"
|
||||||
HOMEPAGE="https://jitsi.org/"
|
HOMEPAGE="https://jitsi.org/"
|
||||||
#https://download.jitsi.org/jitsi/nightly/rpm/
|
#https://download.jitsi.org/jitsi/nightly/rpm/
|
||||||
SRC_URI="
|
SRC_URI="
|
||||||
x86? ( https://download.jitsi.org/jitsi/nightly/rpm/jitsi-${PV}-${PV_RAND}.i686.rpm )
|
x86? ( https://download.jitsi.org/jitsi/nightly/rpm/jitsi-${MY_PV}.i686.rpm )
|
||||||
amd64? ( https://download.jitsi.org/jitsi/nightly/rpm/jitsi-${PV}-${PV_RAND}.x86_64.rpm )"
|
amd64? ( https://download.jitsi.org/jitsi/nightly/rpm/jitsi-${MY_PV}.x86_64.rpm )"
|
||||||
|
|
||||||
RESTRICT="strip"
|
RESTRICT="strip"
|
||||||
|
|
||||||
|
|
@ -22,8 +21,7 @@ KEYWORDS="~amd64 ~x86"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND=""
|
DEPEND=""
|
||||||
RDEPEND=">=virtual/jre-1.7
|
RDEPEND=">=virtual/jre-1.7"
|
||||||
app-arch/rpm2targz"
|
|
||||||
|
|
||||||
QA_PREBUILT="
|
QA_PREBUILT="
|
||||||
usr/share/jitsi/lib/native/*
|
usr/share/jitsi/lib/native/*
|
||||||
Loading…
Reference in a new issue