commit: 8d7b0fdcbdfcac8b49e55009066b4fc8a76b1394 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Mar 27 08:42:49 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 -}
