net-libs/liblockfile: remove unused patches
[gentoo.git] / net-libs / libotr / libotr-4.1.1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging"
7 HOMEPAGE="https://otr.cypherpunks.ca"
8 SRC_URI="https://otr.cypherpunks.ca/${P}.tar.gz"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
13 IUSE=""
14
15 RDEPEND="
16         dev-libs/libgcrypt:0=
17         dev-libs/libgpg-error:0="
18 DEPEND="${RDEPEND}"
19
20 src_configure() {
21         econf --disable-static
22 }
23
24 src_install() {
25         default
26         dodoc UPGRADING
27
28         # no static archives, #465686
29         find "${D}" -name '*.la' -delete || die
30 }