public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/profanity/
Date: Wed, 21 Dec 2022 22:47:52 +0000 (UTC)	[thread overview]
Message-ID: <1671661547.89c4d13e5a7976e00af56e41fadff96e01bbbcb8.sam@gentoo> (raw)

commit:     89c4d13e5a7976e00af56e41fadff96e01bbbcb8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 22:21:34 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 22:25:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c4d13e

net-im/profanity: drop 0.9.5-r1, 0.12.1-r1

Bug: https://bugs.gentoo.org/886767
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-im/profanity/Manifest                   |  2 -
 net-im/profanity/profanity-0.12.1-r1.ebuild | 67 -----------------------------
 net-im/profanity/profanity-0.9.5-r1.ebuild  | 49 ---------------------
 3 files changed, 118 deletions(-)

diff --git a/net-im/profanity/Manifest b/net-im/profanity/Manifest
index d67da79e7537..d7bb1cf58108 100644
--- a/net-im/profanity/Manifest
+++ b/net-im/profanity/Manifest
@@ -1,3 +1 @@
-DIST profanity-0.12.1.tar.gz 895566 BLAKE2B 8e9a0e21ad598c5fdde293e38b9b6fb363ae06f424e7fd11d12a01ec6d5ce39a83849e56e284c15a842f01d66f3a4011f9518aef3a521459f690a7d052fe591f SHA512 ca3ea92fd439336cd0bf0be42afdda464e25be85b910aef837738b8d1787ac174ac93ccee4fb2fb385228ed7be8e9bac5e96a1f89a68df162785b17d7671463f
 DIST profanity-0.13.1.tar.xz 621836 BLAKE2B e038fa01272150cb7974b03f88f64335bf1690115dbbb1c6fe04c79acb69db18c556edf41316af1d363f9715cd2e7aeb3f3bd867836704b620d9a87976b64fa9 SHA512 6d7d3c96c65e26c15cac1157bd296c1dbd3e2471aec959d6c319c68b70ec21cef0c40d7b4eed40c30c377a766db9f13a774ccb4880c227ee368e4dd607d9c267
-DIST profanity-0.9.5.tar.gz 830966 BLAKE2B fc1b755b1a92dbde62aacb31cb5d9190cea951e98501a5b48495dbd31266f343cf436de1fa0f69caec34324cd1f781d0bd4f5f7ebdd984324c5d1d6edb91452a SHA512 79305ee488d3a9b87bb422d6525bfaae62c4969d466b968c86941ed5bf0c0080e349758f2e1ead144693513b5d19a635372e73aa1fe9e362836b9245e1d2b898

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

diff --git a/net-im/profanity/profanity-0.9.5-r1.ebuild b/net-im/profanity/profanity-0.9.5-r1.ebuild
deleted file mode 100644
index 24acf02ba694..000000000000
--- a/net-im/profanity/profanity-0.9.5-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A console based XMPP client inspired by Irssi"
-HOMEPAGE="https://profanity-im.github.io"
-SRC_URI="https://profanity-im.github.io/${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
-	dev-libs/expat
-	dev-libs/glib
-	dev-libs/libstrophe:=
-	dev-libs/openssl:0=
-	net-misc/curl
-	sys-apps/util-linux
-	sys-libs/ncurses:=[unicode(+)]
-	gpg? ( app-crypt/gpgme:= )
-	libnotify? ( x11-libs/libnotify )
-	omemo? (
-		net-libs/libsignal-protocol-c
-		dev-libs/libgcrypt
-	)
-	otr? ( net-libs/libotr )
-	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)
-}


             reply	other threads:[~2022-12-21 22:47 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-21 22:47 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-06 21:17 [gentoo-commits] repo/gentoo:master commit in: net-im/profanity/ Andreas Sturmlechner
2025-05-10  5:15 Joonas Niilola
2025-05-02 21:34 Sam James
2024-08-05  4:18 Eli Schwartz
2024-08-05  4:18 Eli Schwartz
2024-06-23  1:49 Sam James
2024-06-06 11:39 Sam James
2024-04-24  6:42 Joonas Niilola
2023-09-24 15:58 Arthur Zamarin
2023-09-15  6:06 Sam James
2023-09-15  6:00 Sam James
2023-08-29 10:39 Joonas Niilola
2023-08-29 10:39 Joonas Niilola
2023-08-17 12:35 Florian Schmaus
2023-08-17 12:35 Florian Schmaus
2023-04-25 22:16 Sam James
2023-02-06 11:41 Florian Schmaus
2022-12-18 21:31 Arthur Zamarin
2022-10-14  2:10 Sam James
2022-10-13 23:01 Sam James
2022-10-13 23:01 Sam James
2022-05-03  7:04 Florian Schmaus
2022-05-02 14:54 Florian Schmaus
2022-04-13 14:46 Sam James
2021-09-20  4:00 Sam James
2021-09-20  3:58 Sam James
2021-07-25  0:59 Sam James
2021-07-17 21:30 David Seifert
2021-01-06 16:35 Andreas K. Hüttel
2020-10-12 10:21 Agostino Sarubbo
2020-09-14  7:06 Andrey Utkin
2020-09-14  7:06 Andrey Utkin
2019-10-14 18:39 Andrey Utkin
2019-10-14 18:39 Andrey Utkin
2019-05-06 19:19 Andrey Utkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1671661547.89c4d13e5a7976e00af56e41fadff96e01bbbcb8.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox