From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
Date: Fri, 1 Nov 2024 09:45:54 +0000 (UTC) [thread overview]
Message-ID: <1730454315.e118fe8d5caddefda65d3941ec82124b45670669.ceamac@gentoo> (raw)
commit: e118fe8d5caddefda65d3941ec82124b45670669
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 1 09:36:29 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Nov 1 09:45:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e118fe8d
gui-libs/wayfire-plugins-extra: drop 0.8.0, 0.8.1
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
| 2 -
| 38 -----------------
| 47 ----------------------
3 files changed, 87 deletions(-)
--git a/gui-libs/wayfire-plugins-extra/Manifest b/gui-libs/wayfire-plugins-extra/Manifest
index ebc241c61a70..c6e3a1ee80f9 100644
--- a/gui-libs/wayfire-plugins-extra/Manifest
+++ b/gui-libs/wayfire-plugins-extra/Manifest
@@ -1,3 +1 @@
-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
DIST wayfire-plugins-extra-0.9.0.tar.xz 104424 BLAKE2B 8dde47dd40edabb8243c6a4128229baa4d2ff3407eb9cf0ff1699ca49dfaaf16f951f4faf18138824894f94b0ca6884bbc92fab595d4e08b948b67a0a0cf054f SHA512 fb1e02c4284b499a89a8b81e2b9ef283bdde48745c5f4ee500da4d9450bc5c8d94df6b8eba5d6ff3bb05ba3edbbdbd04b3c5551a73f5765ed3406d8227177f78
diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild
deleted file mode 100644
index dcfbca2f23b6..000000000000
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2019-2024 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"
- SLOT="0/9999"
-else
- SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm64"
- SLOT="0/$(ver_cut 1-2)"
-fi
-
-LICENSE="MIT"
-
-# no tests
-RESTRICT="test"
-
-DEPEND="
- dev-cpp/glibmm:2
- dev-cpp/nlohmann_json
- dev-libs/libevdev
- dev-libs/wayland
- gui-wm/wayfire:${SLOT}
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- >=dev-libs/wayland-protocols-1.12
- dev-util/wayland-scanner
- virtual/pkgconfig
-"
diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.1.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.1.ebuild
deleted file mode 100644
index dcfe54dfa8b9..000000000000
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2019-2024 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"
- SLOT="0/0.8"
-else
- SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm64"
- SLOT="0/$(ver_cut 1-2)"
-fi
-
-LICENSE="MIT"
-
-# no tests
-RESTRICT="test"
-
-WAYFIRE_REVDEP="
- dev-libs/glib:2
- dev-libs/libsigc++:2
- gui-libs/wf-config:=
- gui-libs/wlroots:=
- x11-libs/cairo
-"
-
-DEPEND="
- ${WAYFIRE_REVDEP}
- dev-cpp/glibmm:2
- dev-cpp/nlohmann_json
- dev-libs/libevdev
- dev-libs/wayland
- >=gui-wm/wayfire-0.8.1
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- >=dev-libs/wayland-protocols-1.12
- dev-util/wayland-scanner
- virtual/pkgconfig
-"
next reply other threads:[~2024-11-01 9:45 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-01 9:45 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-25 5:46 [gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/ Arthur Zamarin
2024-10-24 10:23 Sam James
2024-08-24 17:06 Viorel Munteanu
2024-08-24 17:06 Viorel Munteanu
2024-05-23 16:10 Matt Turner
2024-05-05 18:27 Viorel Munteanu
2024-04-24 14:41 Sam James
2024-03-16 19:24 Arthur Zamarin
2024-03-16 19:24 Arthur Zamarin
2024-03-16 19:24 Arthur Zamarin
2024-01-21 5:04 Sam James
2024-01-19 13:55 Ben Kohler
2023-04-04 23:17 Sam James
2023-02-13 0:39 Sam James
2021-09-06 23:59 Sam James
2021-06-18 6:27 Agostino Sarubbo
2021-02-16 2:12 Matt Turner
2021-02-10 13:36 Joonas Niilola
2020-12-16 2:17 Aaron Bauman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1730454315.e118fe8d5caddefda65d3941ec82124b45670669.ceamac@gentoo \
--to=ceamac@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox