commit:     5b24cdb22c1d6d5b459779c3676df4a26f70d5a0
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon Oct 21 14:21:52 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Mon Oct 21 14:24:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b24cdb2

gui-apps/paperde: drop 9999

This is severely outdated and does not build.

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gui-apps/paperde/paperde-9999.ebuild | 60 ------------------------------------
 1 file changed, 60 deletions(-)

diff --git a/gui-apps/paperde/paperde-9999.ebuild 
b/gui-apps/paperde/paperde-9999.ebuild
deleted file mode 100644
index 7df837787..000000000
--- a/gui-apps/paperde/paperde-9999.ebuild
+++ /dev/null
@@ -1,60 +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
-"
-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
-"
-RDEPEND="
-       ${DEPEND}
-       gui-libs/wlroots
-       gui-wm/wayfire[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