diff options
Diffstat (limited to 'kde-base/system-config-printer-kde/system-config-printer-kde-4.5.2.ebuild')
-rw-r--r-- | kde-base/system-config-printer-kde/system-config-printer-kde-4.5.2.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/kde-base/system-config-printer-kde/system-config-printer-kde-4.5.2.ebuild b/kde-base/system-config-printer-kde/system-config-printer-kde-4.5.2.ebuild deleted file mode 100644 index 5441c359a469..000000000000 --- a/kde-base/system-config-printer-kde/system-config-printer-kde-4.5.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 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.5.2.ebuild,v 1.1 2010/10/06 09:17:32 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}" -} |