summaryrefslogtreecommitdiff
path: root/sys-auth/polkit-qt/polkit-qt-0.95.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/polkit-qt/polkit-qt-0.95.1.ebuild')
-rw-r--r--sys-auth/polkit-qt/polkit-qt-0.95.1.ebuild19
1 files changed, 1 insertions, 18 deletions
diff --git a/sys-auth/polkit-qt/polkit-qt-0.95.1.ebuild b/sys-auth/polkit-qt/polkit-qt-0.95.1.ebuild
index 91081a442cf..0049ea512a7 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.95.1.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.95.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://kde/stable/polkit-qt-1/${MY_P}.tar.bz2"
LICENSE="LGPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
-IUSE="debug doc examples"
+IUSE="debug examples"
RDEPEND="
>=sys-auth/polkit-0.95
@@ -23,7 +23,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}
kde-base/automoc
- doc? ( app-doc/doxygen )
"
DOCS="AUTHORS README README.porting TODO"
@@ -37,19 +36,3 @@ src_configure() {
cmake-utils_src_configure
}
-
-src_compile() {
- cmake-utils_src_compile
-
- if use doc; then
- doxygen Doxyfile || die "doxygen failed"
- fi
-}
-
-src_install() {
- cmake-utils_src_install
-
- if use doc; then
- dohtml -r "${S}/html/" || die "dohtml failed"
- fi
-}