summaryrefslogtreecommitdiff
path: root/net-libs/libotr
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
commitbd4aeefe33e63f613512604e47bfca7b2187697d (patch)
treeadb35b5a9a00ee7ea591ab0c987f70167c23b597 /net-libs/libotr
parent48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff)
gentoo resync : 03.11.2019
Diffstat (limited to 'net-libs/libotr')
-rw-r--r--net-libs/libotr/Manifest2
-rw-r--r--net-libs/libotr/libotr-4.1.1.ebuild17
2 files changed, 15 insertions, 4 deletions
diff --git a/net-libs/libotr/Manifest b/net-libs/libotr/Manifest
index 0e866c743236..966a4e2d9e28 100644
--- a/net-libs/libotr/Manifest
+++ b/net-libs/libotr/Manifest
@@ -1,3 +1,3 @@
DIST libotr-4.1.1.tar.gz 655791 BLAKE2B 51be68277b56dab96a68fb744e467dc13d966038849ccc0b98b1d0082bcf3b4a0b7fcaeb3f050b0798851723bcdf11bc7ef6681a94999105656dec2fe919659b SHA512 c957206235b9f627542f23a645c822ea1b318d83fa655f41ed8d9a3c0dddf30b88f0ca82060026af155e48ecb13969dc9270831f20304669794151f666ae5cb0
-EBUILD libotr-4.1.1.ebuild 574 BLAKE2B 79b753ff72150879a2ecf3d9392b4440142f6101350942521cc026e5f171f7461276a5799529caccc7b81206ff7c23e99dcfad81a732e4602ec12b8d59a92bc7 SHA512 c1091dd47ddda735c20f2ca82adbdddc6fd14e6bd5a896fc5940085996b4edf986cc6a646acac011878252f6f5015ac4ce7afffc6a01660c8a659744745a71e0
+EBUILD libotr-4.1.1.ebuild 687 BLAKE2B dadf73107171a83c518914f207c7708625d405a456f02f7b23c7595dad64774269c885cf4d4247ebb083438917a0ee2741ffdb9acf3d186a974f2f7aaa1077f1 SHA512 a530c2025bd24001ff89554d661eb317e3c0d2f80b7b2d25e17574477295fbb69b8b8f1b5fe004a98d7581d50795b0be007de0b4beae26e223435d15f6b1dcdf
MISC metadata.xml 251 BLAKE2B 2e2f0363feb3f8ad15ed8d2ef5130493f501acf64faf4fe567079d18a6066c0a1136f6c0cf53ba4ec854a38b5d4211e48e0a2ddac6677ca02266a3f993e36965 SHA512 0ccc4891c6c5de39cbe83d8391b0345611be252a2b1fedea6644ba1cfb283140a8250f32cd26b701db9c60d42782b214d03574592ef3b585bb15d2ffcb5f016e
diff --git a/net-libs/libotr/libotr-4.1.1.ebuild b/net-libs/libotr/libotr-4.1.1.ebuild
index ed4e3b66ff8c..ce15add6ba4e 100644
--- a/net-libs/libotr/libotr-4.1.1.ebuild
+++ b/net-libs/libotr/libotr-4.1.1.ebuild
@@ -12,8 +12,19 @@ SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
-RDEPEND=">=dev-libs/libgcrypt-1.2:0
- dev-libs/libgpg-error"
+RDEPEND="
+ dev-libs/libgcrypt:0=
+ dev-libs/libgpg-error:0="
DEPEND="${RDEPEND}"
-DOCS=( AUTHORS ChangeLog NEWS README UPGRADING )
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ default
+ dodoc UPGRADING
+
+ # no static archives, #465686
+ find "${D}" -name '*.la' -delete || die
+}