summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/obapps/obapps-0.1.7.ebuild')
-rw-r--r--x11-misc/obapps/obapps-0.1.7.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-misc/obapps/obapps-0.1.7.ebuild b/x11-misc/obapps/obapps-0.1.7.ebuild
deleted file mode 100644
index 00703e537..000000000
--- a/x11-misc/obapps/obapps-0.1.7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="A graphical editor for Openbox application settings"
-HOMEPAGE="http://obapps.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-python/python-xlib
- dev-python/wxpython:2.8
- "
-
-PYTHON_MODNAME="obaxutils.py"