diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-05 09:24:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-05 10:15:57 +0200 |
commit | 28f82e7cf599a04e4334ed05960b2d8866e0efef (patch) | |
tree | 066dc403372585e2f5c56b6bf883bc19cf97d1ba /x11-misc/obapps/obapps-0.1.7.ebuild | |
parent | x11-misc/cairo-dock: Remove (revdep of cairo-dock-plugins, to be rmed) (diff) | |
download | sunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.tar.gz sunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.tar.bz2 sunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.zip |
Remove packages using old python eclasses
Diffstat (limited to 'x11-misc/obapps/obapps-0.1.7.ebuild')
-rw-r--r-- | x11-misc/obapps/obapps-0.1.7.ebuild | 27 |
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" |