diff options
Diffstat (limited to 'net-im')
20 files changed, 201 insertions, 267 deletions
diff --git a/net-im/Manifest.gz b/net-im/Manifest.gz Binary files differindex 97cf99e35955..ec2c5edd42e7 100644 --- a/net-im/Manifest.gz +++ b/net-im/Manifest.gz diff --git a/net-im/minbif/Manifest b/net-im/minbif/Manifest deleted file mode 100644 index 550c5c5b7888..000000000000 --- a/net-im/minbif/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -AUX minbif-1.0.5-gcc47.patch 1835 BLAKE2B 80c5dc8d703e13d7754564cb8e69fba612cf08b376de698cbff780e88a691c6e6e2a9b0f41eac387409eb185456bbdcce134b0f76e5cf05fa882d946dd2e50c0 SHA512 673d82b856af74b16ec5e9db8e5d17521e07369fc8f34902bd72ee1d630ebd13b47de308d4591091029cfed37eaca8146b762185c5761a245acf82e3546b9b88 -AUX minbif-1.0.5-glib-single-includes.patch 754 BLAKE2B f353f751d4ebd60ab525b6e437bfd12132cc665e24af7affd48c36be78031885523c5d7cc76b99c07fc449f8fab0e7406a3c8fba39027b66a534477cdbfe8f46 SHA512 fd7c27d1e171aa1e321e82f5e41e6908109101b52519dcad32a9107d14c95b0664dcf7d6ed1969dfce7397976712a6f094966bb06e36ff21fa0c75fe6d86ea91 -AUX minbif-1.0.5-rename-imlib-load-error.patch 469 BLAKE2B 9e2937261de7ab8ea2838e0f4b33c0cddfd0fc1da4035c24a6b2df376f24b46039cb9186c855541a5636581aa3fb28dd7fa0271113f6780c807e9cf75cad4a1c SHA512 5cfa90fe70a4f2f45967b928d1062ab10d45aa6f7dcd4dd1575abb66047984977482ec8943481cc3344cc172292ea81b33f639baefb771aa181b10ea5f740344 -AUX minbif.initd 457 BLAKE2B e10c892d4002b1570a298282134cf6a25a65fdb0ea7689affa5a1f9ab92ea76428bbf4bd1de65fb40baa2f26df7bd7bec3f1a0a7f9e710189d846d2cdbf4c63e SHA512 f845120e70b96fc307e5ba5e2fc439713da0040b87fa1cdfd2ea38707c47260381004f5d98ddc08b738a1c928335c0b807ecc09b4d3a3e0dec240cab3e6ff7b7 -DIST minbif-1.0.5.tar.gz 176039 BLAKE2B 195af3dbb45f0c2b6499fd440c4ffc637d7e4e723879282a4914538d562c2833f30ae562098ebc5c47ac694b37f558984e599cb3701d6b1af6256db32ad91152 SHA512 e84c6f38ad35a660f9c319b702ae5743cece167c8e116976a9ca0caf527ad23ea17ea8f518f9bd76536e87283362d2087201a5307128740fc7f05dccabacfbcd -EBUILD minbif-1.0.5-r3.ebuild 1638 BLAKE2B 6f2a9df463cf7d1893fb2605c32c443add879669ed3e50472ddb0d5f711b7eba6d964cf457e4447efea06fcba52a7821f15b22557cd5e453c9a41f0d293f8570 SHA512 098b6e0ae1f4196cdd2ddf65d841900704b1cdb1062ee0f246283897c82973a5eff0580009cfc764f710d0fa17f53c0dd81e0beff46367f751379e2eef2b72d1 -MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/net-im/minbif/files/minbif-1.0.5-gcc47.patch b/net-im/minbif/files/minbif-1.0.5-gcc47.patch deleted file mode 100644 index 8566406a318f..000000000000 --- a/net-im/minbif/files/minbif-1.0.5-gcc47.patch +++ /dev/null @@ -1,76 +0,0 @@ -commit fe71fd989a4501c77314b2906756f4e9a328ff31 -Author: Romain Bignon <romain@symlink.me> -Date: Tue May 8 16:46:35 2012 +0200 - - fixes for gcc 4.7 - ---- a/src/im/account.cpp -+++ b/src/im/account.cpp -@@ -18,6 +18,7 @@ - - #include <cassert> - #include <cstring> -+#include <unistd.h> - #ifdef HAVE_IMLIB - #include <Imlib2.h> - #endif /* HAVE_IMLIB */ ---- a/src/im/request.cpp -+++ b/src/im/request.cpp -@@ -18,6 +18,7 @@ - - #include <errno.h> - #include <string.h> -+#include <unistd.h> - - #include "request.h" - #include "buddy.h" ---- a/src/irc/dcc.cpp -+++ b/src/irc/dcc.cpp -@@ -23,6 +23,7 @@ - #include <string.h> - #include <sys/types.h> - #include <netinet/in.h> -+#include <unistd.h> - - #include "dcc.h" - #include "nick.h" ---- a/src/irc/irc.cpp -+++ b/src/irc/irc.cpp -@@ -246,7 +246,7 @@ Nick* IRC::getNick(string nickname, bool case_sensitive) const - Buddy* IRC::getNick(const im::Buddy& buddy) const - { - map<string, Nick*>::const_iterator it; -- Buddy* nb; -+ Buddy* nb = NULL; - for(it = users.begin(); - it != users.end() && (!(nb = dynamic_cast<Buddy*>(it->second)) || nb->getBuddy() != buddy); - ++it) -@@ -261,7 +261,7 @@ Buddy* IRC::getNick(const im::Buddy& buddy) const - ConvNick* IRC::getNick(const im::Conversation& conv) const - { - map<string, Nick*>::const_iterator it; -- ConvNick* n; -+ ConvNick* n = NULL; - for(it = users.begin(); - it != users.end() && (!(n = dynamic_cast<ConvNick*>(it->second)) || n->getConversation() != conv); - ++it) ---- a/src/server_poll/inetd.cpp -+++ b/src/server_poll/inetd.cpp -@@ -18,6 +18,7 @@ - - #include <cassert> - #include <glib.h> -+#include <unistd.h> - - #include "inetd.h" - #include "irc/irc.h" ---- a/src/sockwrap/sockwrap.cpp -+++ b/src/sockwrap/sockwrap.cpp -@@ -22,6 +22,7 @@ - # include "sockwrap_tls.h" - #endif - #include "core/util.h" -+#include <unistd.h> - - namespace sock - { diff --git a/net-im/minbif/files/minbif-1.0.5-glib-single-includes.patch b/net-im/minbif/files/minbif-1.0.5-glib-single-includes.patch deleted file mode 100644 index 599355eb502c..000000000000 --- a/net-im/minbif/files/minbif-1.0.5-glib-single-includes.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: minbif-1.0.5/src/server_poll/daemon_fork.cpp -=================================================================== ---- minbif-1.0.5.orig/src/server_poll/daemon_fork.cpp -+++ minbif-1.0.5/src/server_poll/daemon_fork.cpp -@@ -20,7 +20,7 @@ - #include <cassert> - #include <cstring> - #include <cerrno> --#include <glib/gmain.h> -+#include <glib.h> - #include <sys/socket.h> - #include <sys/stat.h> - #include <arpa/inet.h> -Index: minbif-1.0.5/src/server_poll/inetd.cpp -=================================================================== ---- minbif-1.0.5.orig/src/server_poll/inetd.cpp -+++ minbif-1.0.5/src/server_poll/inetd.cpp -@@ -17,7 +17,7 @@ - */ - - #include <cassert> --#include <glib/gmain.h> -+#include <glib.h> - - #include "inetd.h" - #include "irc/irc.h" diff --git a/net-im/minbif/files/minbif-1.0.5-rename-imlib-load-error.patch b/net-im/minbif/files/minbif-1.0.5-rename-imlib-load-error.patch deleted file mode 100644 index e9fa875d247c..000000000000 --- a/net-im/minbif/files/minbif-1.0.5-rename-imlib-load-error.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/im/account.cpp b/src/im/account.cpp -index f155334..f040fcd 100644 ---- a/src/im/account.cpp -+++ b/src/im/account.cpp -@@ -272,7 +272,7 @@ void Account::setBuddyIcon(string filename) - else - { - char** prpl_formats = g_strsplit(prplinfo->icon_spec.format,",",0); -- ImlibLoadError err = IMLIB_LOAD_ERROR_UNKNOWN; -+ Imlib_Load_Error err = IMLIB_LOAD_ERROR_UNKNOWN; - - close(temp_fd); - /* Try to encode in a supported format. */ diff --git a/net-im/minbif/files/minbif.initd b/net-im/minbif/files/minbif.initd deleted file mode 100644 index 06cac415f61d..000000000000 --- a/net-im/minbif/files/minbif.initd +++ /dev/null @@ -1,23 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -MINBIF_EXEC="/usr/bin/minbif" - -depend() { - need logger net -} - -start() { - ebegin "Starting minbif" - start-stop-daemon --start --startas ${MINBIF_EXEC} \ - -c minbif:minbif --exec ${MINBIF_EXEC} -- \ - /etc/minbif/minbif.conf - eend $? -} - -stop() { - ebegin "Stopping minbif" - start-stop-daemon --stop --exec ${MINBIF_EXEC} - eend $? -} diff --git a/net-im/minbif/metadata.xml b/net-im/minbif/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/net-im/minbif/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/net-im/minbif/minbif-1.0.5-r3.ebuild b/net-im/minbif/minbif-1.0.5-r3.ebuild deleted file mode 100644 index d438c5b97a63..000000000000 --- a/net-im/minbif/minbif-1.0.5-r3.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="IRC gateway to IM networks" -HOMEPAGE="https://symlink.me/projects/minbif/wiki/" -SRC_URI="https://symlink.me/attachments/download/148/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="gnutls +imlib +libcaca pam xinetd" -REQUIRED_USE="libcaca? ( imlib )" - -DEPEND=" - acct-group/minbif - acct-user/minbif - net-im/pidgin - gnutls? ( net-libs/gnutls ) - imlib? ( media-libs/imlib2 ) - libcaca? ( - media-libs/imlib2 - media-libs/libcaca - ) - pam? ( sys-libs/pam ) -" -RDEPEND=" - ${DEPEND} - virtual/logger - xinetd? ( sys-apps/xinetd ) -" - -PATCHES=( - "${FILESDIR}/${PN}-1.0.5-glib-single-includes.patch" - "${FILESDIR}/${PN}-1.0.5-gcc47.patch" - "${FILESDIR}/${PN}-1.0.5-rename-imlib-load-error.patch" -) - -src_prepare() { - cmake_src_prepare - - sed "s/-Werror//g" -i CMakeLists.txt || die - - if use xinetd; then - sed "s/type\s=\s[0-9]/type = 0/" -i minbif.conf || die - fi -} - -src_configure() { - local mycmakeargs=( - -DCONF_PREFIX="${EPREFIX}"/etc/minbif - -DDOC_PREFIX="${EPREFIX}"/usr/share/doc/"${PF}" - -DENABLE_VIDEO=OFF - -DENABLE_TLS=$(usex gnutls) - -DENABLE_IMLIB=$(usex imlib) - -DENABLE_CACA=$(usex libcaca) - -DENABLE_PAM=$(usex pam) - ) - - cmake_src_configure -} - -src_install() { - cmake_src_install - keepdir /var/lib/minbif - fperms 700 /var/lib/minbif - fowners minbif:minbif /var/lib/minbif - - doman man/minbif.8 - - if use xinetd; then - insinto /etc/xinetd.d - newins doc/minbif.xinetd minbif - fi - - newinitd "${FILESDIR}"/minbif.initd minbif - - insinto /usr/share/minbif - doins -r scripts -} diff --git a/net-im/prosody/Manifest b/net-im/prosody/Manifest index 57e8a6128ba3..3c608b5e22cc 100644 --- a/net-im/prosody/Manifest +++ b/net-im/prosody/Manifest @@ -4,6 +4,6 @@ AUX prosody.service-r2 228 BLAKE2B 61741cb7ecf64777b516a1fcb4e8e8c5c7b9c5d92dafb AUX prosody.tmpfilesd-r1 36 BLAKE2B dfb5025508cc62b4cd53de35b83f47bfee61821fbfe3301c1b67a4324ab753067cd3ecd84f56ae9a0241395a50d90ce2ec49c9333dc3378798a290e638a56cf9 SHA512 13a99fb925f7c3584dbfcbc98b3b929b67e165f70d700a25a861e512becd8a21ca48ee385da67ead23beeb68a43aaa10a2cfd342d1b3184883fede5d985cb599 DIST prosody-0.11.10.tar.gz 438888 BLAKE2B 590f97f4eb8a333701eca516de3c3bcee9cf093267d2000af03b48d32396a1be21a0cf2f8ff542e7fbcb8419138bab5cf411f71b17666593559004a8a9674367 SHA512 419d8f8465f1807015f0a52d8f35ee89892b0869084dae38b60fc833d63c3d70892d8e59ae00039cd15e0e25f46d042954896f51f8c0520650a877f5296707cb DIST prosody-0.11.9.tar.gz 431647 BLAKE2B b6cf013a53c91675b50f601031b4843a826d011c4e06b06b27968413f4807a083811465b836531652fb47adc3bdb2ac82308a3c79953d80d6839ca23c669ab80 SHA512 fabbbbb1acb3de4ff01e3e8c6e9e4dc37cb161259f1649683a1f9d925ed9f1709e052bfc831cba3f1861a9cca599f2b725ee739bfcb57164d6f50ac07011b52a -EBUILD prosody-0.11.10.ebuild 2857 BLAKE2B 3e37641c2e758b610d419e4c8d5fc03105451fec839ae3dd9e23a36d21335ffd345b86955078f1383ccd09176d6819aa650e31293201d24978fc045697f97779 SHA512 ad230ee0c472d4bb7bd004e5c22cae4ef712e39f9315770d1976232c128cff4883673a8a485ea9842ad618505cf0b1917b06999348f2795c0aee9f56baf29aee +EBUILD prosody-0.11.10.ebuild 2856 BLAKE2B 627c34c5aa225ec6ae67a024ac475d62c4aad5ffffb7ef2099e7ca2f3928feceb576510f1e0f5abf99c968054a8d3fab6b2fd43884805acd186b23c53b89b029 SHA512 7d1b31669c0df0a1f223297db666f8a3e5760977601e33e1dbf4642694bb511b66cd1080ed205f5663116aaa1a85da18e3212dd85dfbc44ae83f1369716abd75 EBUILD prosody-0.11.9.ebuild 2855 BLAKE2B 5ef0b0509a1785f01fd408585cbea1d9de23e65df65768eaa4f0e7e6aae65f321cc8e19c2a539283445b23034ba1a2238f14c7f51152d265c3d814668ac63ec2 SHA512 fdac2d0644f9e0f4f8544cca19ee3bedcecce696125d10af6709432f6001b0df02b24f57c6ad0367b2b89b67f03f6681e9a3d357f803c5c0a0db1956c1b7bba2 MISC metadata.xml 669 BLAKE2B e8f1d6b1df790563b92637351fe3f824f48c34b95234ad950b2376fcd010195d1d25d0023d468ab6ca98fc068df3e83db88513eb6c1a12a7b93426302516e71b SHA512 6336b469b3fee51cc6b2b7e23398430294ed7ce0b53525515d22dc1dd5f70b97a0388d654378d34fc809164aa5c9bdcd4a3d2078df75c2bac8a954f0fe549710 diff --git a/net-im/prosody/prosody-0.11.10.ebuild b/net-im/prosody/prosody-0.11.10.ebuild index 83f73dc728a1..e0e7c07c4505 100644 --- a/net-im/prosody/prosody-0.11.10.ebuild +++ b/net-im/prosody/prosody-0.11.10.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://prosody.im/downloads/source/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~x86" +KEYWORDS="amd64 arm ~arm64 x86" IUSE="icu +idn +libevent mysql postgres selinux +sqlite +ssl test +zlib" REQUIRED_USE=" ^^ ( icu idn ) diff --git a/net-im/signal-desktop-bin/Manifest b/net-im/signal-desktop-bin/Manifest index d09187d28050..737e402f6e9a 100644 --- a/net-im/signal-desktop-bin/Manifest +++ b/net-im/signal-desktop-bin/Manifest @@ -1,3 +1,3 @@ -DIST signal-desktop_5.13.0_amd64.deb 111639354 BLAKE2B d3dc689cfaa13c9c38e9d626ad8c50742abc835604cb81b045291077b983c76b081997825628b683fbca43635de5c73f9da218b1d9a6f5d0983bac1928d59416 SHA512 23caafbd9c48f45b9576a0d01548d9d5a1bfdb8e142e909ca1ec5e297d93d57b20aef5d21be592aef6dc4e3b37a43b3442180c48c96b0a30630a9d9713ba3acc -EBUILD signal-desktop-bin-5.13.0.ebuild 2789 BLAKE2B 1ade4d51b1a472ef7c4b4396b2044886a7bd1e06461b26c75977ac6eb7f90619c6761ce0b4f9db0d245bcc9f97cf343cf5dead03d024eb388d8a50132bd0134c SHA512 aa2c22282010509bc52c45e63f891c1327b8bc141968cb587feab339c41b2515411cc2f4c0c5f226b661dceab68fa630bd9c4ba5296776b846213a9dbaedd908 +DIST signal-desktop_5.14.0_amd64.deb 112462612 BLAKE2B cf87bd61d378f5677c6e0512bd137de3c9a95865218403516dd6e0d99ff9ec21bf8a326f1e6c0479322fa25f47f5a2a7d94da8538ea8741028081440baa438fb SHA512 f49b87cb4b6bc3e6764097d78975bcae6536e82dbaac6277a56931f6af9ce66a67006eaa009a436f952508f5c79e4d0a471108b330f2682ef1748b2f622c8477 +EBUILD signal-desktop-bin-5.14.0.ebuild 2789 BLAKE2B 1ade4d51b1a472ef7c4b4396b2044886a7bd1e06461b26c75977ac6eb7f90619c6761ce0b4f9db0d245bcc9f97cf343cf5dead03d024eb388d8a50132bd0134c SHA512 aa2c22282010509bc52c45e63f891c1327b8bc141968cb587feab339c41b2515411cc2f4c0c5f226b661dceab68fa630bd9c4ba5296776b846213a9dbaedd908 MISC metadata.xml 396 BLAKE2B 38a79e09275e5b085003b4fd511917b1ada4b25a7f7d8693da9fa35be6f924fd3a8cac88aa689a482391b3ccc89a07ec1946b8d0dc1ec5c45f23b94f65095ade SHA512 e173a6d2920e003012ffa756fc3e0aa15bbea2eb63b37b9387ec016680cdef7d7db0d510f4663e2a941df4b587c367d3af66ef0fa8d0c4b069648b1dbfd0d4ad diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-5.13.0.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-5.14.0.ebuild index 0cbadc9286be..0cbadc9286be 100644 --- a/net-im/signal-desktop-bin/signal-desktop-bin-5.13.0.ebuild +++ b/net-im/signal-desktop-bin/signal-desktop-bin-5.14.0.ebuild diff --git a/net-im/toxic/Manifest b/net-im/toxic/Manifest index 744cf33e22b0..235b952cb1d0 100644 --- a/net-im/toxic/Manifest +++ b/net-im/toxic/Manifest @@ -1,7 +1,10 @@ -DIST toxic-0.10.0.tar.gz 1160161 BLAKE2B 30089398211945f366fd7b52ab4014cd9b020f58b7d3e47ec1a12a87055f10cdb723211f38d1028a3fb149cd76aa7771591e37f7961cda37b7bcbb8e21b33181 SHA512 bfbe8e4c90b4fcbdbe7cc96cb402e4c2f1609e2970e51d6d2ad2c8596350ce96ac9f4d06fbb71350e56d8892e2ed4ee8c5adf4f66cdad6b152c959802bddc6cc +AUX toxic-0.10.1-NAME_MAX-and-PATH_MAX.patch 1221 BLAKE2B 2410d954710fd59ae26a308490aca577680f1db283cbf4e6b1c403e778492bd9b889c2d7f32674a844a36b8ee4f396129fa6a3ee4a65c3c13f0b130efdb860d4 SHA512 21c493de57a1d0bc72ddccf6c1b42348ae4aae48ff009e1bc006dd22d7bfc5bfd70b76a40db1b63a03156514306fb240965053844b841988adcab15d666effbc +AUX toxic-0.11.1-NAME_MAX-and-PATH_MAX.patch 1274 BLAKE2B cb5f7b6e7d73c6f42b8ef30ac09ea6e9cc33d46ed4089c9fd29176ee92c1fa763108b2dd0c0cba199000c8011bb9189ab82c5aa3345341c883b31c12862d45a5 SHA512 0acd682f2657f57975ca01f353cf172b68d34edf9f08b4489b6904f956d516966ab65b38e13af3f7df5a139d3626e6efc1769e57c353daf1c29b86a5a80d6d59 +AUX toxic-0.8.3-NAME_MAX-and-PATH_MAX.patch 1236 BLAKE2B ecbb048e6e34792c958a25fea05922ec5b82e24792566d8599b8fc355b7c8d5327735dc07b7fd707687647e19f79f1f5580643866eeaa3fb2cda17770086a383 SHA512 2c029f4e62a94a42649933658de7a85c220357a3c02035a2628202298341a729b7a26e81bbf3bc648ef1cd43d2eb52061185218af14bb63954771280a19daf42 DIST toxic-0.10.1.tar.gz 1165118 BLAKE2B d367039bef9c97c23c8e5453b607cf72f70776e8c86c41da0480eb04725a901bf33bb89727aee3010ad97d33ef2aa653ff09ea49b597cdf2008ff976c395065c SHA512 aec2e6612d639e0210ae68db3368b656647575e3d927444d0726422ff2cf9718dd5a8b3f37a8253cdc3714f09f9f96828dfccf7a7ae12f8a41ce3207f92a684d +DIST toxic-0.11.1.tar.gz 1204163 BLAKE2B 1e388982236badf1a27cb1cfd9e84ec635be6a576a0719a7394f32ac82f23796f94236ab807180620cbfa8c0c42f43ff244d2d99d27cd5ab3258c1ce69acc545 SHA512 53fba05271020547e779d63bea777f90f56b61e3eb2775afabe92e047a8347b4a9166628bb59d2eaab2e36a1121d791206ac68ff6604cb06fac6aaddbb05e787 DIST toxic-0.8.3.tar.gz 1147100 BLAKE2B d73a861112aca65e54773c98473c2858bb81e63fef11212633e34dac9e87101956e3ab0d9d56757767bc5d48d1d5a406e550f8fc55ae34860dbc4977c94ee347 SHA512 c8d746efcc055592dd990dfa57415cc1eacaaa3b66303d7583d9f9e7e98b8829c8f1ae849f36a243c8896e99787dd2e493c92367de719b20a4a160bc7daea76e -EBUILD toxic-0.10.0-r1.ebuild 2714 BLAKE2B 5473d9c4b78e94abe0827f9b8191cfd1f44b42ee5c07ef22c38be41474c812d542380a4af0f4b655e6590d4abaeff4fbdf67e3f802ccf48f98732b0a55c6c19f SHA512 bdf5e716b072843570bfbafa234b636871e71e20dbcf2a20a5b4e455e26ef104c78634a8bf854a3dd214cdd114768d6efb4111f061755ba3db266d0824d39ee7 -EBUILD toxic-0.10.1.ebuild 2697 BLAKE2B 1d9745a20a753ac3bf38cc9ae14ad85b24f99df947bb6a5bc7d057c23afd6b9d65897336c0574411bd41a51fbaf3b3b459256acf18bfca827c70b97f2594340a SHA512 5cce18abf16ec4d64034df723c56cc72a09cef70d2f09ac14d746379f4e78132cddb82898d9ba8955be5dae2d33c5838ea114e724ef567348a20b0bfea10564d -EBUILD toxic-0.8.3-r2.ebuild 1817 BLAKE2B 73f8276337997cc2ea695cf691a47241ba981d414d6055b6f466503db0e79a14985cd1e08736570196c3196119f1db60edc668b5f271dfeca8dc2352b06682de SHA512 d94d058e687405ab6361babd1f3a8e7b8d98d456c4b7a8f06d55a7831cf88eedf041e778b605731d130baef1839b993280bfcf92ec7d54b46b703a56e8f69d29 -MISC metadata.xml 1154 BLAKE2B 5f94676351ad071b3278cc986d715ac5980fafa89a2be08253ac05787027b7a4cdbd3a9de8c88fece1ad35c8442956cbd089568d3c340f3ad6832186ed1d341b SHA512 2a65c022688774e5f892e7be3e69283e17164a47484f311544bc1bacbf3c5374c80736568adaa00db9b18f2ae1ff8946cc6a7c0912aaeb0a2c3b33f42ab7609b +EBUILD toxic-0.10.1-r1.ebuild 3051 BLAKE2B 44a340be721ec9ae43739225f3ed695ca98f3561deece983f1e9b196d7b530b568dab07dc9118536b28cc620ebe0e064128ca3c29a459ccc3c4ca86735b330c4 SHA512 670856e91e0074648fc9decbfec57dd3a4d707dae7a680f6c83e729829065157ae79efd48798f1dddadcb6c8193f7a91688683735230ae871edfffc93cf4a835 +EBUILD toxic-0.11.1.ebuild 3027 BLAKE2B cfc32823322febc37941787bf1e489c2c235339373ac95821c82c7dfd2067b8fadcde3820dbf7e86b647174a59f8ab2e27db518eac9e04c64b53e03990a2f483 SHA512 0189331ae0a633867c9de2897d0be804d409ba661794c1f62f21929e071d87058919c2220194e8a862335419c305159f9452e9795b8c27c3f5da7debf406c552 +EBUILD toxic-0.8.3-r3.ebuild 2009 BLAKE2B 2d2888afcd59c4b087071182e3e7b612e608a0b733a064eb69f5e5317cd2146937e27bd1c757dff1ceecbbf9155c9b302135258f3beedf3f41babecfb4a66249 SHA512 63ae73ffea094e32a11f1a9d8bb1ab28f49e0eeafc7ce1c1b3cc6941fdbc109c447fc454d98148d2fa1320be77e4d5bccac8091b22390a3512d234215947c837 +MISC metadata.xml 1212 BLAKE2B bdee5f15d0a63e87e6868afa5e6c54903dec8007d0a33671c2bb2e4daef0cd0b86c5a4eda11492c8f7bc681b28728473fe258aced24106ec374d481576298f5d SHA512 60706359c2057d6b937a3e894fc1274a41b7e5968d6e7be21a2513f14fe425becc358437a7c4a20c96aa6fd67b6355d95655e869afb6a06ef9647c152a01d860 diff --git a/net-im/toxic/files/toxic-0.10.1-NAME_MAX-and-PATH_MAX.patch b/net-im/toxic/files/toxic-0.10.1-NAME_MAX-and-PATH_MAX.patch new file mode 100644 index 000000000000..68cb0bb59ccc --- /dev/null +++ b/net-im/toxic/files/toxic-0.10.1-NAME_MAX-and-PATH_MAX.patch @@ -0,0 +1,49 @@ +diff -ruN src/autocomplete.c src/autocomplete.c +--- src/autocomplete.c 2021-07-26 15:04:59.172715491 -0400 ++++ src/autocomplete.c 2021-07-26 15:22:06.652686609 -0400 +@@ -25,10 +25,12 @@ + #include <string.h> + + #ifdef __APPLE__ +-#include <sys/types.h> + #include <sys/dir.h> ++#include <sys/types.h> ++#include <sys/sysinfo.h> + #else + #include <dirent.h> ++#include <linux/limits.h> + #endif /* __APPLE__ */ + + #include "configdir.h" +diff -ruN src/file_transfers.h src/file_transfers.h +--- src/file_transfers.h 2021-07-26 15:39:36.765990567 -0400 ++++ src/file_transfers.h 2021-07-26 15:39:41.899323757 -0400 +@@ -24,6 +24,12 @@ + #define FILE_TRANSFERS_H + + #include <limits.h> ++//This includes NAME_MAX and PATH_MAX ++#ifdef __APPLE__ ++#include <sys/sysinfo.h> ++#elif __linux__ ++#include <linux/limits.h> ++#endif + + #include "notify.h" + #include "toxic.h" +diff -ruN src/settings.h src/settings.h +--- src/settings.h 2021-07-26 15:04:59.176048823 -0400 ++++ src/settings.h 2021-07-26 15:12:01.772703590 -0400 +@@ -24,6 +24,12 @@ + #define SETTINGS_H + + #include <limits.h> ++//This includes NAME_MAX and PATH_MAX ++#ifdef __APPLE__ ++#include <sys/sysinfo.h> ++#elif __linux__ ++#include <linux/limits.h> ++#endif + + #include <tox/tox.h> + diff --git a/net-im/toxic/files/toxic-0.11.1-NAME_MAX-and-PATH_MAX.patch b/net-im/toxic/files/toxic-0.11.1-NAME_MAX-and-PATH_MAX.patch new file mode 100644 index 000000000000..09845d294a2e --- /dev/null +++ b/net-im/toxic/files/toxic-0.11.1-NAME_MAX-and-PATH_MAX.patch @@ -0,0 +1,48 @@ +diff -ruN src/autocomplete.c src/autocomplete.c +--- src/autocomplete.c 2021-08-09 18:52:27.090248882 -0400 ++++ src/autocomplete.c 2021-08-11 14:57:39.029828530 -0400 +@@ -25,10 +25,12 @@ + #include <string.h> + + #ifdef __APPLE__ +-#include <sys/types.h> + #include <sys/dir.h> ++#include <sys/types.h> ++#include <sys/sysinfo.h>//This should contain PATH_MAX and NAME_MAX + #else + #include <dirent.h> ++#include <linux/limits.h> + #endif /* __APPLE__ */ + + #include "configdir.h" +diff -ruN src/file_transfers.h src/file_transfers.h +--- src/file_transfers.h 2021-07-26 15:39:36.765990567 -0400 ++++ src/file_transfers.h 2021-08-11 14:59:41.223159195 -0400 +@@ -24,6 +24,12 @@ + #define FILE_TRANSFERS_H + + #include <limits.h> ++//This should include NAME_MAX and PATH_MAX ++#ifdef __APPLE__ ++#include <sys/sysinfo.h> ++#elif __linux__ ++#include <linux/limits.h> ++#endif + + #include "notify.h" + #include "toxic.h" +diff -ruN src/settings.h src/settings.h +--- src/settings.h 2021-08-09 18:52:27.093582216 -0400 ++++ src/settings.h 2021-08-11 15:00:46.889824433 -0400 +@@ -24,6 +24,12 @@ + #define SETTINGS_H + + #include <limits.h> ++//This should include NAME_MAX and PATH_MAX ++#ifdef __APPLE__ ++#include <sys/sysinfo.h> ++#elif __linux__ ++#include <linux/limits.h> ++#endif + + #include <tox/tox.h> diff --git a/net-im/toxic/files/toxic-0.8.3-NAME_MAX-and-PATH_MAX.patch b/net-im/toxic/files/toxic-0.8.3-NAME_MAX-and-PATH_MAX.patch new file mode 100644 index 000000000000..11dc43c6b778 --- /dev/null +++ b/net-im/toxic/files/toxic-0.8.3-NAME_MAX-and-PATH_MAX.patch @@ -0,0 +1,49 @@ +diff -ruN src/autocomplete.c src/autocomplete.c +--- src/autocomplete.c 2021-07-26 10:43:37.453154392 -0400 ++++ src/autocomplete.c 2021-07-26 10:59:29.856460938 -0400 +@@ -27,8 +27,11 @@ + #ifdef __APPLE__ + #include <sys/types.h> + #include <sys/dir.h> +-#else ++//This include NAME_MAX ++#include <sys/sysinfo.h> ++#elif __linux__ + #include <dirent.h> ++#include <linux/limits.h>//This includes NAME_MAX + #endif /* __APPLE__ */ + + #include "windows.h" +diff -ruN src/file_transfers.h src/file_transfers.h +--- src/file_transfers.h 2021-07-26 10:43:37.456487724 -0400 ++++ src/file_transfers.h 2021-07-26 11:41:30.513057111 -0400 +@@ -24,6 +24,12 @@ + #define FILE_TRANSFERS_H + + #include <limits.h> ++//This includes PATH_MAX ++#ifdef __APPLE__ ++#include <sys/sysinfo.h> ++#elif __linux__ ++#include <linux/limits.h> ++#endif + + #include "toxic.h" + #include "windows.h" +diff -ruN src/settings.h src/settings.h +--- src/settings.h 2021-07-26 10:43:37.459821058 -0400 ++++ src/settings.h 2021-07-26 11:45:46.709716594 -0400 +@@ -25,6 +25,13 @@ + + #include <limits.h> + ++//This includes PATH_MAX ++#ifdef __APPLE__ ++#include <sys/sysinfo.h> ++#elif __linux__ ++#include <linux/limits.h> ++#endif ++ + #include <tox/tox.h> + + /* Represents line_* hints max strlen */ diff --git a/net-im/toxic/metadata.xml b/net-im/toxic/metadata.xml index 799dd08bb740..a2f38a60d5b3 100644 --- a/net-im/toxic/metadata.xml +++ b/net-im/toxic/metadata.xml @@ -21,6 +21,7 @@ </longdescription> <use> <flag name="audio-notify">Enables native sound notifications</flag> + <flag name="games">Enables some small mini-games</flag> <flag name="llvm">Enables support for LLVM Address Sanitizer</flag> <flag name="notification">Enables desktop notifications with libnotify, with sound support.</flag> <flag name="qrcode">Enables QR code support</flag> diff --git a/net-im/toxic/toxic-0.10.1.ebuild b/net-im/toxic/toxic-0.10.1-r1.ebuild index 4f0639961dc5..931dd62fc29a 100644 --- a/net-im/toxic/toxic-0.10.1.ebuild +++ b/net-im/toxic/toxic-0.10.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit python-single-r1 xdg @@ -18,10 +18,12 @@ IUSE="+audio-notify debug doc llvm notification png python qrcode +sound +video REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) video? ( sound X ) " -RDEPEND="dev-libs/libconfig:= - net-libs/tox:= +BDEPEND="dev-libs/libconfig" + +RDEPEND="net-libs/tox:= net-misc/curl sys-libs/ncurses:= + sys-kernel/linux-headers audio-notify? ( media-libs/freealut media-libs/openal @@ -58,6 +60,10 @@ src_prepare() { #This line changes the "lazy set if absent" assignment to a "lazy set" assignment. #look below in src_configure to see how CFLAGS are passed to the makefile in USER_CFLAGS sed -i -e 's/?=/=/g' Makefile || die "Unable to force CFLAGS and LDFLAGS" + #Fix incomplete invocation of python-config + sed -i -e "s/--ldflags/--ldflags --embed/" cfg/checks/python.mk || die "Unable to fix python linking" + #Fix incorrect include statements for NAME_MAX and PATH_MAX macros + eapply -p0 "${FILESDIR}/${P}-NAME_MAX-and-PATH_MAX.patch" || die "Unable to fix header inclusion" } src_configure() { @@ -101,6 +107,6 @@ src_configure() { src_install() { default if ! use audio-notify; then - rm -r "${ED}"/usr/share/${PN}/sounds || die "Could not remove sounds directory" + rm -r "${ED}"/usr/share/"${PN}"/sounds || die "Could not remove sounds directory" fi } diff --git a/net-im/toxic/toxic-0.10.0-r1.ebuild b/net-im/toxic/toxic-0.11.1.ebuild index de5dde5af0f2..d2d629d69b60 100644 --- a/net-im/toxic/toxic-0.10.0-r1.ebuild +++ b/net-im/toxic/toxic-0.11.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit python-single-r1 xdg @@ -14,14 +14,16 @@ SRC_URI="https://github.com/JFreegman/toxic/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+audio-notify debug doc llvm notification png python qrcode +sound +video +X" +IUSE="+audio-notify debug games llvm notification png python qrcode +sound +video +X" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) video? ( sound X ) " -RDEPEND=" - dev-libs/libconfig:= - net-libs/tox:= +BDEPEND="dev-libs/libconfig:= + virtual/pkgconfig" + +RDEPEND="net-libs/tox:= net-misc/curl + sys-kernel/linux-headers sys-libs/ncurses:= audio-notify? ( media-libs/freealut @@ -59,41 +61,47 @@ src_prepare() { #This line changes the "lazy set if absent" assignment to a "lazy set" assignment. #look below in src_configure to see how CFLAGS are passed to the makefile in USER_CFLAGS sed -i -e 's/?=/=/g' Makefile || die "Unable to change assignment of CFLAGS and LDFLAGS" + #Fix incomplete invocation of python-config + sed -i -e "s/--ldflags/--ldflags --embed/" cfg/checks/python.mk || die "Unable to fix python linking" + #This is to fix incorrect include statements of NAME_MAX and PATH_MAX macros + eapply -p0 "${FILESDIR}/${P}-NAME_MAX-and-PATH_MAX.patch" || die "Unable to fix include statements" } src_configure() { if ! use audio-notify; then - USER_CFLAGS+="-DDISABLE_SOUND_NOTIFY=1 " + export DISABLE_SOUND_NOTIFY=1 fi if use debug; then - USER_CFLAGS+="-DENABLE_RELEASE=0 " + export ENABLE_RELEASE=0 if use llvm; then - USER_CFLAGS+="-DENABLE_ASAN=1 " + export ENABLE_ASAN=1 fi fi + if ! use games; then + export DISABLE_GAMES=1 + fi if ! use notification; then - USER_CFLAGS+="-DDISABLE_DESKTOP_NOTIFY=1 " + export DISABLE_DESKTOP_NOTIFY=1 fi if ! use png; then - USER_CFLAGS+="-DDISABLE_QRPNG=1 " + export DISABLE_QRPNG=1 fi if use python; then - USER_CFLAGS+="-DENABLE_PYTHON=1" + export ENABLE_PYTHON=1 fi if ! use qrcode; then - USER_CFLAGS+="-DDISABLE_QRCODE=1" + export DISABLE_QRCODE=1 fi if ! use sound; then - USER_CFLAGS+="-DDISABLE_AV=1 " + export DISABLE_AV=1 fi if ! use video; then - USER_CFLAGS+="-DDISABLE_VI=1" + export DISABLE_VI=1 fi if ! use X; then - USER_CFLAGS+="-DDISABLE_X11=1 " + export DISABLE_X11=1 fi - USER_CFLAGS+="${CFLAGS}" - export USER_CFLAGS + export USER_CFLAGS="${CFLAGS}" export USER_LDFLAGS="${LDFLAGS}" #set install directory to /usr. sed -i -e "s,/usr/local,${EPREFIX}/usr,g" cfg/global_vars.mk || die "Failed to set install directory!" diff --git a/net-im/toxic/toxic-0.8.3-r2.ebuild b/net-im/toxic/toxic-0.8.3-r3.ebuild index fb4792fc89e0..97ed2aa0ae38 100644 --- a/net-im/toxic/toxic-0.8.3-r2.ebuild +++ b/net-im/toxic/toxic-0.8.3-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit python-single-r1 xdg @@ -17,11 +17,12 @@ KEYWORDS="amd64 x86" IUSE="notification python qrcode +sound +video +X" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -RDEPEND=" - dev-libs/libconfig:= - >=net-libs/tox-0.2.8:= +BDEPEND="dev-libs/libconfig" + +RDEPEND="net-libs/tox:= net-misc/curl sys-libs/ncurses:= + sys-kernel/linux-headers notification? ( x11-libs/libnotify ) python? ( ${PYTHON_DEPS} ) qrcode? ( media-gfx/qrencode:= ) @@ -45,6 +46,8 @@ src_prepare() { default #prevent man files from being compressed. sed -i -e "/gzip/d" cfg/targets/install.mk || die "Unable to prevent compression of man pages." + #Fix incorrect include declarations for NAME_MAX and PATH_MAX. + eapply -p0 "${FILESDIR}/${P}-NAME_MAX-and-PATH_MAX.patch" || die "Unable to fix include statements" } src_configure() { |