Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4ui/
Date: Fri, 17 Mar 2023 17:27:04
Message-Id: 1679074017.25c01956ab25c70c4e42c6eeda0af0b812b816c7.mgorny@gentoo
1 commit: 25c01956ab25c70c4e42c6eeda0af0b812b816c7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 17:20:37 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 17:26:57 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c01956
7
8 xfce-base/libxfce4ui: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/libxfce4ui/Manifest | 1 -
13 xfce-base/libxfce4ui/libxfce4ui-4.18.1.ebuild | 76 ---------------------------
14 2 files changed, 77 deletions(-)
15
16 diff --git a/xfce-base/libxfce4ui/Manifest b/xfce-base/libxfce4ui/Manifest
17 index 02c048d96d5b..41b3ef0921ed 100644
18 --- a/xfce-base/libxfce4ui/Manifest
19 +++ b/xfce-base/libxfce4ui/Manifest
20 @@ -1,2 +1 @@
21 -DIST libxfce4ui-4.18.1.tar.bz2 910047 BLAKE2B 196ded69668b27fd10d99042789e1b2b38eb1a54df6015d1c268dabbec747469d0883087c2f2dcc121f44091a4e19857d51e607ab50fe2aaa20b3b3bf10ad760 SHA512 3bd8a52755c8542ff6952bb91bf57203605991963865f3d88896850ac5b98aec649c229d8743c1d472e6ac19ada853c428c1706aad0613a951aca1c001d9977d
22 DIST libxfce4ui-4.18.2.tar.bz2 901949 BLAKE2B 17bf0541646735ec54da5f322d858896fa2fd132fe93864372a67d4936b4467def749f4a0dd4f3d23ecb7a2b3843367f88ccf74b7e040e7ad6f6c15fec45055f SHA512 758466e2e3096791b99e1a00c9f499d95327581ad336fc1ab0d51e3d150206d522f44c2e6053b0032499dd0cb337510cf6940dc77499cef3ecbb484de7787457
23
24 diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.18.1.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.18.1.ebuild
25 deleted file mode 100644
26 index 93c505782b0c..000000000000
27 --- a/xfce-base/libxfce4ui/libxfce4ui-4.18.1.ebuild
28 +++ /dev/null
29 @@ -1,76 +0,0 @@
30 -# Copyright 1999-2023 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -inherit xdg-utils vala
36 -
37 -DESCRIPTION="Unified widget and session management libs for Xfce"
38 -HOMEPAGE="
39 - https://docs.xfce.org/xfce/libxfce4ui/start
40 - https://gitlab.xfce.org/xfce/libxfce4ui/
41 -"
42 -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
43 -
44 -LICENSE="LGPL-2+ GPL-2+"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
47 -IUSE="glade +introspection startup-notification system-info vala"
48 -REQUIRED_USE="vala? ( introspection )"
49 -
50 -DEPEND="
51 - >=dev-libs/glib-2.66.0
52 - >=x11-libs/gtk+-3.24.0:3[introspection?,X]
53 - x11-libs/libX11
54 - x11-libs/libICE
55 - x11-libs/libSM
56 - >=xfce-base/libxfce4util-4.17.2:=[introspection?]
57 - >=xfce-base/xfconf-4.12:=
58 - glade? ( dev-util/glade:3.10 )
59 - introspection? ( >=dev-libs/gobject-introspection-1.66:= )
60 - startup-notification? ( x11-libs/startup-notification )
61 - system-info? (
62 - dev-libs/libgudev
63 - gnome-base/libgtop
64 - >=media-libs/libepoxy-1.2
65 - )
66 -"
67 -RDEPEND="
68 - ${DEPEND}
69 -"
70 -BDEPEND="
71 - dev-lang/perl
72 - dev-util/intltool
73 - sys-devel/gettext
74 - virtual/pkgconfig
75 - vala? ( $(vala_depend) )
76 -"
77 -
78 -src_configure() {
79 - local myconf=(
80 - $(use_enable introspection)
81 - $(use_enable system-info glibtop)
82 - $(use_enable system-info epoxy)
83 - $(use_enable system-info gudev)
84 - $(use_enable startup-notification)
85 - $(use_enable vala)
86 - $(use_enable glade gladeui2)
87 - --with-vendor-info=Gentoo
88 - )
89 -
90 - use vala && vala_setup
91 - econf "${myconf[@]}"
92 -}
93 -
94 -src_install() {
95 - emake -j1 DESTDIR="${D}" install
96 - find "${D}" -name '*.la' -delete || die
97 -}
98 -
99 -pkg_postinst() {
100 - xdg_icon_cache_update
101 -}
102 -
103 -pkg_postrm() {
104 - xdg_icon_cache_update
105 -}