commit:     53ef6ac31c17aebe10757780d2bde8a14f9ca99a
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Tue Jun 15 00:21:57 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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ć <xgqt <AT> 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-libs/wlroots-0.13.0
-       >=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
-}

Reply via email to