From db838d73a2d0a1f0f2fc55f981c65c1c17cf4859 Mon Sep 17 00:00:00 2001 From: Timo Gurr Date: Tue, 17 Aug 2021 14:50:45 +0200 Subject: [PATCH 01/15] universal-ctags: ::hasufell -> ::arbor --- metadata/repository_mask.conf | 1 - .../universal-ctags-scm.exheres-0 | 51 ------------------- 2 files changed, 52 deletions(-) delete mode 100644 packages/dev-util/universal-ctags/universal-ctags-scm.exheres-0 diff --git a/metadata/repository_mask.conf b/metadata/repository_mask.conf index 7544210..4a422e7 100644 --- a/metadata/repository_mask.conf +++ b/metadata/repository_mask.conf @@ -3,7 +3,6 @@ dev-lang/fsharp[~scm] dev-lang/fstar[~scm] dev-python/pytype[~scm] - dev-util/universal-ctags[~scm] games-emulation/gambatte[~scm] games-engines/OpenJK[~scm] games-engines/flare[~scm] diff --git a/packages/dev-util/universal-ctags/universal-ctags-scm.exheres-0 b/packages/dev-util/universal-ctags/universal-ctags-scm.exheres-0 deleted file mode 100644 index 53ef242..0000000 --- a/packages/dev-util/universal-ctags/universal-ctags-scm.exheres-0 +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2018 Julian Ospald -# Distributed under the terms of the GNU General Public License v2 - -require alternatives github [ user='universal-ctags' pn='ctags' ] -require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.16 ] ] - -SUMMARY="Universal ctags" - -LICENCES="GPL-2" -SLOT="0" -PLATFORMS="~amd64 ~x86" -MYOPTIONS=" - json [[ description = [ Add support for JSON format as output ] ]] - seccomp [[ description = [ Add support for libseccomp library ] ]] - xml - yaml [[ description = [ Add support for YAML format as output ] ]] -" - -DEPENDENCIES=" - build+run: - json? ( dev-libs/jansson ) - seccomp? ( sys-libs/libseccomp ) - xml? ( dev-libs/libxml2:2.0[>=2.7.7] ) - yaml? ( dev-libs/libyaml ) - build: - dev-python/docutils - virtual/pkg-config -" - -# input-encoding-option and output-encoding-option fail as of 20-03-2020 -RESTRICT="test" - -DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=( - 'json' - 'seccomp' - 'xml' - 'yaml' -) - -src_install() { - default - - # alternatives collision - edo mv "${IMAGE}"/usr/$(exhost --target)/bin/{ctags,universal-ctags} - edo mv "${IMAGE}"/usr/share/man/man1/{ctags,universal-ctags}.1 - - alternatives_for ctags universal-ctags 500 \ - /usr/$(exhost --target)/bin/ctags universal-ctags \ - /usr/share/man/man1/ctags.1 universal-ctags.1 -} - From 038b4e1de308b7bbe93cab2aed305e68cfcde7cb Mon Sep 17 00:00:00 2001 From: Alex Turbov Date: Tue, 10 Aug 2021 15:57:56 +0300 Subject: [PATCH 02/15] dev-util/github-cli: Fix name for the bash completion The completion file ought to have the same name as the binary it tries to complete. Otherwise, it can't be dynamically loaded. Signed-off-by: Alex Turbov --- packages/dev-util/github-cli/github-cli-1.14.0.exheres-0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/dev-util/github-cli/github-cli-1.14.0.exheres-0 b/packages/dev-util/github-cli/github-cli-1.14.0.exheres-0 index afc361b..33c5b02 100644 --- a/packages/dev-util/github-cli/github-cli-1.14.0.exheres-0 +++ b/packages/dev-util/github-cli/github-cli-1.14.0.exheres-0 @@ -30,8 +30,8 @@ src_compile() { emake emake manpages - edo go run ./cmd/gh completion -s bash > gh.bash-completion - edo go run ./cmd/gh completion -s zsh > _gh + edo go run ./cmd/gh completion -s bash > gh.bash-completion + edo go run ./cmd/gh completion -s zsh > _gh esandbox enable_net } @@ -40,7 +40,7 @@ src_install() { emagicdocs doman share/man/man?/gh*.? - dobashcompletion gh.bash-completion + dobashcompletion gh.bash-completion gh dozshcompletion _gh } From 3acd55c4baa670b30aa0a1cd0853d119bec29400 Mon Sep 17 00:00:00 2001 From: Tom Briden Date: Thu, 16 Sep 2021 12:52:03 +0100 Subject: [PATCH 03/15] python-xcaplib: version bump to 2.0.1 --- ...on-xcaplib-2.0.0.exheres-0 => python-xcaplib-2.0.1.exheres-0} | 1 + 1 file changed, 1 insertion(+) rename packages/dev-python/python-xcaplib/{python-xcaplib-2.0.0.exheres-0 => python-xcaplib-2.0.1.exheres-0} (93%) diff --git a/packages/dev-python/python-xcaplib/python-xcaplib-2.0.0.exheres-0 b/packages/dev-python/python-xcaplib/python-xcaplib-2.0.1.exheres-0 similarity index 93% rename from packages/dev-python/python-xcaplib/python-xcaplib-2.0.0.exheres-0 rename to packages/dev-python/python-xcaplib/python-xcaplib-2.0.1.exheres-0 index dd03f75..6565143 100644 --- a/packages/dev-python/python-xcaplib/python-xcaplib-2.0.0.exheres-0 +++ b/packages/dev-python/python-xcaplib/python-xcaplib-2.0.1.exheres-0 @@ -14,6 +14,7 @@ MYOPTIONS="" DEPENDENCIES=" run: + dev-python/gevent[python_abis:*(-)?] dev-python/lxml[python_abis:*(-)?] dev-python/python-application[>=3.0.3][python_abis:*(-)?] " From 78e2284ad7e7078668a2930063df865edbd0a45f Mon Sep 17 00:00:00 2001 From: Tom Briden Date: Thu, 16 Sep 2021 12:52:19 +0100 Subject: [PATCH 04/15] python-sipsimple: version bump to 5.2.6 --- ...225e566cae2c998504dc5cd76bb30226cb43.patch | 36 ---------------- .../files/python-sipsimple-gcc10-fix.patch | 25 ----------- ...res-0 => python-sipsimple-5.2.6.exheres-0} | 43 ++++++++++++++++++- 3 files changed, 41 insertions(+), 63 deletions(-) delete mode 100644 packages/dev-python/python-sipsimple/files/d75b225e566cae2c998504dc5cd76bb30226cb43.patch delete mode 100644 packages/dev-python/python-sipsimple/files/python-sipsimple-gcc10-fix.patch rename packages/dev-python/python-sipsimple/{python-sipsimple-4.0.1.exheres-0 => python-sipsimple-5.2.6.exheres-0} (51%) diff --git a/packages/dev-python/python-sipsimple/files/d75b225e566cae2c998504dc5cd76bb30226cb43.patch b/packages/dev-python/python-sipsimple/files/d75b225e566cae2c998504dc5cd76bb30226cb43.patch deleted file mode 100644 index d86f3ad..0000000 --- a/packages/dev-python/python-sipsimple/files/d75b225e566cae2c998504dc5cd76bb30226cb43.patch +++ /dev/null @@ -1,36 +0,0 @@ -Upstream: Yes -Source: https://github.com/AGProjects/python3-sipsimple/commit/d75b225e566cae2c998504dc5cd76bb30226cb43 - -From d75b225e566cae2c998504dc5cd76bb30226cb43 Mon Sep 17 00:00:00 2001 -From: Adrian Georgescu -Date: Tue, 16 Mar 2021 13:54:03 +0000 -Subject: [PATCH] Decode uri.transport if is bytes in DNS Lookup - ---- - sipsimple/lookup.py | 5 +++-- - 1 file changed, 3 insertions(+), 2 deletions(-) - -diff --git a/sipsimple/lookup.py b/sipsimple/lookup.py -index 8ce86a92..27672da7 100644 ---- a/sipsimple/lookup.py -+++ b/sipsimple/lookup.py -@@ -255,8 +255,9 @@ def lookup_sip_proxy(self, uri, supported_transports, timeout=3.0, lifetime=15.0 - - try: - # If the host part of the URI is an IP address, we will not do any lookup -+ transport = uri.transport.decode() if isinstance(uri.transport, bytes) else uri.transport - if re.match("^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$", uri.host.decode()): -- transport = 'tls' if uri.secure else uri.transport.lower() -+ transport = 'tls' if uri.secure else transport.lower() - if transport not in supported_transports: - raise DNSLookupError("IP transport %s dictated by URI is not supported" % transport) - port = uri.port or (5061 if transport=='tls' else 5060) -@@ -270,7 +271,7 @@ def lookup_sip_proxy(self, uri, supported_transports, timeout=3.0, lifetime=15.0 - - # If the port is specified in the URI, we will only do an A lookup - if uri.port: -- transport = 'tls' if uri.secure else uri.transport.lower() -+ transport = 'tls' if uri.secure else transport.lower() - if transport not in supported_transports: - raise DNSLookupError("Host transport %s dictated by URI is not supported" % transport) - addresses = self._lookup_a_records(resolver, [uri.host.decode()], log_context=log_context) diff --git a/packages/dev-python/python-sipsimple/files/python-sipsimple-gcc10-fix.patch b/packages/dev-python/python-sipsimple/files/python-sipsimple-gcc10-fix.patch deleted file mode 100644 index 3d70a8f..0000000 --- a/packages/dev-python/python-sipsimple/files/python-sipsimple-gcc10-fix.patch +++ /dev/null @@ -1,25 +0,0 @@ -Upstream: Submitted -Source: https://github.com/AGProjects/python-sipsimple/pull/10 - -From 052f7301a0c906c4117dff5453222f12e768bb49 Mon Sep 17 00:00:00 2001 -From: Tom Briden -Date: Thu, 23 Jul 2020 19:22:30 +0100 -Subject: [PATCH] Fix multiple definition of `PJ_ATTR_MAY_ALIAS' with GCC-10 - ---- - deps/pjsip/pjlib/include/pj/list.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/deps/pjsip/pjlib/include/pj/list.h b/deps/pjsip/pjlib/include/pj/list.h -index 880f58d4..50510fe3 100644 ---- a/deps/pjsip/pjlib/include/pj/list.h -+++ b/deps/pjsip/pjlib/include/pj/list.h -@@ -71,7 +71,7 @@ PJ_BEGIN_DECL - * must initialize the 'value' member to an appropriate value (typically the - * owner itself). - */ --struct pj_list -+extern struct pj_list - { - PJ_DECL_LIST_MEMBER(void); - } PJ_ATTR_MAY_ALIAS; /* may_alias avoids warning with gcc-4.4 -Wall -O2 */ diff --git a/packages/dev-python/python-sipsimple/python-sipsimple-4.0.1.exheres-0 b/packages/dev-python/python-sipsimple/python-sipsimple-5.2.6.exheres-0 similarity index 51% rename from packages/dev-python/python-sipsimple/python-sipsimple-4.0.1.exheres-0 rename to packages/dev-python/python-sipsimple/python-sipsimple-5.2.6.exheres-0 index ebddf7f..de7cebc 100644 --- a/packages/dev-python/python-sipsimple/python-sipsimple-4.0.1.exheres-0 +++ b/packages/dev-python/python-sipsimple/python-sipsimple-5.2.6.exheres-0 @@ -7,6 +7,13 @@ require setup-py [ import=distutils blacklist="2" multibuild=false ] SUMMARY="SIP SIMPLE client SDK is a Software Development Kit" HOMEPAGE="http://sipsimpleclient.org ${HOMEPAGE}" +ZRTPCPP_SHA="6b3cd8e6783642292bad0c21e3e5e5ce45ff3e03" + +DOWNLOADS+=" + https://github.com/pjsip/pjproject/archive/2.10.tar.gz + https://github.com/wernerd/ZRTPCPP/archive/6b3cd8e6783642292bad0c21e3e5e5ce45ff3e03.tar.gz -> ZRTPCPP-${ZRTPCPP_SHA}.tar.gz +" + LICENCES="GPL-3" SLOT="0" PLATFORMS="~amd64 ~x86" @@ -31,6 +38,7 @@ DEPENDENCIES=" providers:openssl? ( dev-libs/openssl ) run: dev-python/dnspython[python_abis:*(-)?] + dev-python/gevent[python_abis:*(-)?] dev-python/greenlet[python_abis:*(-)?] dev-python/lxml[python_abis:*(-)?] dev-python/python-dateutil[python_abis:*(-)?] @@ -46,10 +54,41 @@ DEPENDENCIES=" DEFAULT_SRC_PREPARE_PATCHES=( "${FILES}"/${PN}-fix-build.patch - "${FILES}"/${PN}-gcc10-fix.patch - "${FILES}"/d75b225e566cae2c998504dc5cd76bb30226cb43.patch ) +src_prepare() { + setup-py_src_prepare + + # MOst of this is straight from get_dependencies.sh but that + # wants to download the dependencies directly so we can't use it + edo mkdir "${WORK}"/deps/pjsip + edo mv "${WORKBASE}"/pjproject*/* "${WORK}"/deps/pjsip/ + + edo pushd "${WORK}"/deps/ + + # Copy wrapper from old version to third_party/zsrtp/ + edo mkdir ./pjsip/third_party/zsrtp + cp -r zsrtp/include ./pjsip/third_party/zsrtp/ + cp -r zsrtp/srtp ./pjsip/third_party/zsrtp/ + cp -r zsrtp/build ./pjsip/third_party/build/zsrtp + + # Copy new version to third_party/zsrtp/ + mkdir ./pjsip/third_party/zsrtp/zrtp + cp -r "${WORKBASE}"/ZRTPCPP-"${ZRTPCPP_SHA}"/bnlib ./pjsip/third_party/zsrtp/zrtp/ + cp -r "${WORKBASE}"/ZRTPCPP-"${ZRTPCPP_SHA}"/common ./pjsip/third_party/zsrtp/zrtp/ + cp -r "${WORKBASE}"/ZRTPCPP-"${ZRTPCPP_SHA}"/cryptcommon ./pjsip/third_party/zsrtp/zrtp/ + cp -r "${WORKBASE}"/ZRTPCPP-"${ZRTPCPP_SHA}"/srtp ./pjsip/third_party/zsrtp/zrtp/ + cp -r "${WORKBASE}"/ZRTPCPP-"${ZRTPCPP_SHA}"/zrtp ./pjsip/third_party/zsrtp/zrtp/ + cp "${WORKBASE}"/ZRTPCPP-"${ZRTPCPP_SHA}"/COPYING ./pjsip/third_party/zsrtp/zrtp/ + cp "${WORKBASE}"/ZRTPCPP-"${ZRTPCPP_SHA}"/README.md ./pjsip/third_party/zsrtp/zrtp/ + + for p in patches/*.patch; do + expatch -p0 "${p}" + done + + edo popd +} + src_compile() { # breaks horribly with 'ld' export LD=${CC} From b108f34e1d8f08ed53901a3ed41427481961cd8c Mon Sep 17 00:00:00 2001 From: Tom Briden Date: Thu, 16 Sep 2021 12:52:33 +0100 Subject: [PATCH 05/15] blink: version bump to 5.1.1 --- .../python-sipsimple/python-sipsimple-5.2.6.exheres-0 | 2 +- .../voip/blink/{blink-4.0.0.exheres-0 => blink-5.1.1.exheres-0} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename packages/voip/blink/{blink-4.0.0.exheres-0 => blink-5.1.1.exheres-0} (95%) diff --git a/packages/dev-python/python-sipsimple/python-sipsimple-5.2.6.exheres-0 b/packages/dev-python/python-sipsimple/python-sipsimple-5.2.6.exheres-0 index de7cebc..b5a29e6 100644 --- a/packages/dev-python/python-sipsimple/python-sipsimple-5.2.6.exheres-0 +++ b/packages/dev-python/python-sipsimple/python-sipsimple-5.2.6.exheres-0 @@ -11,7 +11,7 @@ ZRTPCPP_SHA="6b3cd8e6783642292bad0c21e3e5e5ce45ff3e03" DOWNLOADS+=" https://github.com/pjsip/pjproject/archive/2.10.tar.gz - https://github.com/wernerd/ZRTPCPP/archive/6b3cd8e6783642292bad0c21e3e5e5ce45ff3e03.tar.gz -> ZRTPCPP-${ZRTPCPP_SHA}.tar.gz + https://github.com/wernerd/ZRTPCPP/archive/${ZRTPCPP_SHA}.tar.gz -> ZRTPCPP-${ZRTPCPP_SHA}.tar.gz " LICENCES="GPL-3" diff --git a/packages/voip/blink/blink-4.0.0.exheres-0 b/packages/voip/blink/blink-5.1.1.exheres-0 similarity index 95% rename from packages/voip/blink/blink-4.0.0.exheres-0 rename to packages/voip/blink/blink-5.1.1.exheres-0 index dbaf94b..4b2f398 100644 --- a/packages/voip/blink/blink-4.0.0.exheres-0 +++ b/packages/voip/blink/blink-5.1.1.exheres-0 @@ -25,7 +25,7 @@ DEPENDENCIES=" dev-python/python-application[>=3.0.3][python_abis:*(-)?] dev-python/python-dateutil[python_abis:*(-)?] dev-python/python-eventlib[>=0.3.0][python_abis:*(-)?] - dev-python/python-sipsimple[>=4.0.1][python_abis:*(-)?] + dev-python/python-sipsimple[>=5.2.2][python_abis:*(-)?] dev-python/zopeinterface[python_abis:*(-)?] net-twisted/Twisted[python_abis:*(-)?] " From 5c1547dbe43b5d5d5273cd66d91fcd1ea674a88a Mon Sep 17 00:00:00 2001 From: Tom Briden Date: Fri, 17 Sep 2021 09:09:54 +0100 Subject: [PATCH 06/15] python-xcaplib: remove unneeded patch to fix build --- .../python-xcaplib-work-with-eventlib.patch | 70 ------------------- .../python-xcaplib-2.0.1.exheres-0 | 4 -- 2 files changed, 74 deletions(-) delete mode 100644 packages/dev-python/python-xcaplib/files/python-xcaplib-work-with-eventlib.patch diff --git a/packages/dev-python/python-xcaplib/files/python-xcaplib-work-with-eventlib.patch b/packages/dev-python/python-xcaplib/files/python-xcaplib-work-with-eventlib.patch deleted file mode 100644 index 72abf1c..0000000 --- a/packages/dev-python/python-xcaplib/files/python-xcaplib-work-with-eventlib.patch +++ /dev/null @@ -1,70 +0,0 @@ -Upstream: Yes -Source: https://github.com/AGProjects/python3-xcaplib/commit/066759cf355b152375767bee4c3858dc0b8087e4 - -From 066759cf355b152375767bee4c3858dc0b8087e4 Mon Sep 17 00:00:00 2001 -From: Worawut Boonpeang -Date: Fri, 4 Dec 2020 13:49:54 +0000 -Subject: [PATCH] xcaplib (Python3) work with eventlib - ---- - xcaplib/green.py | 4 +++- - xcaplib/xcapclient.py | 10 ++++++++-- - 2 files changed, 11 insertions(+), 3 deletions(-) - -diff --git a/xcaplib/green.py b/xcaplib/green.py -index 237d9d8..d01ee11 100644 ---- a/xcaplib/green.py -+++ b/xcaplib/green.py -@@ -2,6 +2,8 @@ - from eventlib.green import socket, ssl, httplib, urllib2 - from xcaplib import httpclient - from xcaplib import client -+import urllib -+import http - - - class HTTPConnection(httplib.HTTPConnection): -@@ -22,7 +24,7 @@ def http_open(self, req): - - class HTTPSHandler(urllib.request.HTTPSHandler): - def https_open(self, req): -- return self.do_open(HTTPSConnection, req) -+ return self.do_open(http.client.HTTPSConnection, req) - - - class HTTPClient(httpclient.HTTPClient): -diff --git a/xcaplib/xcapclient.py b/xcaplib/xcapclient.py -index cd409df..384c237 100755 ---- a/xcaplib/xcapclient.py -+++ b/xcaplib/xcapclient.py -@@ -129,6 +129,8 @@ def setup_parser_request(parser): - parser.add_option('--etag', help="perform a conditional operation", metavar='ETAG') - parser.add_option('--add-header', dest='headers', - action='append', default=[], help=optparse.SUPPRESS_HELP) -+ parser.add_option("--eventlib", dest='eventlib_enable', -+ help="Enables non-blocking mode using eventlib library") - parser.add_option("-i", dest='input_filename', - help="source file for the PUT request; default is ") - parser.add_option("-o", dest='output_filename', -@@ -366,7 +368,11 @@ def update_options_from_config(options): - setattr(options, key, value) - - def parse_args(): -- argv = sys.argv[1:] -+ argv = None -+ if "--eventlib" in sys.argv[1:]: -+ argv = sys.argv[2:] -+ else: -+ argv = sys.argv[1:] - - if not argv: - sys.exit('Type %s -h for help.' % sys.argv[0]) -@@ -496,7 +502,7 @@ def get_exit_code(http_error): - return 3 - - def main(): -- if sys.argv[0].endswith('-eventlib'): -+ if "--eventlib" in sys.argv[1:]: - from xcaplib.green import XCAPClient as client_class - else: - client_class = XCAPClient diff --git a/packages/dev-python/python-xcaplib/python-xcaplib-2.0.1.exheres-0 b/packages/dev-python/python-xcaplib/python-xcaplib-2.0.1.exheres-0 index 6565143..b46f43f 100644 --- a/packages/dev-python/python-xcaplib/python-xcaplib-2.0.1.exheres-0 +++ b/packages/dev-python/python-xcaplib/python-xcaplib-2.0.1.exheres-0 @@ -19,7 +19,3 @@ DEPENDENCIES=" dev-python/python-application[>=3.0.3][python_abis:*(-)?] " -DEFAULT_SRC_PREPARE_PATCHES=( - "${FILES}"/${PN}-work-with-eventlib.patch -) - From 7aa7b40d4e820c0c7eb7477beed05901a005cd9d Mon Sep 17 00:00:00 2001 From: Ridai Govinda Pombo Date: Wed, 22 Sep 2021 09:23:30 -0300 Subject: [PATCH 07/15] github-cli: bump to 2.0.0 --- .../{github-cli-1.14.0.exheres-0 => github-cli-2.0.0.exheres-0} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/dev-util/github-cli/{github-cli-1.14.0.exheres-0 => github-cli-2.0.0.exheres-0} (100%) diff --git a/packages/dev-util/github-cli/github-cli-1.14.0.exheres-0 b/packages/dev-util/github-cli/github-cli-2.0.0.exheres-0 similarity index 100% rename from packages/dev-util/github-cli/github-cli-1.14.0.exheres-0 rename to packages/dev-util/github-cli/github-cli-2.0.0.exheres-0 From 0ff78a72bd3896142df1775f27e572d9043a568b Mon Sep 17 00:00:00 2001 From: Ridai Govinda Pombo Date: Wed, 22 Sep 2021 19:23:24 -0300 Subject: [PATCH 08/15] slack: bump to 4.19.0 --- .../slack/{slack-4.16.2.exheres-0 => slack-4.19.0.exheres-0} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/net-im/slack/{slack-4.16.2.exheres-0 => slack-4.19.0.exheres-0} (100%) diff --git a/packages/net-im/slack/slack-4.16.2.exheres-0 b/packages/net-im/slack/slack-4.19.0.exheres-0 similarity index 100% rename from packages/net-im/slack/slack-4.16.2.exheres-0 rename to packages/net-im/slack/slack-4.19.0.exheres-0 From 39c54ae61e43e51e6e26dfef63cee37ac9905182 Mon Sep 17 00:00:00 2001 From: Ridai Govinda Pombo Date: Wed, 22 Sep 2021 19:34:39 -0300 Subject: [PATCH 09/15] discord-bin: bump to 0.0.16 --- ...{discord-bin-0.0.15.exheres-0 => discord-bin-0.0.16.exheres-0} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/net-im/discord-bin/{discord-bin-0.0.15.exheres-0 => discord-bin-0.0.16.exheres-0} (100%) diff --git a/packages/net-im/discord-bin/discord-bin-0.0.15.exheres-0 b/packages/net-im/discord-bin/discord-bin-0.0.16.exheres-0 similarity index 100% rename from packages/net-im/discord-bin/discord-bin-0.0.15.exheres-0 rename to packages/net-im/discord-bin/discord-bin-0.0.16.exheres-0 From d2e5a9abffd912f716bd108dab901eb5b8edd0be Mon Sep 17 00:00:00 2001 From: Dolan Dolan Date: Sat, 25 Sep 2021 22:38:38 -0500 Subject: [PATCH 10/15] dev-util/bakefile: https instead of http --- packages/dev-util/bakefile/bakefile-0.2.11.exheres-0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dev-util/bakefile/bakefile-0.2.11.exheres-0 b/packages/dev-util/bakefile/bakefile-0.2.11.exheres-0 index f2c4e79..ac02099 100644 --- a/packages/dev-util/bakefile/bakefile-0.2.11.exheres-0 +++ b/packages/dev-util/bakefile/bakefile-0.2.11.exheres-0 @@ -5,7 +5,7 @@ require python [ blacklist=3 has_bin=true has_lib=true multibuild=false ] require github [ user="vslavik" release="v${PV}" suffix=tar.gz ] SUMMARY="Bakefile makefiles generator" -HOMEPAGE="http://bakefile.org/" +HOMEPAGE="https://bakefile.org/" LICENCES="MIT" SLOT="0" From 72add6fc09b7f96c7b143e6a5e9c31da8ed29f4d Mon Sep 17 00:00:00 2001 From: Ridai Govinda Pombo Date: Tue, 5 Oct 2021 12:12:39 -0300 Subject: [PATCH 11/15] slack: bump to 4.20.0 --- .../slack/{slack-4.19.0.exheres-0 => slack-4.20.0.exheres-0} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/net-im/slack/{slack-4.19.0.exheres-0 => slack-4.20.0.exheres-0} (100%) diff --git a/packages/net-im/slack/slack-4.19.0.exheres-0 b/packages/net-im/slack/slack-4.20.0.exheres-0 similarity index 100% rename from packages/net-im/slack/slack-4.19.0.exheres-0 rename to packages/net-im/slack/slack-4.20.0.exheres-0 From 81723c88bd03ef5e82fe8d9e10457a110e2c8afa Mon Sep 17 00:00:00 2001 From: Dolan Dolan Date: Sun, 17 Oct 2021 07:52:52 -0500 Subject: [PATCH 12/15] x11-apps/picom: Update to 8.2 from 7.5 Dependency verification --- .../picom/{picom-7.5.exheres-0 => picom-8.2.exheres-0} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename packages/x11-apps/picom/{picom-7.5.exheres-0 => picom-8.2.exheres-0} (94%) diff --git a/packages/x11-apps/picom/picom-7.5.exheres-0 b/packages/x11-apps/picom/picom-8.2.exheres-0 similarity index 94% rename from packages/x11-apps/picom/picom-7.5.exheres-0 rename to packages/x11-apps/picom/picom-8.2.exheres-0 index 2051c5d..393a263 100644 --- a/packages/x11-apps/picom/picom-7.5.exheres-0 +++ b/packages/x11-apps/picom/picom-8.2.exheres-0 @@ -23,9 +23,9 @@ DEPENDENCIES=" x11-proto/xorgproto build+run: dev-libs/libev - dev-libs/pcre[>=8.10] + dev-libs/pcre[>=8.20] x11-libs/libX11 - x11-libs/libxcb[>=1.9.2] + x11-libs/libxcb[>=1.12.0] x11-libs/libXext x11-libs/pixman:1 x11-utils/xcb-util-image @@ -51,7 +51,7 @@ DEFAULT_SRC_INSTALL_EXTRA_DOCS=( MESON_SRC_CONFIGURE_PARAMS=( "-Dunittest=true" - "-Dbuild_docs=true" # with_docs in "next" branch + "-Dwith_docs=true" ) MESON_SRC_CONFIGURE_OPTION_SWITCHES=( "dbus" From c0741c17f330dfa0bf6cb704c234dc22edce242e Mon Sep 17 00:00:00 2001 From: Ridai Govinda Pombo Date: Mon, 18 Oct 2021 11:37:27 -0300 Subject: [PATCH 13/15] github-cli: bump to 2.1.0 --- .../{github-cli-2.0.0.exheres-0 => github-cli-2.1.0.exheres-0} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/dev-util/github-cli/{github-cli-2.0.0.exheres-0 => github-cli-2.1.0.exheres-0} (100%) diff --git a/packages/dev-util/github-cli/github-cli-2.0.0.exheres-0 b/packages/dev-util/github-cli/github-cli-2.1.0.exheres-0 similarity index 100% rename from packages/dev-util/github-cli/github-cli-2.0.0.exheres-0 rename to packages/dev-util/github-cli/github-cli-2.1.0.exheres-0 From 2fb53450a8e5e0c28a9ac97cfab2a388ab242a91 Mon Sep 17 00:00:00 2001 From: Dolan Dolan Date: Fri, 22 Oct 2021 07:21:59 -0500 Subject: [PATCH 14/15] dev-util/cflow: Update to 1.6 from 1.5 --- .../dev-util/cflow/{cflow-1.5.exheres-0 => cflow-1.6.exheres-0} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/dev-util/cflow/{cflow-1.5.exheres-0 => cflow-1.6.exheres-0} (100%) diff --git a/packages/dev-util/cflow/cflow-1.5.exheres-0 b/packages/dev-util/cflow/cflow-1.6.exheres-0 similarity index 100% rename from packages/dev-util/cflow/cflow-1.5.exheres-0 rename to packages/dev-util/cflow/cflow-1.6.exheres-0 From 540d0e6eb6d0f91faf83de18788595f5bdb2ce5a Mon Sep 17 00:00:00 2001 From: Dolan Dolan Date: Thu, 28 Oct 2021 07:18:21 -0500 Subject: [PATCH 15/15] app-arch/innoextract: Update to 1.9 from 1.7 --- .../{innoextract-1.7.exheres-0 => innoextract-1.9.exheres-0} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/app-arch/innoextract/{innoextract-1.7.exheres-0 => innoextract-1.9.exheres-0} (100%) diff --git a/packages/app-arch/innoextract/innoextract-1.7.exheres-0 b/packages/app-arch/innoextract/innoextract-1.9.exheres-0 similarity index 100% rename from packages/app-arch/innoextract/innoextract-1.7.exheres-0 rename to packages/app-arch/innoextract/innoextract-1.9.exheres-0