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: Mon, 04 May 2020 09:40:34
Message-Id: 1588585164.87498b3dfc914fe2d47a5ee3f4cd611dce73047e.mgorny@gentoo
1 commit: 87498b3dfc914fe2d47a5ee3f4cd611dce73047e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 4 09:39:24 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 4 09:39:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87498b3d
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.15.1.ebuild | 67 ---------------------------
14 2 files changed, 68 deletions(-)
15
16 diff --git a/xfce-base/libxfce4ui/Manifest b/xfce-base/libxfce4ui/Manifest
17 index c6bcd943273..60b000c257e 100644
18 --- a/xfce-base/libxfce4ui/Manifest
19 +++ b/xfce-base/libxfce4ui/Manifest
20 @@ -1,3 +1,2 @@
21 DIST libxfce4ui-4.14.1.tar.bz2 756175 BLAKE2B d487cc0a04b6053ead6670eeb83cafe1c4098818d5ad6a94a81176720d78cfd65160156961cbb526baa1640ae66a5c6958f707b7078c412d81fcd24cc8cf4013 SHA512 f42f41da3a683a0c56c3b1e7ba420c4f50909d2613e681d053b09b50bc0eb7f750f44c892e94b0ee8b9207983a87c0cadbda1ad93d0df74ae351dc8812025407
22 -DIST libxfce4ui-4.15.1.tar.bz2 720332 BLAKE2B 198a162c2dd47d83102da8aee0c7943c869d708e36f2e0806988f63fb1f88c84c0b9ee3b5a6b14279a5359fa2afc1dfe7f8faedaff281635e0a2299a3a06618c SHA512 1b46109b79b849b38de7e8ebf0958ab5edace48cfc0a8b58c07d29d5f9b73998e078f6aa27650c0b30898cad5c251cdc45303e13982c1bb72101f9bc13d72f10
23 DIST libxfce4ui-4.15.2.tar.bz2 740189 BLAKE2B 77263318afe376a9b50f129c6969fcb540685bb151f78a94f0024e27871cd8fb895d3edc41483ff8f3b8c8c28d24142252155c6ca68b614375c1fc93f08fdb45 SHA512 1ac2dea2200f00846bc5b5f86d02292f345dc904a121df86a662ca1844b1bdd9eea6bf0cd88dda97ff84e30d990b065bd9597cb563dbb75f639e820d41f83dbc
24
25 diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.15.1.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.15.1.ebuild
26 deleted file mode 100644
27 index cddd13c8d5e..00000000000
28 --- a/xfce-base/libxfce4ui/libxfce4ui-4.15.1.ebuild
29 +++ /dev/null
30 @@ -1,67 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit xdg-utils vala
37 -
38 -DESCRIPTION="Unified widget and session management libs for Xfce"
39 -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
40 -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
41 -
42 -LICENSE="LGPL-2+ GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
45 -IUSE="debug glade introspection libgtop startup-notification vala"
46 -REQUIRED_USE="vala? ( introspection )"
47 -
48 -RDEPEND=">=dev-libs/glib-2.42:2
49 - >=x11-libs/gtk+-3.22:3[introspection?]
50 - x11-libs/libX11
51 - x11-libs/libICE
52 - x11-libs/libSM
53 - >=xfce-base/libxfce4util-4.12:=[introspection?]
54 - >=xfce-base/xfconf-4.12:=
55 - glade? ( dev-util/glade:3.10 )
56 - introspection? ( dev-libs/gobject-introspection:= )
57 - libgtop? ( gnome-base/libgtop )
58 - startup-notification? ( x11-libs/startup-notification )"
59 -DEPEND="${RDEPEND}"
60 -BDEPEND="dev-lang/perl
61 - dev-util/intltool
62 - sys-devel/gettext
63 - virtual/pkgconfig
64 - vala? ( $(vala_depend) )"
65 -
66 -src_prepare() {
67 - # stupid vala.eclass...
68 - default
69 -}
70 -
71 -src_configure() {
72 - local myconf=(
73 - $(use_enable introspection)
74 - $(use_enable libgtop glibtop)
75 - $(use_enable startup-notification)
76 - $(use_enable vala)
77 - $(use_enable glade gladeui2)
78 - --with-vendor-info=Gentoo
79 - )
80 -
81 - use vala && vala_src_prepare
82 - econf "${myconf[@]}"
83 -}
84 -
85 -src_install() {
86 - default
87 -
88 - find "${D}" -name '*.la' -delete || die
89 -}
90 -
91 -pkg_postinst() {
92 - xdg_icon_cache_update
93 -}
94 -
95 -pkg_postrm() {
96 - xdg_icon_cache_update
97 -}