Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/obconf/
Date: Mon, 14 Jun 2021 09:18:25
Message-Id: 1623662255.791ef4dc33496a284608e0b3a9187f70cba37cb8.asturm@gentoo
1 commit: 791ef4dc33496a284608e0b3a9187f70cba37cb8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 09:17:35 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 09:17:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791ef4dc
7
8 x11-misc/obconf: Drop 2.0.4, EAPI5--
9
10 Bug: https://bugs.gentoo.org/562346
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 x11-misc/obconf/Manifest | 1 -
15 x11-misc/obconf/obconf-2.0.4.ebuild | 38 -------------------------------------
16 2 files changed, 39 deletions(-)
17
18 diff --git a/x11-misc/obconf/Manifest b/x11-misc/obconf/Manifest
19 index 2c203ca2d16..72ea3646391 100644
20 --- a/x11-misc/obconf/Manifest
21 +++ b/x11-misc/obconf/Manifest
22 @@ -1,2 +1 @@
23 -DIST obconf-2.0.4.tar.gz 456523 BLAKE2B ef3b3e4664ccd1095f5e1cd468fa3d021cd469a641930309a41c7b1cf418b9d87b2d8f4420342363dc4781d8e3aca3e8ffc0b9aac0151a2399579c5ff0997cc8 SHA512 b8cf6f363fa8c2f1d21142a3f79687a72f683f564285b05751c822ddf7a421b09c3440cbc5b08eb09d151601c6ada835ff5cc940bf5abeec2210cca26b552294
24 DIST obconf-2.0.4_p20150213.tar.gz 154638 BLAKE2B 9ff9d206b8f789d2c7bf68f6f959f34d19f368645bc4efb77b5a730a8f69db5309ddecc0afb09e7cd2f9cb2af4e705112f3365f43dfbe94c4ff523d8a7f0dff5 SHA512 987c97729b248e9d9fb4c82a131517ee8f31df5dd455b5b658730204c354bf17f7876c269c1d1ec6497ca360698a393c7275b9e7ada5b31abb75ed7b06092e30
25
26 diff --git a/x11-misc/obconf/obconf-2.0.4.ebuild b/x11-misc/obconf/obconf-2.0.4.ebuild
27 deleted file mode 100644
28 index cdca961153a..00000000000
29 --- a/x11-misc/obconf/obconf-2.0.4.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit xdg-utils
38 -
39 -DESCRIPTION="ObConf is a tool for configuring the Openbox window manager"
40 -HOMEPAGE="http://openbox.org/wiki/ObConf:About"
41 -SRC_URI="http://openbox.org/dist/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 sparc x86 ~x86-linux"
46 -IUSE="nls"
47 -
48 -RDEPEND="gnome-base/libglade:2.0
49 - x11-libs/gtk+:2
50 - x11-libs/startup-notification
51 - >=x11-wm/openbox-3.5.2"
52 -DEPEND="${RDEPEND}
53 - virtual/pkgconfig
54 - nls? ( sys-devel/gettext )"
55 -
56 -src_configure() {
57 - econf \
58 - $(use_enable nls)
59 -}
60 -
61 -pkg_postinst() {
62 - xdg_desktop_database_update
63 - xdg_mimeinfo_database_update
64 -}
65 -
66 -pkg_postrm() {
67 - xdg_desktop_database_update
68 - xdg_mimeinfo_database_update
69 -}