summaryrefslogtreecommitdiff
path: root/net-libs/libotr
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-12-27 06:30:35 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-12-27 06:30:35 +0000
commit721e451ec418e1712f6962404e111f0ebd487389 (patch)
treeaab5b35236af464349c2522312c63b664273465c /net-libs/libotr
parente80134587e8d959a88dba7dd3784895372e205c8 (diff)
gentoo auto-resync : 27:12:2024 - 06:30:34
Diffstat (limited to 'net-libs/libotr')
-rw-r--r--net-libs/libotr/Manifest1
-rw-r--r--net-libs/libotr/libotr-4.1.1-r1.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/net-libs/libotr/Manifest b/net-libs/libotr/Manifest
index ee650d738bb6..41f956803a9a 100644
--- a/net-libs/libotr/Manifest
+++ b/net-libs/libotr/Manifest
@@ -1,6 +1,5 @@
AUX libotr-4.1.1-dont-clobber-fortify-source.patch 762 BLAKE2B 0d9fe67330b78887751622c5dc9f7ca997ac3a0138aafc3a0ecf9fe9eaff39ef39f3a21ed8b8fa5c5cfd0d4cd39d0387a8b4e3319eed4f55bbdf750ffb319813 SHA512 ed9daa6ee9da54fa318678bb01e7d9c6f0b5de80036d591110dfe60b6f352cd66fc3566295671bcaaded759a812561a2bc3d4599c3e53576b67af3b71ce49cca
AUX libotr-4.1.1-fix-build-with-libgcrypt-1.10.patch 285 BLAKE2B c83895dc849645ae83bf2f5e5a7c63fd5d94071af6859744551be298d2de7708d6818aadecfc1d83e6fb93c14cad23d2d3e5f1650067fbf29e4cb43aab8101ad SHA512 d1d59c884ec96ab258aeb9d41ce39949aec97de85859c4fc376b5afdc225495a0f7266b4214140f5f6cc4e0acd1a63a376f070a4393460d36e72934a8398e06f
DIST libotr-4.1.1.tar.gz 655791 BLAKE2B 51be68277b56dab96a68fb744e467dc13d966038849ccc0b98b1d0082bcf3b4a0b7fcaeb3f050b0798851723bcdf11bc7ef6681a94999105656dec2fe919659b SHA512 c957206235b9f627542f23a645c822ea1b318d83fa655f41ed8d9a3c0dddf30b88f0ca82060026af155e48ecb13969dc9270831f20304669794151f666ae5cb0
-EBUILD libotr-4.1.1-r1.ebuild 771 BLAKE2B d16596ff69387fcdfc010549015a091092bd44116de1ed57ead7a0551f9e85996d8b75a32049e63732f3fa11b3bf5dcb37e9750bbee71fcddc15d8adcbcd2da9 SHA512 719084188e5c20476b7192685fb15f3f0076dee7c950ff9c5941591428dd7975b07f5c990ba0d5b505896ba014d57375b5d03cfa8543951bb1c4e4c8405bd2c8
EBUILD libotr-4.1.1-r2.ebuild 901 BLAKE2B a8b31442af15c242a06c8d14bdce5220f0088b1aee08236ab87ccbae2556ee0e84d36ae1de6429aebcd76aa2d11723ce8d0bc6c51674230aa95c4365d1f22d5c SHA512 1038455443738df573eb279456478c346d689702ed4f9123582dcc8b3b1e2d7dcfae8c83bfb791993412a43c359ec8865da31cb6fde6e0ea45a612f4c1f63b2c
MISC metadata.xml 168 BLAKE2B 2e0e000b4c3b6ca04c12903fdbe278415c05a822623c52e9aa95cbbf3d50bcb1246b7edbda7d2f6b559af8950c6374e6e0a69b76319964cfe686bf50b0604a57 SHA512 4dcf45d1809e8390a2d8155c8ebfe0dd610203e392aeab0ccd8a10f42cc8532a4925eff32b35e7a6c35598a4efd288229034ec0732299dbd8cfa0acff705fed3
diff --git a/net-libs/libotr/libotr-4.1.1-r1.ebuild b/net-libs/libotr/libotr-4.1.1-r1.ebuild
deleted file mode 100644
index 82761cced531..000000000000
--- a/net-libs/libotr/libotr-4.1.1-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging"
-HOMEPAGE="https://otr.cypherpunks.ca"
-SRC_URI="https://otr.cypherpunks.ca/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-RDEPEND="
- dev-libs/libgcrypt:0=
- dev-libs/libgpg-error:0="
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-4.1.1-fix-build-with-libgcrypt-1.10.patch"
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_install() {
- default
- dodoc UPGRADING
-
- # no static archives, #465686
- find "${ED}" -name '*.la' -delete || die
-}