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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 378D8139338 for ; Tue, 29 Jun 2021 08:51:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 612FFE086B; Tue, 29 Jun 2021 08:51:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4769DE086B for ; Tue, 29 Jun 2021 08:51:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F9AF335D63 for ; Tue, 29 Jun 2021 08:51:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77CAC7C3 for ; Tue, 29 Jun 2021 08:51:26 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1624956583.edb5fd95f6d4d0ed2e27d7066fd377b9cfa6ef8d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phosh/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-wm/phosh/Manifest gui-wm/phosh/phosh-0.11.0.ebuild X-VCS-Directories: gui-wm/phosh/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: edb5fd95f6d4d0ed2e27d7066fd377b9cfa6ef8d X-VCS-Branch: master Date: Tue, 29 Jun 2021 08:51:26 +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: 7f108e1e-741c-4fd8-848b-c429e095f05e X-Archives-Hash: ed4af21de74aa2df92336f571c039547 commit: edb5fd95f6d4d0ed2e27d7066fd377b9cfa6ef8d Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Jun 29 08:49:43 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Jun 29 08:49:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edb5fd95 gui-wm/phosh: fix BadFilename Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> gui-wm/phosh/Manifest | 2 +- gui-wm/phosh/phosh-0.11.0.ebuild | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/gui-wm/phosh/Manifest b/gui-wm/phosh/Manifest index 246e4f282..3fded753f 100644 --- a/gui-wm/phosh/Manifest +++ b/gui-wm/phosh/Manifest @@ -1,2 +1,2 @@ -DIST c5ab6037f460406ac9799b1e5765de3ce0097a8b.tar.gz 46481 BLAKE2B 7ea8424d640d71361905e2eff346f45e024f9cd430cc8cc92c53d8cf72a8ea312c00bdbd0d9c25f499e1af2122fcafbf08a600d69f053ff9fa04baeb44283ccf SHA512 368d56223907d3eaafd35fce643abddf00e963800eebe98fb5cbe6fbbd8da115d1afb93bd5d557167e787579e3ff8b8e7885cae74d8f0326b45085870ac8cc05 +DIST libgnome-volume-control-c5ab6037f460406ac9799b1e5765de3ce0097a8b.tar.gz 46481 BLAKE2B 7ea8424d640d71361905e2eff346f45e024f9cd430cc8cc92c53d8cf72a8ea312c00bdbd0d9c25f499e1af2122fcafbf08a600d69f053ff9fa04baeb44283ccf SHA512 368d56223907d3eaafd35fce643abddf00e963800eebe98fb5cbe6fbbd8da115d1afb93bd5d557167e787579e3ff8b8e7885cae74d8f0326b45085870ac8cc05 DIST phosh-v0.11.0.tar.gz 447909 BLAKE2B e5e269a1c0d84000ba956b2f03e29079f53eceb03b83829f10f9aeea3e45668d7e275769f244d67e74e448deecd37abd0a0e3c4eefb945c9dce397e618911073 SHA512 77bb2898a63d3a4438d55775a55af852a90815f090bdb07889ea1743cbda7749cde2fef38ece073352303804852c9bcd1d296492a02a1334d4b5a00619b6ff0f diff --git a/gui-wm/phosh/phosh-0.11.0.ebuild b/gui-wm/phosh/phosh-0.11.0.ebuild index 8c43914b0..be7f96a4c 100644 --- a/gui-wm/phosh/phosh-0.11.0.ebuild +++ b/gui-wm/phosh/phosh-0.11.0.ebuild @@ -6,13 +6,15 @@ EAPI=7 inherit desktop gnome2-utils meson pam readme.gentoo-r1 vala systemd xdg MY_P="${PN}-v${PV}" +MY_COMMIT="c5ab6037f460406ac9799b1e5765de3ce0097a8b" DESCRIPTION="A pure Wayland shell prototype for GNOME on mobile devices" HOMEPAGE="https://source.puri.sm/Librem5/phosh" SRC_URI=" https://source.puri.sm/Librem5/phosh/-/archive/v0.11.0/${MY_P}.tar.gz - https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/archive/c5ab6037f460406ac9799b1e5765de3ce0097a8b.tar.gz + https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/archive/${MY_COMMIT}.tar.gz -> libgnome-volume-control-${MY_COMMIT}.tar.gz " +S="${WORKDIR}/${MY_P}" KEYWORDS="~amd64 ~arm64" LICENSE="GPL-3" @@ -47,10 +49,6 @@ PATCHES=( "${FILESDIR}"/0006-calls-manager.patch ) -S="${WORKDIR}/${MY_P}" - -MY_COMMIT="c5ab6037f460406ac9799b1e5765de3ce0097a8b" - src_prepare() { default eapply_user 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26305139335 for ; Tue, 29 Jun 2021 08:51:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D214E0823; Tue, 29 Jun 2021 08:51:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F985E0823 for ; Tue, 29 Jun 2021 08:51:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E00D3335D3B for ; Tue, 29 Jun 2021 08:51:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68DA04C3 for ; Tue, 29 Jun 2021 08:51:20 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1624956583.edb5fd95f6d4d0ed2e27d7066fd377b9cfa6ef8d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/phosh/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-wm/phosh/Manifest gui-wm/phosh/phosh-0.11.0.ebuild X-VCS-Directories: gui-wm/phosh/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: edb5fd95f6d4d0ed2e27d7066fd377b9cfa6ef8d X-VCS-Branch: dev Date: Tue, 29 Jun 2021 08:51:20 +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: b53d4488-2ce5-4567-b479-f4fb3f4cdac8 X-Archives-Hash: 9b7f25d4730816de4f7968f684854a82 Message-ID: <20210629085120.AfMbO4pfk3PS1XC-iCSoDIkiKFJ1qLUWBcQbK4NN2hI@z> commit: edb5fd95f6d4d0ed2e27d7066fd377b9cfa6ef8d Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Jun 29 08:49:43 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Jun 29 08:49:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edb5fd95 gui-wm/phosh: fix BadFilename Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> gui-wm/phosh/Manifest | 2 +- gui-wm/phosh/phosh-0.11.0.ebuild | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/gui-wm/phosh/Manifest b/gui-wm/phosh/Manifest index 246e4f282..3fded753f 100644 --- a/gui-wm/phosh/Manifest +++ b/gui-wm/phosh/Manifest @@ -1,2 +1,2 @@ -DIST c5ab6037f460406ac9799b1e5765de3ce0097a8b.tar.gz 46481 BLAKE2B 7ea8424d640d71361905e2eff346f45e024f9cd430cc8cc92c53d8cf72a8ea312c00bdbd0d9c25f499e1af2122fcafbf08a600d69f053ff9fa04baeb44283ccf SHA512 368d56223907d3eaafd35fce643abddf00e963800eebe98fb5cbe6fbbd8da115d1afb93bd5d557167e787579e3ff8b8e7885cae74d8f0326b45085870ac8cc05 +DIST libgnome-volume-control-c5ab6037f460406ac9799b1e5765de3ce0097a8b.tar.gz 46481 BLAKE2B 7ea8424d640d71361905e2eff346f45e024f9cd430cc8cc92c53d8cf72a8ea312c00bdbd0d9c25f499e1af2122fcafbf08a600d69f053ff9fa04baeb44283ccf SHA512 368d56223907d3eaafd35fce643abddf00e963800eebe98fb5cbe6fbbd8da115d1afb93bd5d557167e787579e3ff8b8e7885cae74d8f0326b45085870ac8cc05 DIST phosh-v0.11.0.tar.gz 447909 BLAKE2B e5e269a1c0d84000ba956b2f03e29079f53eceb03b83829f10f9aeea3e45668d7e275769f244d67e74e448deecd37abd0a0e3c4eefb945c9dce397e618911073 SHA512 77bb2898a63d3a4438d55775a55af852a90815f090bdb07889ea1743cbda7749cde2fef38ece073352303804852c9bcd1d296492a02a1334d4b5a00619b6ff0f diff --git a/gui-wm/phosh/phosh-0.11.0.ebuild b/gui-wm/phosh/phosh-0.11.0.ebuild index 8c43914b0..be7f96a4c 100644 --- a/gui-wm/phosh/phosh-0.11.0.ebuild +++ b/gui-wm/phosh/phosh-0.11.0.ebuild @@ -6,13 +6,15 @@ EAPI=7 inherit desktop gnome2-utils meson pam readme.gentoo-r1 vala systemd xdg MY_P="${PN}-v${PV}" +MY_COMMIT="c5ab6037f460406ac9799b1e5765de3ce0097a8b" DESCRIPTION="A pure Wayland shell prototype for GNOME on mobile devices" HOMEPAGE="https://source.puri.sm/Librem5/phosh" SRC_URI=" https://source.puri.sm/Librem5/phosh/-/archive/v0.11.0/${MY_P}.tar.gz - https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/archive/c5ab6037f460406ac9799b1e5765de3ce0097a8b.tar.gz + https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/archive/${MY_COMMIT}.tar.gz -> libgnome-volume-control-${MY_COMMIT}.tar.gz " +S="${WORKDIR}/${MY_P}" KEYWORDS="~amd64 ~arm64" LICENSE="GPL-3" @@ -47,10 +49,6 @@ PATCHES=( "${FILESDIR}"/0006-calls-manager.patch ) -S="${WORKDIR}/${MY_P}" - -MY_COMMIT="c5ab6037f460406ac9799b1e5765de3ce0097a8b" - src_prepare() { default eapply_user