From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF3E51382C5 for ; Sat, 15 May 2021 11:30:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB4C4E086D; Sat, 15 May 2021 11:30:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F7D4E086D for ; Sat, 15 May 2021 11:30:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01496335CD4 for ; Sat, 15 May 2021 11:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3108175B for ; Sat, 15 May 2021 11:30:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1621077832.8d7b0fdcbdfcac8b49e55009066b4fc8a76b1394.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/obconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/obconf/obconf-9999.ebuild X-VCS-Directories: x11-misc/obconf/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8d7b0fdcbdfcac8b49e55009066b4fc8a76b1394 X-VCS-Branch: master Date: Sat, 15 May 2021 11:30:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bc3b4d3e-5262-416c-8b5d-899ef64edfd5 X-Archives-Hash: 3b39a6a1847a6fd1b024406b917ac1f6 commit: 8d7b0fdcbdfcac8b49e55009066b4fc8a76b1394 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 27 08:42:49 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 15 11:23:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d7b0fdc x11-misc/obconf: No upstream development since 2015, drop live ebuild Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/obconf/obconf-9999.ebuild | 41 -------------------------------------- 1 file changed, 41 deletions(-) diff --git a/x11-misc/obconf/obconf-9999.ebuild b/x11-misc/obconf/obconf-9999.ebuild deleted file mode 100644 index 182f34ce49f..00000000000 --- a/x11-misc/obconf/obconf-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools xdg-utils git-r3 - -DESCRIPTION="ObConf is a tool for configuring the Openbox window manager" -HOMEPAGE="http://openbox.org/wiki/ObConf:About" -EGIT_REPO_URI="git://git.openbox.org/dana/obconf.git" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="nls" - -RDEPEND="x11-libs/gtk+:3 - x11-libs/startup-notification - =x11-wm/openbox-9999" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf $(use_enable nls) -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_mimeinfo_database_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_mimeinfo_database_update -}