From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-panel/
Date: Sat, 21 Dec 2024 10:34:33 +0000 (UTC) [thread overview]
Message-ID: <1734777187.c404dc660a55f116c3633bce4cdf505ab2527ae2.mgorny@gentoo> (raw)
commit: c404dc660a55f116c3633bce4cdf505ab2527ae2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 21 10:31:17 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 21 10:33:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c404dc66
xfce-base/xfce4-panel: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
xfce-base/xfce4-panel/Manifest | 2 -
xfce-base/xfce4-panel/xfce4-panel-4.19.6.ebuild | 85 -------------------------
xfce-base/xfce4-panel/xfce4-panel-4.19.7.ebuild | 85 -------------------------
3 files changed, 172 deletions(-)
diff --git a/xfce-base/xfce4-panel/Manifest b/xfce-base/xfce4-panel/Manifest
index f2b24f0aa191..42e988b5aa3b 100644
--- a/xfce-base/xfce4-panel/Manifest
+++ b/xfce-base/xfce4-panel/Manifest
@@ -1,4 +1,2 @@
DIST xfce4-panel-4.18.6.tar.bz2 1595352 BLAKE2B e4f4eb2f3838cde69a2614021be184ba7281910e595cc868180eba5ce40898fb538cb82ef5317f8316273b6a926553e051730e4918f3d2d339e03729ac8c2a85 SHA512 a1c4597bbbb72d2f3ef90abe0082abe3404e0ea7fa6027e26ca50e31e03645464ce3e0a72f4d927e84c5775a775e3a70f70e25bd3d2e4358da869f9c474e6174
-DIST xfce4-panel-4.19.6.tar.bz2 2261298 BLAKE2B 016c741445b836c8649d6158e0f8f51d691087a42b9a239c4051642e04717338b7186eef81d2311032dad22d601c4cd27d67215d7d74c9284e4b8326c0aec547 SHA512 9a7dd23850a5b70d872c337c249565c3b84ce152e57922a9a55734202d1e5d47f0ea59da71c13d8b1fe87ff64ec151a45bb40df0464e083d2c04c1eefa88ffed
-DIST xfce4-panel-4.19.7.tar.bz2 2255997 BLAKE2B d6533bb3eccbb0f2920f4053cb0cee6f133c3da53d4a270bf2259d20db6c2aefb56d41e1d26e19e502dbf125971c165d1e88c3b7f5dff76e0af2a0e57af78dca SHA512 5c8d9fda35267b1c35fffd60d7a3c63b54d20ef85b13768c2c2de0a1a94c3aa7abec004c34fcd6e581b9a02f21b4836680d3a35ee12d492fb38aa77859aa01b2
DIST xfce4-panel-4.20.0.tar.bz2 2260815 BLAKE2B ab3d66465bf24757a9831ff71aebd4609a4a4b9e456899a34fa900836398a0c0727993b84769decb8c371c94344ad9f940eb15431824152e8acd9434125e58c8 SHA512 431ff1736a62bdee4a7a9a5e7b8aa9f0cf779ce5454503c33fc0ffb82b6cd4bbcbc5e1fc99c092e31f0f702f459cf31336eff914a41b618043f83d2a40c9b049
diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.19.6.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.19.6.ebuild
deleted file mode 100644
index 0a10809d9284..000000000000
--- a/xfce-base/xfce4-panel/xfce4-panel-4.19.6.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit vala xdg-utils
-
-DESCRIPTION="Panel for the Xfce desktop environment"
-HOMEPAGE="
- https://docs.xfce.org/xfce/xfce4-panel/start
- https://gitlab.xfce.org/xfce/xfce4-panel/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="+dbusmenu introspection vala wayland X"
-REQUIRED_USE="
- || ( wayland X )
- vala? ( introspection )
-"
-
-DEPEND="
- >=dev-libs/glib-2.72.0
- >=x11-libs/cairo-1.16.0
- >=x11-libs/gtk+-3.24.0:3[X?,introspection?,wayland?]
- >=xfce-base/exo-0.11.2:=
- >=xfce-base/garcon-4.17.0:=
- >=xfce-base/libxfce4ui-4.17.1:=
- >=xfce-base/libxfce4util-4.17.2:=[introspection?,vala?]
- >=xfce-base/libxfce4windowing-4.19.6:=[X?]
- >=xfce-base/xfconf-4.13.2:=
- dbusmenu? ( >=dev-libs/libdbusmenu-16.04.0[gtk3] )
- introspection? ( >=dev-libs/gobject-introspection-1.66:= )
- wayland? (
- >=dev-libs/wayland-1.20
- >=gui-libs/gtk-layer-shell-0.7.0
- )
- X? (
- >=x11-libs/libX11-1.6.7
- >=x11-libs/libXext-1.0.0
- x11-libs/libwnck:3
- )
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- vala? ( $(vala_depend) )
- dev-lang/perl
- dev-util/gdbus-codegen
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_configure() {
- local myconf=(
- $(use_enable introspection)
- $(use_enable dbusmenu dbusmenu-gtk3)
- $(use_enable vala)
- $(use_enable wayland)
- $(use_enable wayland gtk-layer-shell)
- $(use_enable X x11)
- )
-
- use vala && vala_setup
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.19.7.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.19.7.ebuild
deleted file mode 100644
index 0a10809d9284..000000000000
--- a/xfce-base/xfce4-panel/xfce4-panel-4.19.7.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit vala xdg-utils
-
-DESCRIPTION="Panel for the Xfce desktop environment"
-HOMEPAGE="
- https://docs.xfce.org/xfce/xfce4-panel/start
- https://gitlab.xfce.org/xfce/xfce4-panel/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="+dbusmenu introspection vala wayland X"
-REQUIRED_USE="
- || ( wayland X )
- vala? ( introspection )
-"
-
-DEPEND="
- >=dev-libs/glib-2.72.0
- >=x11-libs/cairo-1.16.0
- >=x11-libs/gtk+-3.24.0:3[X?,introspection?,wayland?]
- >=xfce-base/exo-0.11.2:=
- >=xfce-base/garcon-4.17.0:=
- >=xfce-base/libxfce4ui-4.17.1:=
- >=xfce-base/libxfce4util-4.17.2:=[introspection?,vala?]
- >=xfce-base/libxfce4windowing-4.19.6:=[X?]
- >=xfce-base/xfconf-4.13.2:=
- dbusmenu? ( >=dev-libs/libdbusmenu-16.04.0[gtk3] )
- introspection? ( >=dev-libs/gobject-introspection-1.66:= )
- wayland? (
- >=dev-libs/wayland-1.20
- >=gui-libs/gtk-layer-shell-0.7.0
- )
- X? (
- >=x11-libs/libX11-1.6.7
- >=x11-libs/libXext-1.0.0
- x11-libs/libwnck:3
- )
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- vala? ( $(vala_depend) )
- dev-lang/perl
- dev-util/gdbus-codegen
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_configure() {
- local myconf=(
- $(use_enable introspection)
- $(use_enable dbusmenu dbusmenu-gtk3)
- $(use_enable vala)
- $(use_enable wayland)
- $(use_enable wayland gtk-layer-shell)
- $(use_enable X x11)
- )
-
- use vala && vala_setup
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
next reply other threads:[~2024-12-21 10:34 UTC|newest]
Thread overview: 199+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-21 10:34 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-04 10:12 [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-panel/ Michał Górny
2025-02-03 5:26 Michał Górny
2025-01-25 14:22 Sam James
2025-01-25 13:00 Sam James
2025-01-25 12:49 Sam James
2025-01-25 12:25 Arthur Zamarin
2025-01-25 11:18 Arthur Zamarin
2024-12-28 13:26 Arthur Zamarin
2024-12-28 10:54 Arthur Zamarin
2024-12-28 10:49 Arthur Zamarin
2024-12-15 18:38 Michał Górny
2024-12-01 18:43 Michał Górny
2024-12-01 14:49 Michał Górny
2024-12-01 14:49 Michał Górny
2024-11-01 15:23 Michał Górny
2024-10-07 12:59 Michał Górny
2024-10-07 12:59 Michał Górny
2024-10-07 12:59 Michał Górny
2024-05-16 14:58 Michał Górny
2024-03-23 10:25 Michał Górny
2024-03-12 17:51 Michał Górny
2024-03-12 14:45 Arthur Zamarin
2024-03-09 14:11 Michał Górny
2024-03-09 14:11 Michał Górny
2024-03-09 14:11 Michał Górny
2024-03-09 14:11 Michał Górny
2024-03-09 14:11 Michał Górny
2024-02-29 14:44 Michał Górny
2024-02-29 14:44 Michał Górny
2024-01-15 16:31 Michał Górny
2023-12-30 1:26 Ionen Wolkens
2023-12-22 5:14 Ionen Wolkens
2023-10-06 15:05 Sam James
2023-10-06 14:55 Sam James
2023-10-06 14:31 Sam James
2023-10-06 14:30 Arthur Zamarin
2023-10-06 14:29 Sam James
2023-09-27 17:48 Michał Górny
2023-09-27 17:48 Michał Górny
2023-06-11 19:19 Michał Górny
2023-06-11 18:57 Arthur Zamarin
2023-06-11 15:37 Sam James
2023-06-11 13:46 Sam James
2023-05-22 18:36 Michał Górny
2023-04-29 18:31 Michał Górny
2023-04-29 17:42 Arthur Zamarin
2023-04-14 20:50 Sam James
2023-04-08 17:50 Arthur Zamarin
2023-04-08 17:47 Arthur Zamarin
2023-04-08 17:45 Arthur Zamarin
2023-04-08 17:39 Arthur Zamarin
2023-04-08 16:59 Arthur Zamarin
2023-03-29 5:07 Michał Górny
2023-03-28 19:07 Michał Górny
2023-03-17 15:18 Michał Górny
2023-03-17 14:32 Arthur Zamarin
2023-03-17 14:21 Arthur Zamarin
2023-03-17 14:21 Arthur Zamarin
2023-03-17 14:21 Arthur Zamarin
2023-03-17 14:11 Sam James
2023-03-17 14:11 Sam James
2023-03-17 10:50 Michał Górny
2023-03-17 8:56 Arthur Zamarin
2023-03-15 6:55 Michał Górny
2023-02-24 17:12 Arthur Zamarin
2023-02-09 18:16 Michał Górny
2023-02-03 16:53 Sam James
2023-02-03 14:21 Arthur Zamarin
2023-02-03 14:21 Arthur Zamarin
2023-02-03 13:32 Arthur Zamarin
2023-01-25 15:50 WANG Xuerui
2023-01-14 10:00 Arthur Zamarin
2023-01-13 14:19 Arthur Zamarin
2023-01-13 11:51 Arthur Zamarin
2023-01-11 14:52 Michał Górny
2023-01-11 8:55 Joonas Niilola
2023-01-11 6:29 Joonas Niilola
2023-01-10 20:37 Michał Górny
2023-01-10 20:37 Michał Górny
2023-01-10 20:37 Michał Górny
2023-01-10 20:28 Michał Górny
2022-12-15 15:04 Michał Górny
2022-12-15 15:04 Michał Górny
2022-11-30 17:25 Michał Górny
2022-10-31 16:16 Michał Górny
2022-09-05 5:33 Michał Górny
2022-09-05 3:37 Sam James
2022-09-04 21:49 Jakov Smolić
2022-09-04 18:52 Arthur Zamarin
2022-09-04 18:33 Arthur Zamarin
2022-09-04 18:21 Arthur Zamarin
2022-09-04 17:45 Sam James
2022-08-28 6:49 WANG Xuerui
2022-08-20 17:59 Michał Górny
2022-08-20 17:59 Michał Górny
2022-07-25 10:45 Michał Górny
2022-07-10 11:25 Michał Górny
2022-06-07 9:58 Michał Górny
2022-06-07 9:40 Sam James
2022-06-07 7:05 Sam James
2022-06-06 10:22 Jakov Smolić
2022-06-06 10:22 Jakov Smolić
2022-06-06 10:20 Jakov Smolić
2022-06-06 9:39 Jakov Smolić
2022-05-23 5:20 Michał Górny
2022-04-16 15:35 Michał Górny
2022-04-16 15:35 Michał Górny
2021-07-16 6:12 Michał Górny
2021-07-15 22:18 Sergei Trofimovich
2021-07-09 1:36 Sam James
2021-07-08 3:53 Sam James
2021-07-06 1:48 Sam James
2021-07-03 1:30 Sam James
2021-07-03 1:28 Sam James
2021-05-25 14:21 Yixun Lan
2021-05-06 8:49 Michał Górny
2021-04-11 15:02 Michał Górny
2021-04-11 13:13 Sam James
2021-04-11 11:11 Sam James
2021-04-11 11:03 Sam James
2021-04-11 0:13 Thomas Deutschmann
2021-04-10 11:13 Michał Górny
2021-04-09 22:22 Sam James
2021-04-09 22:20 Sam James
2021-03-28 19:44 Sam James
2021-02-25 14:53 Michał Górny
2021-02-18 22:08 Sam James
2021-02-08 6:11 Sam James
2021-01-27 9:04 Michał Górny
2021-01-18 20:29 Michał Górny
2020-12-22 23:35 Michał Górny
2020-12-16 13:29 Michał Górny
2020-12-14 7:59 Michał Górny
2020-11-03 8:24 Michał Górny
2020-09-18 9:45 Michał Górny
2020-08-22 6:16 Michał Górny
2020-07-19 14:19 Michał Górny
2020-07-19 13:38 Sam James
2020-06-29 18:24 Mikle Kolyada
2020-06-23 18:56 Michał Górny
2020-06-20 15:23 Thomas Deutschmann
2020-06-14 20:19 Sergei Trofimovich
2020-06-14 20:08 Sergei Trofimovich
2020-05-04 9:40 Michał Górny
2020-05-01 15:44 Michał Górny
2020-04-28 14:52 Michał Górny
2020-03-15 18:41 Agostino Sarubbo
2020-03-15 18:34 Agostino Sarubbo
2020-03-15 18:31 Agostino Sarubbo
2020-03-14 18:05 Mikle Kolyada
2020-03-13 18:54 Agostino Sarubbo
2020-01-13 9:39 Michał Górny
2020-01-13 9:39 Michał Górny
2020-01-11 5:08 Michał Górny
2019-10-20 11:07 Michał Górny
2019-10-13 11:24 Mikle Kolyada
2019-10-12 21:23 Sergei Trofimovich
2019-10-12 21:16 Sergei Trofimovich
2019-09-26 4:18 Michał Górny
2019-09-26 4:18 Michał Górny
2019-08-22 11:15 Michał Górny
2019-08-12 13:21 Michał Górny
2019-07-28 15:43 Michał Górny
2019-07-28 15:43 Michał Górny
2019-07-01 7:56 Michał Górny
2019-05-24 22:20 Michał Górny
2019-05-18 11:11 Michał Górny
2019-05-17 13:27 Michał Górny
2019-04-08 19:17 Michał Górny
2019-04-07 17:18 Mikle Kolyada
2019-04-07 14:43 Mikle Kolyada
2019-04-07 14:41 Mikle Kolyada
2019-01-02 12:20 Michał Górny
2019-01-02 5:25 Denis Dupeyron
2018-11-11 19:07 Michał Górny
2018-05-04 5:39 Jason Zaman
2018-03-23 19:53 Markus Meier
2018-03-03 17:48 Tobias Klausmann
2018-01-10 21:22 Sergei Trofimovich
2018-01-08 8:00 Sergei Trofimovich
2018-01-07 20:32 Sergei Trofimovich
2018-01-07 13:17 Sergei Trofimovich
2018-01-05 10:59 Mikle Kolyada
2017-12-14 15:58 Michał Górny
2017-12-14 15:58 Michał Górny
2017-12-14 15:58 Michał Górny
2017-09-18 10:45 Jeroen Roovers
2017-08-20 9:42 Michał Górny
2017-08-14 21:04 Michał Górny
2017-06-12 9:40 Michał Górny
2017-06-07 20:06 Michał Górny
2017-04-11 18:46 Patrick McLean
2017-01-26 10:22 Agostino Sarubbo
2017-01-13 15:41 Agostino Sarubbo
2016-12-20 12:31 Tobias Klausmann
2016-09-29 4:37 Jeroen Roovers
2016-06-26 18:38 Markus Meier
2015-10-17 18:32 Mikle Kolyada
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=1734777187.c404dc660a55f116c3633bce4cdf505ab2527ae2.mgorny@gentoo \
--to=mgorny@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