summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2012-08-11 18:34:28 +0000
committerSven Vermeulen <swift@gentoo.org>2012-08-11 18:34:28 +0000
commitbf5409a78ca31dd786eae04c6aa2b10459eb8303 (patch)
tree565f8d38fac761bed686642a8203bcb25e4b4ea1 /net-im
parentAdd missing runtime dep on kde-base/libkdeedu by Joost Ruis <joost.ruis@sabay... (diff)
downloadgentoo-2-bf5409a78ca31dd786eae04c6aa2b10459eb8303.tar.gz
gentoo-2-bf5409a78ca31dd786eae04c6aa2b10459eb8303.tar.bz2
gentoo-2-bf5409a78ca31dd786eae04c6aa2b10459eb8303.zip
Add USE=selinux dependency towards selinux-skype
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/skype/ChangeLog6
-rw-r--r--net-im/skype/skype-2.2.0.35-r99.ebuild10
-rw-r--r--net-im/skype/skype-4.0.0.8-r1.ebuild7
3 files changed, 15 insertions, 8 deletions
diff --git a/net-im/skype/ChangeLog b/net-im/skype/ChangeLog
index a6914fb29286..8b37fe9fcffc 100644
--- a/net-im/skype/ChangeLog
+++ b/net-im/skype/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/skype
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/skype/ChangeLog,v 1.137 2012/08/06 08:54:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/skype/ChangeLog,v 1.138 2012/08/11 18:34:28 swift Exp $
+
+ 11 Aug 2012; <swift@gentoo.org> skype-2.2.0.35-r99.ebuild,
+ skype-4.0.0.8-r1.ebuild:
+ Add USE=selinux dependency towards selinux-skype
06 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> -skype-4.0.0.7-r2.ebuild,
-skype-4.0.0.8.ebuild:
diff --git a/net-im/skype/skype-2.2.0.35-r99.ebuild b/net-im/skype/skype-2.2.0.35-r99.ebuild
index 58ade5f785ec..5e23dc99a15c 100644
--- a/net-im/skype/skype-2.2.0.35-r99.ebuild
+++ b/net-im/skype/skype-2.2.0.35-r99.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-2.2.0.35-r99.ebuild,v 1.5 2012/05/21 21:05:25 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-2.2.0.35-r99.ebuild,v 1.6 2012/08/11 18:34:28 swift Exp $
EAPI=4
inherit eutils gnome2-utils qt4-r2 pax-utils
@@ -18,7 +18,7 @@ SRC_URI="qt-static? ( http://download.skype.com/linux/${SFILENAME} )
LICENSE="skype-eula"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="pax_kernel qt-static"
+IUSE="pax_kernel selinux qt-static"
RESTRICT="mirror strip" #299368
EMUL_VER=20120520
@@ -52,10 +52,12 @@ RDEPEND="
x11-libs/qt-gui:4[accessibility,dbus]
)
)
- virtual/ttf-fonts"
+ virtual/ttf-fonts
+ selinux? ( sec-policy/selinux-skype )"
# Required to get `lrelease` command for src_install()
-DEPEND="!qt-static? ( x11-libs/qt-core:4 )"
+DEPEND="!qt-static? ( x11-libs/qt-core:4 )
+ selinux? ( sec-policy/selinux-skype )"
QA_EXECSTACK="opt/skype/skype"
QA_WX_LOAD="opt/skype/skype"
diff --git a/net-im/skype/skype-4.0.0.8-r1.ebuild b/net-im/skype/skype-4.0.0.8-r1.ebuild
index df255de8570e..1befe6000186 100644
--- a/net-im/skype/skype-4.0.0.8-r1.ebuild
+++ b/net-im/skype/skype-4.0.0.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-4.0.0.8-r1.ebuild,v 1.1 2012/08/06 08:49:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-4.0.0.8-r1.ebuild,v 1.2 2012/08/11 18:34:28 swift Exp $
EAPI=4
inherit eutils gnome2-utils pax-utils
@@ -14,7 +14,7 @@ SRC_URI="!qt-static? ( ${SKYPE_URI}/${P}.tar.bz2 )
LICENSE="${PN}-4.0.0.7-copyright ${PN}-4.0.0.7-third-party_attributions.txt"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="pax_kernel qt-static"
+IUSE="pax_kernel selinux qt-static"
QA_PREBUILT=opt/bin/${PN}
RESTRICT="mirror strip" #299368
@@ -49,7 +49,8 @@ RDEPEND="virtual/ttf-fonts
x11-libs/qt-dbus:4
x11-libs/qt-gui:4[accessibility,dbus]
)
- )"
+ )
+ selinux? ( sec-policy/selinux-skype )"
src_unpack() {
unpack ${A}