summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Jäger <pascal.jaeger@leimstift.de>2022-11-11 00:30:47 +0100
committerSam James <sam@gentoo.org>2022-11-15 02:24:25 +0000
commitb70f9c2fd860b4a13b01951c257edbb49b696923 (patch)
tree68c0ab57e8e64c1c7ef73b5492e0f903f7978377 /x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild
parentnet-libs/libotr: fix clang16 configure (diff)
downloadgentoo-b70f9c2fd860b4a13b01951c257edbb49b696923.tar.gz
gentoo-b70f9c2fd860b4a13b01951c257edbb49b696923.tar.bz2
gentoo-b70f9c2fd860b4a13b01951c257edbb49b696923.zip
x11-plugins/pidgin-otr: fix clang16 configure
Closes: https://bugs.gentoo.org/879787 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Closes: https://github.com/gentoo/gentoo/pull/28218 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild')
-rw-r--r--x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild b/x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild
deleted file mode 100644
index fce6c905d795..000000000000
--- a/x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging"
-HOMEPAGE="http://www.cypherpunks.ca/otr/"
-SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~riscv sparc x86"
-IUSE=""
-
-RDEPEND="dev-libs/libgcrypt:0
- net-im/pidgin[gtk]
- >=net-libs/libotr-4.0.0
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-util/intltool
- virtual/pkgconfig
-"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_install() {
- default
-
- find "${ED}" -type f -name "*.la" -delete || die
-}