summaryrefslogtreecommitdiff
path: root/net-im/profanity/profanity-0.12.1-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-22 01:55:45 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-22 01:55:45 +0000
commitb2c59335bfbeb25c5644f32172e1e9b23c447710 (patch)
tree0e8e19f47e39be0a7b9b06cb86db760c6d6b5965 /net-im/profanity/profanity-0.12.1-r1.ebuild
parent427ba64bd6bcdd59a1ae9bc7c5cec0299d135413 (diff)
gentoo auto-resync : 22:12:2022 - 01:55:45
Diffstat (limited to 'net-im/profanity/profanity-0.12.1-r1.ebuild')
-rw-r--r--net-im/profanity/profanity-0.12.1-r1.ebuild67
1 files changed, 0 insertions, 67 deletions
diff --git a/net-im/profanity/profanity-0.12.1-r1.ebuild b/net-im/profanity/profanity-0.12.1-r1.ebuild
deleted file mode 100644
index aa5b3f1c580d..000000000000
--- a/net-im/profanity/profanity-0.12.1-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="A console based XMPP client inspired by Irssi"
-HOMEPAGE="https://profanity-im.github.io"
-SRC_URI="https://profanity-im.github.io/tarballs/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-
-IUSE="libnotify omemo otr gpg test xscreensaver"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
- dev-db/sqlite:3
- dev-libs/atk
- dev-libs/glib:2
- dev-libs/libassuan
- dev-libs/libgpg-error
- >=dev-libs/libstrophe-0.11.0
- net-misc/curl
- sys-libs/ncurses:=[unicode(+)]
- virtual/libcrypt:=
- media-libs/harfbuzz:=
- gpg? ( app-crypt/gpgme:= )
- libnotify? ( x11-libs/libnotify )
- omemo? (
- net-libs/libsignal-protocol-c
- dev-libs/libgcrypt:=
- )
- otr? ( net-libs/libotr )
- sys-libs/readline:=
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:3
- x11-libs/pango
- xscreensaver? (
- x11-libs/libXScrnSaver
- x11-libs/libX11
- )
-"
-DEPEND="
- ${COMMON_DEPEND}
- test? ( dev-util/cmocka )
-"
-RDEPEND="${COMMON_DEPEND}"
-
-src_configure() {
- econf \
- $(use_enable libnotify notifications) \
- $(use_enable omemo) \
- $(use_enable otr) \
- $(use_enable gpg pgp) \
- $(use_with xscreensaver)
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- default
- find "${ED}" -type f -name '*.la' -delete || die
-}