summaryrefslogtreecommitdiff
path: root/sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild')
-rw-r--r--sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild b/sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild
deleted file mode 100644
index 5061bb4c76f..00000000000
--- a/sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-MY_P="${P/qt/qt-1}"
-
-inherit cmake-utils
-
-DESCRIPTION="PolicyKit Qt4 API wrapper library."
-HOMEPAGE="http://kde.org/"
-SRC_URI="mirror://kde/stable/apps/KDE4.x/admin/${MY_P}.tar.bz2"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="debug examples"
-
-COMMON_DEPEND="
- dev-libs/glib:2
- >=sys-auth/polkit-0.99
- x11-libs/qt-core
- x11-libs/qt-gui[dbus]
-"
-DEPEND="${COMMON_DEPEND}
- dev-util/automoc
-"
-RDEPEND="${COMMON_DEPEND}
- examples? ( !sys-auth/policykit-qt[examples] )
-"
-
-DOCS=(AUTHORS README README.porting TODO)
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_build examples)
- )
- cmake-utils_src_configure
-}