From b49088575eb777ced2551f484da86317332d6087 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 24 Jul 2021 02:11:45 +0100 Subject: gentoo resync : 24.07.2021 --- net-im/profanity/Manifest | 2 +- net-im/profanity/profanity-0.9.5-r1.ebuild | 49 ++++++++++++++++++++++++++++++ net-im/profanity/profanity-0.9.5.ebuild | 49 ------------------------------ 3 files changed, 50 insertions(+), 50 deletions(-) create mode 100644 net-im/profanity/profanity-0.9.5-r1.ebuild delete mode 100644 net-im/profanity/profanity-0.9.5.ebuild (limited to 'net-im/profanity') diff --git a/net-im/profanity/Manifest b/net-im/profanity/Manifest index 9a52e6545836..4e170dc96234 100644 --- a/net-im/profanity/Manifest +++ b/net-im/profanity/Manifest @@ -1,3 +1,3 @@ DIST profanity-0.9.5.tar.gz 830966 BLAKE2B fc1b755b1a92dbde62aacb31cb5d9190cea951e98501a5b48495dbd31266f343cf436de1fa0f69caec34324cd1f781d0bd4f5f7ebdd984324c5d1d6edb91452a SHA512 79305ee488d3a9b87bb422d6525bfaae62c4969d466b968c86941ed5bf0c0080e349758f2e1ead144693513b5d19a635372e73aa1fe9e362836b9245e1d2b898 -EBUILD profanity-0.9.5.ebuild 1032 BLAKE2B b33c741b25c04ed7e9b70f24612aff0ce7cda6e62b5a9c2b54b0b966bd0c6cedf3f41338dde60a9750b42901339b4eb655abb7c5394f75551172f3bf49ffdc17 SHA512 04cec15cf7803d180e21d412b19fca734a01f8fb16e3c3b8552f1aa77d9b695fc445f66ed7e81b7ca0f611ea77d81a5c35cc3f8be76c054c89beb87413355417 +EBUILD profanity-0.9.5-r1.ebuild 1035 BLAKE2B 94078ea301009255f2b9b57b0835558ebc797ad3c0c75393be2c95c4b368832dabc0be1d596e45c2b421e3c2e58ea099d0238c55dc9a9ceaf0ccc3519b4c96ce SHA512 c21319345910123603041d916f0712c4eac3851bb71efee3906d8e2423e2aef3032139bb663ce3a4d2bcf13254456c03948a10511ef8dc2d72f214f023db19ed MISC metadata.xml 605 BLAKE2B d26bea42cbf668507f197cc43a131cebc4a2569806e2789f608c68d41ff3b8b679ed1ad9cdd9df706e539cea71150f8b13157c1750aa313e1b1067f968b8eb3f SHA512 bf7004fa94e5515e3e54da31797e52d13096483a1d7f356fcccb0ceff1d3ae4c157929aadd4ccf24d54078070ba8ba94e3d6e641f85fa5c30cbd113cd487eae8 diff --git a/net-im/profanity/profanity-0.9.5-r1.ebuild b/net-im/profanity/profanity-0.9.5-r1.ebuild new file mode 100644 index 000000000000..24acf02ba694 --- /dev/null +++ b/net-im/profanity/profanity-0.9.5-r1.ebuild @@ -0,0 +1,49 @@ +# 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) +} diff --git a/net-im/profanity/profanity-0.9.5.ebuild b/net-im/profanity/profanity-0.9.5.ebuild deleted file mode 100644 index 9b0fc0ae5fdd..000000000000 --- a/net-im/profanity/profanity-0.9.5.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2020 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) -} -- cgit v1.2.3