summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2024-03-14 13:49:34 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-03-16 21:18:12 +0200
commit538da4725a2ca2c9a29638d8c8cda4ed6f388cfe (patch)
tree6f6146d8b33a51595649b200809045de725ce223 /gui-libs
parentgui-libs/wayfire-plugins-extra: update live ebuild (diff)
downloadgentoo-538da4725a2ca2c9a29638d8c8cda4ed6f388cfe.tar.gz
gentoo-538da4725a2ca2c9a29638d8c8cda4ed6f388cfe.tar.bz2
gentoo-538da4725a2ca2c9a29638d8c8cda4ed6f388cfe.zip
gui-libs/wayfire-plugins-extra: drop 0.7.5
Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/35748 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r--gui-libs/wayfire-plugins-extra/Manifest1
-rw-r--r--gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.5.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/gui-libs/wayfire-plugins-extra/Manifest b/gui-libs/wayfire-plugins-extra/Manifest
index 7f5dba79ed57..65a399352a88 100644
--- a/gui-libs/wayfire-plugins-extra/Manifest
+++ b/gui-libs/wayfire-plugins-extra/Manifest
@@ -1,3 +1,2 @@
-DIST wayfire-plugins-extra-0.7.5.tar.xz 75136 BLAKE2B 7ffbb73f09175cc92f09b8a3f0493942741564278f95ff1d80066044b02ce4ceb925919ddb54fc6a37676b925d95ea7f93d09c6b0ccd448c6e9b821106d6e3ea SHA512 9cc816c3c727b0093fd15ef52dea215598b4c49ef96c098f53938c041b3908b30f4dd616be4b459b7382d630a47b36baf845c24de84f35670ba2912711205911
DIST wayfire-plugins-extra-0.8.0.tar.xz 70324 BLAKE2B f8f46782e31f170eb566567f50d302df4db23fbeb29c71569624a7f79c2bbcfcf48b070e7b55bf1880a9cd02afe78783d6680c457e466d765eb0db72f4b1f61b SHA512 8105fea3d8405a88d8c872c1012dadfab55f987a8ff8401f5caeec155214727021cbc7cfaba71c5ee3bc869caf136dcd78c189921c2f41a938b8552962f1597c
DIST wayfire-plugins-extra-0.8.1.tar.xz 75908 BLAKE2B 65c14281fd9738864f2d63f01250e6384cdf46929ee6df653a5614805b89686f0020799246d6caf16b8d45aa16a66f314e705ae96c37188d892d339875ed4c03 SHA512 ebe12545b0a0ca1c443f334b9bfa31d1f446636dbef2b91c280715ad58d8802ab129f6894959727c0b872558f799c973a158e679683f915a5ef89b67087eed01
diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.5.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.5.ebuild
deleted file mode 100644
index c0a8a93d13b4..000000000000
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="extra plugins for wayfire"
-HOMEPAGE="https://github.com/WayfireWM/wayfire-plugins-extra"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/WayfireWM/wayfire-plugins-extra.git"
-else
- SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND="
- dev-cpp/glibmm:2
- x11-libs/pixman
- gnome-base/librsvg
- >=gui-libs/wlroots-0.16.0:0/16
- <gui-libs/wlroots-0.17.0:=
- >=gui-wm/wayfire-0.7.5
- x11-libs/cairo
- x11-libs/pixman
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-libs/wayland-protocols
- virtual/pkgconfig
-"