diff options
| author | Maciej Mrozowski <reavertm@gentoo.org> | 2010-10-27 19:00:02 +0200 |
|---|---|---|
| committer | Maciej Mrozowski <reavertm@gentoo.org> | 2010-10-27 19:00:02 +0200 |
| commit | c0fe2f1cfd7e3ccaf202f64d28e5e8fde92ca704 (patch) | |
| tree | 82f5b7f74dfc16aeeffd392740b0ab8907025172 /sys-auth/policykit-qt/policykit-qt-9999.ebuild | |
| parent | 825834729ab83c934debf9541d19ff2f43e65dcc (diff) | |
| download | kde-c0fe2f1cfd7e3ccaf202f64d28e5e8fde92ca704.tar.gz kde-c0fe2f1cfd7e3ccaf202f64d28e5e8fde92ca704.tar.bz2 kde-c0fe2f1cfd7e3ccaf202f64d28e5e8fde92ca704.zip | |
[sys-auth/policykit-qt] Remove obsolete, old policykit (pre 0.90) Qt bindings
Diffstat (limited to 'sys-auth/policykit-qt/policykit-qt-9999.ebuild')
| -rw-r--r-- | sys-auth/policykit-qt/policykit-qt-9999.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/sys-auth/policykit-qt/policykit-qt-9999.ebuild b/sys-auth/policykit-qt/policykit-qt-9999.ebuild deleted file mode 100644 index 4084b9b1042..00000000000 --- a/sys-auth/policykit-qt/policykit-qt-9999.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit cmake-utils subversion - -DESCRIPTION="PolicyKit Qt4 API wrapper library." -HOMEPAGE="http://kde.org/" -ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/kdesupport/polkit-qt" - -LICENSE="LGPL-2" -KEYWORDS="" -SLOT="0" -IUSE="debug examples" - -COMMON_DEPEND=" - >=sys-auth/policykit-0.8 - >=x11-libs/qt-gui-4.4:4[dbus] -" -DEPEND="${COMMON_DEPEND} - dev-util/automoc -" -RDEPEND="${COMMON_DEPEND} - examples? ( !sys-auth/polkit-qt[examples] ) -" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_build examples) - ) - - cmake-utils_src_configure -} |
