public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-im/climm/, profiles/base/
@ 2018-08-26 17:08 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-08-26 17:08 UTC (permalink / raw
  To: gentoo-commits

commit:     ef740ee83434961ac37faaa65b116d3927f55609
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 17:04:08 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 17:04:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef740ee8

net-im/climm: Remove support for non-existent deps

 net-im/climm/climm-0.7.1.ebuild | 7 +++----
 net-im/climm/metadata.xml       | 3 ---
 profiles/base/package.use.mask  | 4 ----
 3 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/net-im/climm/climm-0.7.1.ebuild b/net-im/climm/climm-0.7.1.ebuild
index 7d80236c015..02d797c7d53 100644
--- a/net-im/climm/climm-0.7.1.ebuild
+++ b/net-im/climm/climm-0.7.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.climm.org/source/${P}.tgz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="xmpp gnutls otr tcl ssl"
+IUSE="xmpp gnutls tcl ssl"
 
 # In case user don't need xmpp there is a choice gnutls/openssl. Since xmpp
 # requires gnutls then without explicit request to use gnutls (USE=gnutls)
@@ -31,8 +31,7 @@ RDEPEND="
 			)
 		!gnutls? ( dev-libs/openssl )
 	)
-	tcl? ( dev-lang/tcl:0 )
-	otr? ( <net-libs/libotr-4 )"
+	tcl? ( dev-lang/tcl:0 )"
 DEPEND="${RDEPEND}
 	ssl? ( gnutls? ( virtual/pkgconfig ) )"
 
@@ -52,7 +51,7 @@ src_configure() {
 
 	econf \
 		$(use_enable xmpp) \
-		$(use_enable otr) \
+		--disable-otr \
 		$(use_enable tcl) \
 		${myconf}
 }

diff --git a/net-im/climm/metadata.xml b/net-im/climm/metadata.xml
index cba43c0e5a3..6f49eba8f49 100644
--- a/net-im/climm/metadata.xml
+++ b/net-im/climm/metadata.xml
@@ -2,7 +2,4 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <!-- maintainer-needed -->
-<use>
-	<flag name="otr">Enable encrypted conversations</flag>
-</use>
 </pkgmetadata>

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 95f4acc7076..00a5b5c5df8 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -362,10 +362,6 @@ mail-client/thunderbird system-cairo
 # you're doing. This has upstream's approval.
 dev-java/icedtea cacao jamvm
 
-# Lars Wendler <polynomial-c@gentoo.org> (20 Mar 2016)
-# Need vulnerable libotr version (see bug #576914).
-=net-im/climm-0.7.1 otr
-
 # Patrice Clement <monsieurp@gentoo.org> (27 Nov 2015)
 # Unsastified dependencies are upsetting repoman. Needs investigation.
 app-arch/cfv bittorrent


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-26 17:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-26 17:08 [gentoo-commits] repo/gentoo:master commit in: net-im/climm/, profiles/base/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox