diff options
| author | Maciej Mrozowski <reavertm@gmail.com> | 2010-02-02 21:18:26 +0100 |
|---|---|---|
| committer | Maciej Mrozowski <reavertm@gmail.com> | 2010-02-02 21:18:26 +0100 |
| commit | 0b6288537b68aba1551b4b8ad3a44dc6d9fbd74f (patch) | |
| tree | 01c7baf42bdf951ae6991a486d9ff6d5d0d7b30a /dev-python/pycups/pycups-1.9.47.ebuild | |
| parent | 2d498793dbc61b5017111db6cb6c4fdc5ec21076 (diff) | |
| download | kde-0b6288537b68aba1551b4b8ad3a44dc6d9fbd74f.tar.gz kde-0b6288537b68aba1551b4b8ad3a44dc6d9fbd74f.tar.bz2 kde-0b6288537b68aba1551b4b8ad3a44dc6d9fbd74f.zip | |
[dev-python/pycups] Removed - 1.9.48 in tree
Diffstat (limited to 'dev-python/pycups/pycups-1.9.47.ebuild')
| -rw-r--r-- | dev-python/pycups/pycups-1.9.47.ebuild | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/pycups/pycups-1.9.47.ebuild b/dev-python/pycups/pycups-1.9.47.ebuild deleted file mode 100644 index 113891fd021..00000000000 --- a/dev-python/pycups/pycups-1.9.47.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -NEED_PYTHON="2.4" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils flag-o-matic - -DESCRIPTION="Python bindings for the CUPS API" -HOMEPAGE="http://cyberelk.net/tim/data/pycups/" -SRC_URI="http://cyberelk.net/tim/data/pycups/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc examples" - -RDEPEND=" - net-print/cups -" -DEPEND="${RDEPEND} - doc? ( dev-python/epydoc ) -" - -RESTRICT_PYTHON_ABIS="3*" - -src_compile() { - append-cflags -DVERSION=\\\"${PV}\\\" - distutils_src_compile - - if use doc; then - emake doc || die "emake doc failed" - fi -} - -src_install() { - distutils_src_install - - if use doc; then - dohtml -r html/ || die "installing html docs failed" - fi - - if use examples; then - insinto /usr/share/doc/"${P}" - doins -r examples/ || die "installing examples failed" - fi - -} |
