diff options
author | 2012-11-08 23:29:51 +0000 | |
---|---|---|
committer | 2012-11-08 23:29:51 +0000 | |
commit | b17d574bbe6ff91abeaba4ee851229027b19ab1b (patch) | |
tree | 1422e3cf2cbdddc72a1fa70be9e6d0e3ff04a189 /kde-base/system-config-printer-kde/system-config-printer-kde-4.9.3.ebuild | |
parent | remove old versions (diff) | |
download | historical-b17d574bbe6ff91abeaba4ee851229027b19ab1b.tar.gz historical-b17d574bbe6ff91abeaba4ee851229027b19ab1b.tar.bz2 historical-b17d574bbe6ff91abeaba4ee851229027b19ab1b.zip |
Version bump KDE SC 4.9.3
Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64
Manifest-Sign-Key: 0x42618354
Diffstat (limited to 'kde-base/system-config-printer-kde/system-config-printer-kde-4.9.3.ebuild')
-rw-r--r-- | kde-base/system-config-printer-kde/system-config-printer-kde-4.9.3.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/kde-base/system-config-printer-kde/system-config-printer-kde-4.9.3.ebuild b/kde-base/system-config-printer-kde/system-config-printer-kde-4.9.3.ebuild new file mode 100644 index 000000000000..9fa4b8e93cf2 --- /dev/null +++ b/kde-base/system-config-printer-kde/system-config-printer-kde-4.9.3.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2012 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.9.3.ebuild,v 1.1 2012/11/08 23:27:06 creffett Exp $ + +EAPI=4 + +KMNAME="kdeadmin" +KDE_SCM="svn" +PYTHON_DEPEND="2" +inherit python kde4-meta + +DESCRIPTION="KDE port of Red Hat's Gnome system-config-printer" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +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() { + python_set_active_version 2 + python_pkg_setup + kde4-meta_pkg_setup +} + +src_install() { + kde4-meta_src_install + python_convert_shebangs -q -r $(python_get_version) "${ED}" +} + +pkg_postrm() { + python_mod_cleanup "${PREFIX}share/apps/${PN}" +} |