diff options
Diffstat (limited to 'kde-base/system-config-printer-kde/system-config-printer-kde-4.7.0.ebuild')
-rw-r--r-- | kde-base/system-config-printer-kde/system-config-printer-kde-4.7.0.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/kde-base/system-config-printer-kde/system-config-printer-kde-4.7.0.ebuild b/kde-base/system-config-printer-kde/system-config-printer-kde-4.7.0.ebuild new file mode 100644 index 000000000000..293e2ae3b293 --- /dev/null +++ b/kde-base/system-config-printer-kde/system-config-printer-kde-4.7.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/system-config-printer-kde/system-config-printer-kde-4.7.0.ebuild,v 1.1 2011/07/27 14:04:53 alexxy Exp $ + +EAPI=3 + +KMNAME="kdeadmin" +PYTHON_DEPEND="2" +inherit python kde4-meta + +DESCRIPTION="KDE port of Red Hat's Gnome system-config-printer" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=app-admin/system-config-printer-common-1.2.2 + >=dev-python/pycups-1.9.49 + $(add_kdebase_dep pykde4) +" +RDEPEND="${DEPEND} + net-print/cups[dbus] +" + +pkg_setup() { + kde4-meta_pkg_setup + python_set_active_version 2 +} + +src_install() { + kde4-meta_src_install + python_convert_shebangs -q -r $(python_get_version) "${ED}" +} + +pkg_postrm() { + python_mod_cleanup "${PREFIX}share/apps/${PN}" +} |