From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libpanel/
Date: Sun, 28 Sep 2025 11:02:34 +0000 (UTC) [thread overview]
Message-ID: <1759057277.ef8adff712f005fc0765f5af3a237d8e38a70d5c.pacho@gentoo> (raw)
commit: ef8adff712f005fc0765f5af3a237d8e38a70d5c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 28 10:19:48 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 28 11:01:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8adff7
gui-libs/libpanel: drop 1.8.1
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
gui-libs/libpanel/Manifest | 1 -
gui-libs/libpanel/libpanel-1.8.1.ebuild | 55 ---------------------------------
2 files changed, 56 deletions(-)
diff --git a/gui-libs/libpanel/Manifest b/gui-libs/libpanel/Manifest
index 1b70b827d4d5..e057c9e96392 100644
--- a/gui-libs/libpanel/Manifest
+++ b/gui-libs/libpanel/Manifest
@@ -1,3 +1,2 @@
DIST libpanel-1.10.0.tar.xz 166704 BLAKE2B 454a4ebbb93783b2d1a53b2570850c83d61210380b629228ea2f6d67b36a89c6b9bd06cf454c05fb55d278177e2f48f7e120ae8218e7582374dd8f56b2d95d29 SHA512 feb189393343ccb4c55f8f178c065efa77d2fd8140ad236b646b110957c011de4b280c71a0ccb81f4e6d7ce1192f1b30dc1d272124a5942e7ef052f1d3f1593d
DIST libpanel-1.10.2.tar.xz 166924 BLAKE2B 73b527f10643bfc6d7a8bc7d6f98c9ca3fde29d013300d21493903a4623515cea277dc23896498b13ca11465bcc375382429c405d72b324fc8cfcfdb0fdf2eb4 SHA512 b45284e0bccf0cae84027886b8c36bb9058e2db315bb3fa9490056e865227e1c3d772f671ba02f5b27588dd13c06a6ef88bfe9ff1e2de4c32c20ca0c2b28078c
-DIST libpanel-1.8.1.tar.xz 166860 BLAKE2B 515685ae2142d3159ea3ca02b945d33f0f9e438a40810a7992e4163d78200d9ada86b80fdef3383b571d599fffb5bc7fe26d51c963a0f1060f1dee418e05216b SHA512 321285c4388d69e5a2b827a2a4722602a2915a4f6a3b3ff26130e38c2436fe1145420634fe421e46ea25014843e8ed284d95d079854708d139c460728278021e
diff --git a/gui-libs/libpanel/libpanel-1.8.1.ebuild b/gui-libs/libpanel/libpanel-1.8.1.ebuild
deleted file mode 100644
index 65d8a42c4eb8..000000000000
--- a/gui-libs/libpanel/libpanel-1.8.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org meson vala xdg
-
-DESCRIPTION="A dock/panel library for GTK 4"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/libpanel"
-
-LICENSE="LGPL-3+"
-SLOT="1"
-KEYWORDS="amd64 ~arm64 ~loong x86"
-
-IUSE="examples gtk-doc +introspection +vala"
-REQUIRED_USE="
- gtk-doc? ( introspection )
- vala? ( introspection )
-"
-
-RDEPEND="
- >=dev-libs/glib-2.80:2
- >=gui-libs/gtk-4.15:4[introspection?]
- >=gui-libs/libadwaita-1.6:1
- introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- gtk-doc? ( >=dev-util/gi-docgen-2021.1 )
- vala? ( $(vala_depend) )
-"
-
-src_prepare() {
- default
- use vala && vala_setup
- xdg_environment_reset
-}
-
-src_configure() {
- local emesonargs=(
- $(meson_use examples install-examples)
- $(meson_feature introspection)
- $(meson_feature gtk-doc docs)
- $(meson_use vala vapi)
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
- if use gtk-doc; then
- mkdir "${ED}"/usr/share/gtk-doc || die
- mv "${ED}"/usr/share/doc/panel-1.0 "${ED}"/usr/share/gtk-doc/ || die
- fi
-}
next reply other threads:[~2025-09-28 11:03 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-28 11:02 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-12 19:42 [gentoo-commits] repo/gentoo:master commit in: gui-libs/libpanel/ Sam James
2025-10-12 12:38 Sam James
2025-09-28 11:02 Pacho Ramos
2025-08-01 12:42 Pacho Ramos
2025-08-01 12:42 Pacho Ramos
2025-06-25 20:46 Arthur Zamarin
2025-06-25 19:19 Arthur Zamarin
2025-05-11 23:17 Sam James
2025-01-24 10:49 WANG Xuerui
2025-01-16 16:55 Pacho Ramos
2025-01-16 16:55 Pacho Ramos
2024-11-10 0:42 Jakov Smolić
2024-11-08 19:45 Pacho Ramos
2024-03-09 22:59 Mart Raudsepp
2023-11-04 23:03 Mart Raudsepp
2023-05-03 11:16 Sam James
2023-03-18 2:28 Matt Turner
2022-12-16 20:37 Arthur Zamarin
2022-11-02 19:07 Matt Turner
2022-10-30 23:21 Matt Turner
2022-10-13 0:27 Matt Turner
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=1759057277.ef8adff712f005fc0765f5af3a237d8e38a70d5c.pacho@gentoo \
--to=pacho@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