diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-08-11 05:39:25 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-08-11 05:39:51 +1000 |
commit | 465be56b3b4b040be566d72850699de35e9bc9f4 (patch) | |
tree | 58047b8eb7ec993de4806e7cebddc8d506251275 /kde-apps/kopete | |
parent | dev-lang/php: arm stable, bug #589232 (diff) | |
download | gentoo-465be56b3b4b040be566d72850699de35e9bc9f4.tar.gz gentoo-465be56b3b4b040be566d72850699de35e9bc9f4.tar.bz2 gentoo-465be56b3b4b040be566d72850699de35e9bc9f4.zip |
kde-apps/kopete: remove sms USE flag
app-mobilephone/smssend is going away.
Gentoo-bug: 590732
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-apps/kopete')
-rw-r--r-- | kde-apps/kopete/kopete-15.12.3.ebuild | 5 | ||||
-rw-r--r-- | kde-apps/kopete/kopete-16.04.3.ebuild | 5 | ||||
-rw-r--r-- | kde-apps/kopete/metadata.xml | 1 |
3 files changed, 4 insertions, 7 deletions
diff --git a/kde-apps/kopete/kopete-15.12.3.ebuild b/kde-apps/kopete/kopete-15.12.3.ebuild index 5ab2d8796b92..d9f9ab2b0c4d 100644 --- a/kde-apps/kopete/kopete-15.12.3.ebuild +++ b/kde-apps/kopete/kopete-15.12.3.ebuild @@ -53,7 +53,7 @@ PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight +history latex # yahoo: media-libs/jasper # zeroconf (bonjour): NO DEPS PROTOCOLS="gadu groupwise jingle meanwhile oscar skype -sms testbed winpopup +xmpp yahoo zeroconf" +testbed winpopup +xmpp yahoo zeroconf" # disabled protocols # telepathy: net-libs/decibel @@ -107,7 +107,6 @@ RDEPEND="${COMMONDEPEND} ) virtual/latex-base ) - sms? ( app-mobilephone/smssend ) ssl? ( app-crypt/qca:2[openssl] ) winpopup? ( net-fs/samba ) " @@ -137,7 +136,7 @@ src_configure() { mycmakeargs+=($(cmake-utils_use_with ${x/+/} ${x2})) done - mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF ) + mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF -DWITH_sms=OFF ) # enable plugins for x in ${PLUGINS}; do diff --git a/kde-apps/kopete/kopete-16.04.3.ebuild b/kde-apps/kopete/kopete-16.04.3.ebuild index 951fcca5d336..cd117ceb7106 100644 --- a/kde-apps/kopete/kopete-16.04.3.ebuild +++ b/kde-apps/kopete/kopete-16.04.3.ebuild @@ -53,7 +53,7 @@ PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight +history latex # yahoo: media-libs/jasper # zeroconf (bonjour): NO DEPS PROTOCOLS="gadu groupwise jingle meanwhile oscar skype -sms testbed winpopup +xmpp yahoo zeroconf" +testbed winpopup +xmpp yahoo zeroconf" # disabled protocols # telepathy: net-libs/decibel @@ -107,7 +107,6 @@ RDEPEND="${COMMONDEPEND} ) virtual/latex-base ) - sms? ( app-mobilephone/smssend ) ssl? ( app-crypt/qca:2[openssl] ) winpopup? ( net-fs/samba ) " @@ -136,7 +135,7 @@ src_configure() { mycmakeargs+=( -DWITH_${x2}=$(usex ${x/+/}) ) done - mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF ) + mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF -DWITH_sms=OFF ) # enable plugins for x in ${PLUGINS}; do diff --git a/kde-apps/kopete/metadata.xml b/kde-apps/kopete/metadata.xml index e4ab8cea88c3..93d6fdc5ca4e 100644 --- a/kde-apps/kopete/metadata.xml +++ b/kde-apps/kopete/metadata.xml @@ -29,7 +29,6 @@ <!-- uncomment this when enabled in ebuild <flag name="telepathy">Enable support for the real-time communication framework telepathy.</flag> --> - <flag name="sms">Enable SMS sendinge functionality.</flag> <flag name="testbed">Enable the testbed protocol.</flag> <flag name="winpopup">Enable pop-up messages sending on windows. (same as good old "net send" messages ;])</flag> <flag name="yahoo">Enable yahoo protocol support.</flag> |