summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-27 09:42:49 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-15 13:23:52 +0200
commit8d7b0fdcbdfcac8b49e55009066b4fc8a76b1394 (patch)
tree59e3ded76546acc3e45a039e4756eb943a4fde3e /x11-misc/obconf
parentx11-misc/obconf: Add 2.0.4_p20150213 GTK3-based snapshot (diff)
downloadgentoo-8d7b0fdcbdfcac8b49e55009066b4fc8a76b1394.tar.gz
gentoo-8d7b0fdcbdfcac8b49e55009066b4fc8a76b1394.tar.bz2
gentoo-8d7b0fdcbdfcac8b49e55009066b4fc8a76b1394.zip
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@gentoo.org>
Diffstat (limited to 'x11-misc/obconf')
-rw-r--r--x11-misc/obconf/obconf-9999.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/x11-misc/obconf/obconf-9999.ebuild b/x11-misc/obconf/obconf-9999.ebuild
deleted file mode 100644
index 182f34ce49f0..000000000000
--- 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
-}