From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libpanel/
Date: Thu, 16 Jan 2025 16:55:14 +0000 (UTC) [thread overview]
Message-ID: <1737046279.4c5ce29c9dc331c79c1293b7bc79d5583a6de216.pacho@gentoo> (raw)
commit: 4c5ce29c9dc331c79c1293b7bc79d5583a6de216
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 15:14:22 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 16:51:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5ce29c
gui-libs/libpanel: drop 1.4.1
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
gui-libs/libpanel/Manifest | 1 -
gui-libs/libpanel/libpanel-1.4.1.ebuild | 56 ---------------------------------
2 files changed, 57 deletions(-)
diff --git a/gui-libs/libpanel/Manifest b/gui-libs/libpanel/Manifest
index 6307a5a9e0fc..e3ed6568e12f 100644
--- a/gui-libs/libpanel/Manifest
+++ b/gui-libs/libpanel/Manifest
@@ -1,3 +1,2 @@
-DIST libpanel-1.4.1.tar.xz 160208 BLAKE2B 01f4a8a77ac4c6d26c05eea9fda88461d8c688f0c80cbb3cc119260814c3766989b6eb9d7893729eca2239670b3a9d089000b5f1185b7650b0bdcf604c7195cf SHA512 44efb5dd29c83471acd64701320b2cb6057c6165c5b7602d2e0b7a40690a493c42ff3b28bc7924569d81c6e6a8ddc784b0df1c351919924807d61c9fdd2a4263
DIST libpanel-1.6.0.tar.xz 162584 BLAKE2B 1da55961a9f993d2d31a2dab51a687b7b0fe72aa02e0f045bd361db2b67ae3c07dde28b8df031d40b8da73009f721e19eae4a0e4c37c34c8dac4704ffbdd06a9 SHA512 e836941edcff416c5205d5c97b3c9d20b28d7cb7148b342f34dd768b93e3c317b1aa9b97435602c00c3bdbe763d56b112936a8d15117b448fa8bd0fd19204cfb
DIST libpanel-1.8.1.tar.xz 166860 BLAKE2B 515685ae2142d3159ea3ca02b945d33f0f9e438a40810a7992e4163d78200d9ada86b80fdef3383b571d599fffb5bc7fe26d51c963a0f1060f1dee418e05216b SHA512 321285c4388d69e5a2b827a2a4722602a2915a4f6a3b3ff26130e38c2436fe1145420634fe421e46ea25014843e8ed284d95d079854708d139c460728278021e
diff --git a/gui-libs/libpanel/libpanel-1.4.1.ebuild b/gui-libs/libpanel/libpanel-1.4.1.ebuild
deleted file mode 100644
index 61e3ba1d33ba..000000000000
--- a/gui-libs/libpanel/libpanel-1.4.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 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"
-
-IUSE="examples gtk-doc +introspection +vala"
-REQUIRED_USE="
- gtk-doc? ( introspection )
- vala? ( introspection )
-"
-
-RDEPEND="
- >=dev-libs/glib-2.75:2
- >=gui-libs/gtk-4.8:4[introspection?]
- >=gui-libs/libadwaita-1.2:1
- introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-util/glib-utils
- 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-01-16 16:55 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-16 16:55 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-24 10:49 [gentoo-commits] repo/gentoo:master commit in: gui-libs/libpanel/ WANG Xuerui
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=1737046279.4c5ce29c9dc331c79c1293b7bc79d5583a6de216.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