mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 22:11:39 +02:00
dev-python/python-xlib: remove unused ebuild, uses deprecated eclass
This commit is contained in:
parent
8569c92585
commit
c22f6638c2
@ -1 +0,0 @@
|
||||
DIST python-xlib-0.14.tar.gz 200223 RMD160 be5610035fb1aee36a55e3e276582e3e31ba1cfc SHA1 e25e3c1284e768d3f84eaebbea4ed3e647c2a05b SHA256 4771b0b6a605e0197ece5432fa601c61df724b32544239f463a867200f2160eb
|
@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-xlib/python-xlib-0.14.ebuild,v 1.7 2009/11/14 16:35:31 armin76 Exp $
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="A fully functional X client library for Python, written in Python"
|
||||
HOMEPAGE="http://python-xlib.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 x86"
|
||||
IUSE="doc"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( virtual/latex-base
|
||||
>=sys-apps/texinfo-4.8-r2 )"
|
||||
|
||||
PYTHON_MODNAME="Xlib"
|
||||
|
||||
src_compile() {
|
||||
distutils_src_compile
|
||||
if use doc; then
|
||||
cd doc
|
||||
VARTEXFONTS="${T}"/fonts emake || die "make docs failed"
|
||||
fi
|
||||
}
|
||||
|
||||
src_install () {
|
||||
distutils_src_install
|
||||
if use doc; then
|
||||
dohtml -r doc/html/
|
||||
dodoc doc/ps/python-xlib.ps
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
distutils_python_version
|
||||
for pytest in $(ls test/*py); do
|
||||
PYTHONPATH=. "${python}" ${pytest} || die "test failed"
|
||||
done
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
DEFINED_PHASES=compile install postinst postrm test unpack
|
||||
DEPEND=doc? ( virtual/latex-base >=sys-apps/texinfo-4.8-r2 ) dev-lang/python
|
||||
DESCRIPTION=A fully functional X client library for Python, written in Python
|
||||
HOMEPAGE=http://python-xlib.sourceforge.net/
|
||||
IUSE=doc
|
||||
KEYWORDS=alpha amd64 ~arm ia64 ppc ~ppc64 x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=doc? ( virtual/latex-base >=sys-apps/texinfo-4.8-r2 ) dev-lang/python
|
||||
SLOT=0
|
||||
SRC_URI=mirror://sourceforge/python-xlib/python-xlib-0.14.tar.gz
|
||||
_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python 3a270b7b1d1e679847ff0faeac25c5a3 toolchain-funcs c961250d50160cd37d6b7fd9e8429c92
|
||||
_md5_=cbf00ad84b34f35cdcbdc2aedb613e80
|
Loading…
x
Reference in New Issue
Block a user