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 1D72713835A for ; Tue, 15 Jun 2021 07:11:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72D66E0895; Tue, 15 Jun 2021 07:11:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5AB84E0895 for ; Tue, 15 Jun 2021 07:11:27 +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 33AA7340C9A for ; Tue, 15 Jun 2021 07:11:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B29197C3 for ; Tue, 15 Jun 2021 07:11:18 +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: <1623716552.53ef6ac31c17aebe10757780d2bde8a14f9ca99a.andrewammerlaan@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/Manifest gui-apps/paperde/paperde-0.1.1.ebuild X-VCS-Directories: gui-apps/paperde/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 53ef6ac31c17aebe10757780d2bde8a14f9ca99a X-VCS-Branch: master Date: Tue, 15 Jun 2021 07:11: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: b19f96bf-b91e-4fe5-998d-95c6aed0cded X-Archives-Hash: 3632eeff38c21ef2a02ff2a4ea5579bb commit: 53ef6ac31c17aebe10757780d2bde8a14f9ca99a Author: Maciej Barć riseup net> AuthorDate: Tue Jun 15 00:21:57 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Jun 15 00:22:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53ef6ac3 gui-apps/paperde: drop broken 0.1.1 version Closes: https://bugs.gentoo.org/796008 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Maciej Barć riseup.net> gui-apps/paperde/Manifest | 1 - gui-apps/paperde/paperde-0.1.1.ebuild | 62 ----------------------------------- 2 files changed, 63 deletions(-) diff --git a/gui-apps/paperde/Manifest b/gui-apps/paperde/Manifest deleted file mode 100644 index b20bb0575..000000000 --- a/gui-apps/paperde/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST paperde-0.1.1.tar.gz 2238206 BLAKE2B 7d2ed32bc1c8f0914a39ee564565a4f9956e01d2cb4f6c11190792325c1a64ba2ca7006d8b263abb3be80b58734a798423406fd2b411a344f714988906e44c48 SHA512 45b1fcd8bc03ae34be7560fe8f369d1bde98da764870298a6f31b8465fd0fc24ace556bf7fadeab756dc4d86115aefc7c8d22eb84602472eeb2c60dc1539b85c diff --git a/gui-apps/paperde/paperde-0.1.1.ebuild b/gui-apps/paperde/paperde-0.1.1.ebuild deleted file mode 100644 index 18b6d99fc..000000000 --- a/gui-apps/paperde/paperde-0.1.1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake xdg - -DESCRIPTION="Simple, sleek QT based DE for wayland using wayfire" -HOMEPAGE="https://gitlab.com/cubocore/paper/paperde" - -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}" -fi - -LICENSE="GPL-3" -SLOT="0" - -BDEPEND=" - kde-frameworks/extra-cmake-modules:5 -" -DEPEND=" - dev-libs/libdbusmenu-qt - dev-libs/wayland - dev-libs/wayland-protocols - dev-qt/designer:5 - dev-qt/qtcore:5 - dev-qt/qtgui:5[wayland,X] - dev-qt/qtnetwork:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5[X] - gui-libs/libcprime - gui-libs/libcsys -" -# Because of gui-wm/wayfire build failure, also add requirement constraints here -# wlroots found: NO found 0.13.0 but need: '<0.12.0' ; matched: '>=0.11.0' -RDEPEND=" - ${DEPEND} - =gui-wm/wayfire-0.7.0[X] - sys-apps/xdg-desktop-portal - x11-misc/qt5ct -" - -src_prepare() { - cmake_src_prepare - xdg_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DPKGSHAREDPATH="${EPREFIX}/usr/share/paperde" - -DPKGCONFPATH="${EPREFIX}/etc/xdg/paperde" - ) - cmake_src_configure -}