commit:     a5714b3c29413c306149d255a9bbf99f67dac175
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 09:01:09 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 09:01:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5714b3c

net-libs/libotr: drop 4.1.1-r1

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-libs/libotr/libotr-4.1.1-r1.ebuild | 36 ----------------------------------
 1 file changed, 36 deletions(-)

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
-}

Reply via email to