From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5253D15803E for ; Sat, 6 Jan 2024 08:33:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BFC92BC02A; Sat, 6 Jan 2024 08:33:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AB512BC02A for ; Sat, 6 Jan 2024 08:33:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 380A6343145 for ; Sat, 6 Jan 2024 08:33:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B45C14B4 for ; Sat, 6 Jan 2024 08:33:18 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1704529987.b6557944245d7d766c34ee4216d340837f61ee81.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/albert/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/albert/albert-0.22.12.ebuild x11-misc/albert/albert-0.22.17.ebuild X-VCS-Directories: x11-misc/albert/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: b6557944245d7d766c34ee4216d340837f61ee81 X-VCS-Branch: master Date: Sat, 6 Jan 2024 08:33:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a950a479-7953-4a7d-8e95-6c5ac656e4f8 X-Archives-Hash: 73a24aae06101bf790e57a8eebb90dfd commit: b6557944245d7d766c34ee4216d340837f61ee81 Author: Viorel Munteanu gentoo org> AuthorDate: Sat Jan 6 08:30:13 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat Jan 6 08:33:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6557944 x11-misc/albert: update SRC_URI Signed-off-by: Viorel Munteanu gentoo.org> x11-misc/albert/albert-0.22.12.ebuild | 5 ++++- x11-misc/albert/albert-0.22.17.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/x11-misc/albert/albert-0.22.12.ebuild b/x11-misc/albert/albert-0.22.12.ebuild index 29c8f91c9e8e..6c6ffdc56a39 100644 --- a/x11-misc/albert/albert-0.22.12.ebuild +++ b/x11-misc/albert/albert-0.22.12.ebuild @@ -16,7 +16,10 @@ PYTHON_EXTENSIONS_COMMIT="f1e3cf96b263df519b9d30984eb99b4850fc1976" SRC_URI=" https://github.com/albertlauncher/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz https://github.com/albertlauncher/plugins/archive/${PLUGINS_HASH}.tar.gz -> ${PN}-plugins-${PLUGINS_HASH}.tar.gz - python-extensions? ( https://github.com/albertlauncher/python/archive/${PYTHON_EXTENSIONS_COMMIT}.tar.gz -> ${PN}-python-extensions-${PYTHON_EXTENSIONS_COMMIT}.tar.gz ) + python-extensions? ( + https://github.com/albertlauncher/python/archive/${PYTHON_EXTENSIONS_COMMIT}.tar.gz -> + ${PN}-python-extensions-${PYTHON_EXTENSIONS_COMMIT}.tar.gz + ) " LICENSE="Albert-1.0" diff --git a/x11-misc/albert/albert-0.22.17.ebuild b/x11-misc/albert/albert-0.22.17.ebuild index 339275a340b4..af062db342a8 100644 --- a/x11-misc/albert/albert-0.22.17.ebuild +++ b/x11-misc/albert/albert-0.22.17.ebuild @@ -16,7 +16,10 @@ PYTHON_EXTENSIONS_COMMIT="2067bbb3d8fa5cfa5df2be9cada29a7e6715f07a" SRC_URI=" https://github.com/albertlauncher/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz https://github.com/albertlauncher/plugins/archive/${PLUGINS_HASH}.tar.gz -> ${PN}-plugins-${PLUGINS_HASH}.tar.gz - python-extensions? ( https://github.com/albertlauncher/python/archive/${PYTHON_EXTENSIONS_COMMIT}.tar.gz -> ${PN}-python-extensions-${PYTHON_EXTENSIONS_COMMIT}.tar.gz ) + python-extensions? ( + https://github.com/albertlauncher/python/archive/${PYTHON_EXTENSIONS_COMMIT}.tar.gz -> + ${PN}-python-extensions-${PYTHON_EXTENSIONS_COMMIT}.tar.gz + ) " LICENSE="Albert-1.0"