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 498831382C5 for ; Sat, 24 Apr 2021 23:20:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1ED0E0864; Sat, 24 Apr 2021 23:20:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8B00EE0864 for ; Sat, 24 Apr 2021 23:20:10 +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 F213C3413E2 for ; Sat, 24 Apr 2021 23:19:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9D8E732 for ; Sat, 24 Apr 2021 23:19:41 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1619266968.f405028bfbbd32859d3359f3654a3752145b6345.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/paperde/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/paperde/paperde-0.1.0_alpha.ebuild gui-apps/paperde/paperde-0.1.1.ebuild gui-apps/paperde/paperde-9999.ebuild X-VCS-Directories: gui-apps/paperde/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: f405028bfbbd32859d3359f3654a3752145b6345 X-VCS-Branch: master Date: Sat, 24 Apr 2021 23:19:41 +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: 02ee965b-2ec2-4acc-b215-480d7a0c77a8 X-Archives-Hash: 35272998af5d931dff2a6f3bd1b65405 commit: f405028bfbbd32859d3359f3654a3752145b6345 Author: Maciej Barć riseup net> AuthorDate: Sat Apr 24 12:22:48 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Sat Apr 24 12:22:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f405028b gui-apps/paperde: add missing extra-cmake-modules dep; mv MY_PV Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Maciej Barć riseup.net> gui-apps/paperde/paperde-0.1.0_alpha.ebuild | 10 ++++++---- gui-apps/paperde/paperde-0.1.1.ebuild | 10 ++++++---- gui-apps/paperde/paperde-9999.ebuild | 10 ++++++---- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/gui-apps/paperde/paperde-0.1.0_alpha.ebuild b/gui-apps/paperde/paperde-0.1.0_alpha.ebuild index 0ea5e6bbc..7a7482b76 100644 --- a/gui-apps/paperde/paperde-0.1.0_alpha.ebuild +++ b/gui-apps/paperde/paperde-0.1.0_alpha.ebuild @@ -3,18 +3,17 @@ EAPI=7 -# _alpha -> -alpha -MY_PV="${PV/_/-}" - inherit cmake xdg DESCRIPTION="Simple, sleek QT based DE for wayland using wayfire" HOMEPAGE="https://gitlab.com/cubocore/paper/paperde" -if [[ ${PV} == 9999 ]]; then +if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}.git" else + # _alpha -> -alpha + MY_PV="${PV/_/-}" SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" S="${WORKDIR}/${PN}-v${MY_PV}" @@ -23,6 +22,9 @@ fi LICENSE="GPL-3" SLOT="0" +BDEPEND=" + kde-frameworks/extra-cmake-modules:5 +" DEPEND=" dev-libs/libdbusmenu-qt dev-libs/wayland diff --git a/gui-apps/paperde/paperde-0.1.1.ebuild b/gui-apps/paperde/paperde-0.1.1.ebuild index 0ea5e6bbc..7a7482b76 100644 --- a/gui-apps/paperde/paperde-0.1.1.ebuild +++ b/gui-apps/paperde/paperde-0.1.1.ebuild @@ -3,18 +3,17 @@ EAPI=7 -# _alpha -> -alpha -MY_PV="${PV/_/-}" - inherit cmake xdg DESCRIPTION="Simple, sleek QT based DE for wayland using wayfire" HOMEPAGE="https://gitlab.com/cubocore/paper/paperde" -if [[ ${PV} == 9999 ]]; then +if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}.git" else + # _alpha -> -alpha + MY_PV="${PV/_/-}" SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" S="${WORKDIR}/${PN}-v${MY_PV}" @@ -23,6 +22,9 @@ fi LICENSE="GPL-3" SLOT="0" +BDEPEND=" + kde-frameworks/extra-cmake-modules:5 +" DEPEND=" dev-libs/libdbusmenu-qt dev-libs/wayland diff --git a/gui-apps/paperde/paperde-9999.ebuild b/gui-apps/paperde/paperde-9999.ebuild index 0ea5e6bbc..7a7482b76 100644 --- a/gui-apps/paperde/paperde-9999.ebuild +++ b/gui-apps/paperde/paperde-9999.ebuild @@ -3,18 +3,17 @@ EAPI=7 -# _alpha -> -alpha -MY_PV="${PV/_/-}" - inherit cmake xdg DESCRIPTION="Simple, sleek QT based DE for wayland using wayfire" HOMEPAGE="https://gitlab.com/cubocore/paper/paperde" -if [[ ${PV} == 9999 ]]; then +if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}.git" else + # _alpha -> -alpha + MY_PV="${PV/_/-}" SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" S="${WORKDIR}/${PN}-v${MY_PV}" @@ -23,6 +22,9 @@ fi LICENSE="GPL-3" SLOT="0" +BDEPEND=" + kde-frameworks/extra-cmake-modules:5 +" DEPEND=" dev-libs/libdbusmenu-qt dev-libs/wayland