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 2B34F138359 for ; Mon, 9 Nov 2020 16:38:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5871FE0809; Mon, 9 Nov 2020 16:38:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3F382E0809 for ; Mon, 9 Nov 2020 16:38:34 +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 060E1335D9E for ; Mon, 9 Nov 2020 16:38:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AAFD43B for ; Mon, 9 Nov 2020 16:38:31 +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: <1604939830.f533699732c63d9f6ffae54706da257fdc413a81.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/Manifest gui-libs/wf-config/wf-config-0.4.1.ebuild X-VCS-Directories: gui-libs/wf-config/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: f533699732c63d9f6ffae54706da257fdc413a81 X-VCS-Branch: master Date: Mon, 9 Nov 2020 16:38:31 +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: 47cd4bf2-0418-4ab5-9f49-5775418556df X-Archives-Hash: 598283237d7ac32e7e8ada35db582572 commit: f533699732c63d9f6ffae54706da257fdc413a81 Author: Aaron Bauman gentoo org> AuthorDate: Mon Nov 9 16:37:10 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Nov 9 16:37:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5336997 gui-libs/wf-config: drop old * Drop old at request of maintainer Signed-off-by: Aaron Bauman gentoo.org> gui-libs/wf-config/Manifest | 1 - gui-libs/wf-config/wf-config-0.4.1.ebuild | 35 ------------------------------- 2 files changed, 36 deletions(-) diff --git a/gui-libs/wf-config/Manifest b/gui-libs/wf-config/Manifest index f736b124b39..16290450f81 100644 --- a/gui-libs/wf-config/Manifest +++ b/gui-libs/wf-config/Manifest @@ -1,2 +1 @@ -DIST wf-config-0.4.1.tar.xz 64752 BLAKE2B ed873ee15b860690a3ac2d8623c0af933f2892c24ff6c9a10ec090bf8e7b2787970b71869c07d5e8281417ed59a4881cf3117ecb085a6d7a1eeb8fdac7375245 SHA512 99d11dfc04e80645cc29491c9ef913015a6ad6f49f351b041b277ecc2e24f9b47fc96a22ce031e51b577fe4b31df07c448d2fafb715e8fe5118e677ccbf9abe8 DIST wf-config-0.5.0.tar.xz 64760 BLAKE2B c1939035820794828b356371c51dbd55a73a569e3a9dcf801b4aedf61c3c0131e47040a1b05e2a8cd30ecbb57f160f702b735437dfb49051a8a6a63d95201204 SHA512 b365884195cb7fc64a1ca1d74a2d12b56e1ef0f4dd49d298a9379455f2917f2c644de2b12f5068304ca404b112490e38fbfe3111aac31d301f02f23429df87c7 diff --git a/gui-libs/wf-config/wf-config-0.4.1.ebuild b/gui-libs/wf-config/wf-config-0.4.1.ebuild deleted file mode 100644 index d415dd76e3d..00000000000 --- a/gui-libs/wf-config/wf-config-0.4.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -DESCRIPTION="library for managing wayfire configuration files" -HOMEPAGE="https://github.com/WayfireWM/wf-config" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/WayfireWM/wf-config.git" -else - SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" - -DEPEND=" - dev-libs/libevdev - dev-libs/libxml2 - ~gui-libs/wlroots-0.10.1 - media-libs/glm -" - -RDEPEND="${DEPEND}" - -BDEPEND=" - ${DEPEND} - dev-libs/wayland-protocols - virtual/pkgconfig -"