summaryrefslogtreecommitdiff
path: root/dev-python/pycups/pycups-1.9.44.ebuild
diff options
context:
space:
mode:
authorMaciej Mrozowski (reavertm) <reavertm@poczta.fm>2009-01-22 06:02:54 +0100
committerMaciej Mrozowski (reavertm) <reavertm@poczta.fm>2009-01-22 06:02:54 +0100
commit818f71e7c24d5a8ee72041fb8f425d055ac2eeda (patch)
treeeca0d9a93ae3e8f498872e5ef15f27679da3fd39 /dev-python/pycups/pycups-1.9.44.ebuild
parent74144d757ac53cd9a293230d037af52261f9db56 (diff)
downloadkde-818f71e7c24d5a8ee72041fb8f425d055ac2eeda.tar.gz
kde-818f71e7c24d5a8ee72041fb8f425d055ac2eeda.tar.bz2
kde-818f71e7c24d5a8ee72041fb8f425d055ac2eeda.zip
Added pycups-1.9.45 ebuild - this one is quite finished
Diffstat (limited to 'dev-python/pycups/pycups-1.9.44.ebuild')
-rw-r--r--dev-python/pycups/pycups-1.9.44.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/pycups/pycups-1.9.44.ebuild b/dev-python/pycups/pycups-1.9.44.ebuild
deleted file mode 100644
index 956a7e4cb58..00000000000
--- a/dev-python/pycups/pycups-1.9.44.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.12.ebuild,v 1.1 2006/09/05 21:31:34 dberkholz Exp $
-
-inherit python
-
-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="~amd64 ~x86"
-IUSE=""
-DEPEND=""
-
-src_compile() {
- python_version
- emake PYTHONVERS="python${PYVER}" || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}