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 F1C7A1382C5 for ; Sun, 7 Jun 2020 00:12:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30513E0ABD; Sun, 7 Jun 2020 00:12:34 +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 94C79E0AB9 for ; Sun, 7 Jun 2020 00:12:33 +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 5EF0F34F22C for ; Sun, 7 Jun 2020 00:12:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A46A285 for ; Sun, 7 Jun 2020 00:12:30 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1591488734.7646a493e2cc3c12c6154539bb18aa2784291209.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wf-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/wf-config/wf-config-0.4.0-r1.ebuild gui-libs/wf-config/wf-config-0.4.0.ebuild gui-libs/wf-config/wf-config-9999.ebuild X-VCS-Directories: gui-libs/wf-config/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 7646a493e2cc3c12c6154539bb18aa2784291209 X-VCS-Branch: master Date: Sun, 7 Jun 2020 00:12:30 +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: 7bb9b8f9-415a-4685-825a-5a32d821684c X-Archives-Hash: dc540b75173f3efa0c1a9ba9da88ffae commit: 7646a493e2cc3c12c6154539bb18aa2784291209 Author: Aisha Tammy aisha cc> AuthorDate: Sat Jun 6 20:01:34 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Jun 7 00:12:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7646a493 gui-libs/wf-config: remove debug symbols Closes: https://bugs.gentoo.org/727342 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Aisha Tammy aisha.cc> Signed-off-by: Aaron Bauman gentoo.org> ...wf-config-0.4.0.ebuild => wf-config-0.4.0-r1.ebuild} | 17 +++-------------- gui-libs/wf-config/wf-config-9999.ebuild | 15 ++------------- 2 files changed, 5 insertions(+), 27 deletions(-) diff --git a/gui-libs/wf-config/wf-config-0.4.0.ebuild b/gui-libs/wf-config/wf-config-0.4.0-r1.ebuild similarity index 61% rename from gui-libs/wf-config/wf-config-0.4.0.ebuild rename to gui-libs/wf-config/wf-config-0.4.0-r1.ebuild index b52ae6b08e2..d415dd76e3d 100644 --- a/gui-libs/wf-config/wf-config-0.4.0.ebuild +++ b/gui-libs/wf-config/wf-config-0.4.0-r1.ebuild @@ -10,21 +10,20 @@ HOMEPAGE="https://github.com/WayfireWM/wf-config" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git" + EGIT_REPO_URI="https://github.com/WayfireWM/wf-config.git" else - SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/${PV}/${P}.tar.xz" + SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="MIT" SLOT="0" -IUSE="debug" DEPEND=" dev-libs/libevdev dev-libs/libxml2 + ~gui-libs/wlroots-0.10.1 media-libs/glm - <=gui-libs/wlroots-0.10.1 " RDEPEND="${DEPEND}" @@ -34,13 +33,3 @@ BDEPEND=" dev-libs/wayland-protocols virtual/pkgconfig " - -src_configure () { - local emesonargs="" - if use debug; then - emesonargs+=( - "-Db_sanitize=address,undefined" - ) - fi - meson_src_configure -} diff --git a/gui-libs/wf-config/wf-config-9999.ebuild b/gui-libs/wf-config/wf-config-9999.ebuild index 3efe9aa8cc6..93cc2eacb2c 100644 --- a/gui-libs/wf-config/wf-config-9999.ebuild +++ b/gui-libs/wf-config/wf-config-9999.ebuild @@ -10,15 +10,14 @@ HOMEPAGE="https://github.com/WayfireWM/wf-config" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git" + EGIT_REPO_URI="https://github.com/WayfireWM/wf-config.git" else - SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/${PV}/${P}.tar.xz" + SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="MIT" SLOT="0" -IUSE="debug" DEPEND=" dev-libs/libevdev @@ -34,13 +33,3 @@ BDEPEND=" dev-libs/wayland-protocols virtual/pkgconfig " - -src_configure () { - local emesonargs="" - if use debug; then - emesonargs+=( - "-Db_sanitize=address,undefined" - ) - fi - meson_src_configure -}