Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxappearance-obconf/
Date: Tue, 29 Nov 2022 13:40:01
Message-Id: 1669729146.1a03d453f2bbb1496c526a8597a8e27c318426e5.asturm@gentoo
1 commit: 1a03d453f2bbb1496c526a8597a8e27c318426e5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 13:39:06 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 13:39:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a03d453
7
8 lxde-base/lxappearance-obconf: drop 0.2.3-r1
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../lxappearance-obconf-0.2.3-r1.ebuild | 49 ----------------------
13 1 file changed, 49 deletions(-)
14
15 diff --git a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3-r1.ebuild b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3-r1.ebuild
16 deleted file mode 100644
17 index 96b2c49bd9a0..000000000000
18 --- a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3-r1.ebuild
19 +++ /dev/null
20 @@ -1,49 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -DESCRIPTION="LXAppearance plugin for configuring OpenBox"
27 -HOMEPAGE="https://lxde.org/"
28 -SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~riscv ~x86"
33 -IUSE=""
34 -
35 -RDEPEND="
36 - dev-libs/atk
37 - dev-libs/glib:2
38 - dev-libs/libxml2:2
39 - gnome-base/librsvg:2
40 - >=lxde-base/lxappearance-0.6.3-r2
41 - media-libs/fontconfig
42 - media-libs/freetype:2
43 - media-libs/harfbuzz:=
44 - x11-libs/cairo
45 - x11-libs/gdk-pixbuf:2
46 - x11-libs/gtk+:3
47 - x11-libs/libICE
48 - x11-libs/libSM
49 - x11-libs/libX11
50 - x11-libs/libXft
51 - x11-libs/pango
52 - x11-wm/openbox
53 -"
54 -DEPEND="${RDEPEND}"
55 -BDEPEND="
56 - dev-util/intltool
57 - virtual/pkgconfig
58 -"
59 -
60 -src_configure() {
61 - econf \
62 - --disable-static \
63 - --enable-gtk3
64 -}
65 -
66 -src_install() {
67 - default
68 - find "${ED}" -name '*.la' -delete || die
69 -}