* [gentoo-commits] repo/gentoo:master commit in: net-voip/linphone/
@ 2018-01-05 22:02 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2018-01-05 22:02 UTC (permalink / raw
To: gentoo-commits
commit: 3702265abdfe1e566a5f853ae603a9c7603b81ee
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 21:24:15 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 22:00:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3702265a
net-voip/linphone: Remove linguas_* from IUSE.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
net-voip/linphone/linphone-3.5.2.ebuild | 8 +++-----
net-voip/linphone/linphone-3.6.1.ebuild | 8 +++-----
2 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/net-voip/linphone/linphone-3.5.2.ebuild b/net-voip/linphone/linphone-3.5.2.ebuild
index 8d000d4c4b3..f9e943659d1 100644
--- a/net-voip/linphone/linphone-3.5.2.ebuild
+++ b/net-voip/linphone/linphone-3.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -46,9 +46,6 @@ DEPEND="${RDEPEND}
)
"
-IUSE_LINGUAS=" fr it de ja es pl cs nl sv pt_BR hu ru zh_CN"
-IUSE="${IUSE}${IUSE_LINGUAS// / linguas_}"
-
pkg_setup() {
if ! use gtk && ! use ncurses ; then
ewarn "gtk and ncurses are disabled."
@@ -56,7 +53,8 @@ pkg_setup() {
ewarn "Only liblinphone is going to be installed."
fi
- strip-linguas ${IUSE_LINGUAS}
+ local my_linguas="fr it de ja es pl cs nl sv pt_BR hu ru zh_CN"
+ strip-linguas ${my_linguas}
}
src_prepare() {
diff --git a/net-voip/linphone/linphone-3.6.1.ebuild b/net-voip/linphone/linphone-3.6.1.ebuild
index 0651a889417..0a2589565a9 100644
--- a/net-voip/linphone/linphone-3.6.1.ebuild
+++ b/net-voip/linphone/linphone-3.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -46,9 +46,6 @@ DEPEND="${RDEPEND}
nls? ( dev-util/intltool )
"
-IUSE_LINGUAS=" fr it de he ja es pl cs nl sr sv pt_BR hu ru zh_CN"
-IUSE="${IUSE}${IUSE_LINGUAS// / linguas_}"
-
pkg_setup() {
if ! use gtk && ! use ncurses ; then
ewarn "gtk and ncurses are disabled."
@@ -56,7 +53,8 @@ pkg_setup() {
ewarn "Only liblinphone is going to be installed."
fi
- strip-linguas ${IUSE_LINGUAS}
+ local my_linguas="fr it de he ja es pl cs nl sr sv pt_BR hu ru zh_CN"
+ strip-linguas ${my_linguas}
}
src_prepare() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/linphone/
@ 2018-05-24 22:55 Aaron Bauman
0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2018-05-24 22:55 UTC (permalink / raw
To: gentoo-commits
commit: 8a4de344e702b3ad0bc4a5cb085ece122cef1129
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 22:55:39 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu May 24 22:55:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4de344
net-voip/linphone: add LibreSSL support
Closes: https://bugs.gentoo.org/565272
Package-Manager: Portage-2.3.38, Repoman-2.3.9
net-voip/linphone/linphone-3.6.1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/net-voip/linphone/linphone-3.6.1.ebuild b/net-voip/linphone/linphone-3.6.1.ebuild
index 0a2589565a9..b5eb024d7c6 100644
--- a/net-voip/linphone/linphone-3.6.1.ebuild
+++ b/net-voip/linphone/linphone-3.6.1.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# TODO: run-time test for ipv6: does it need mediastreamer[ipv6]?
-IUSE="assistant doc gsm-nonstandard gtk ipv6 libnotify ncurses nls sqlite ssl tools upnp video"
+IUSE="assistant doc gsm-nonstandard gtk ipv6 libnotify libressl ncurses nls sqlite ssl tools upnp video"
RDEPEND="
>=media-libs/mediastreamer-2.9.0[ipv6?,upnp?,video?]
@@ -35,7 +35,10 @@ RDEPEND="
sys-libs/ncurses
)
sqlite? ( dev-db/sqlite:3 )
- ssl? ( dev-libs/openssl:0 )
+ ssl? (
+ libressl? ( dev-libs/libressl:0= )
+ !libressl? ( dev-libs/openssl:0= )
+ )
tools? ( dev-libs/libxml2 )
upnp? ( net-libs/libupnp )
video? ( >=media-libs/mediastreamer-2.9.0[v4l] )
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-24 22:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-24 22:55 [gentoo-commits] repo/gentoo:master commit in: net-voip/linphone/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2018-01-05 22:02 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox