aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2011-01-27 00:59:06 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2011-01-27 00:59:06 +0300
commitae246dedb43a53bd5ccb129a669e874f1de16c31 (patch)
treee3ff9b9434c9be691d34b05ef6f1ce56f16a066d /sys-auth/polkit-qt
parent[kde-base] Drop 4.6.0 and 4.5.95 (diff)
downloadkde-ae246dedb43a53bd5ccb129a669e874f1de16c31.tar.gz
kde-ae246dedb43a53bd5ccb129a669e874f1de16c31.tar.bz2
kde-ae246dedb43a53bd5ccb129a669e874f1de16c31.zip
[deps] Also drop deps that are alredy in tree
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sys-auth/polkit-qt')
-rw-r--r--sys-auth/polkit-qt/Manifest2
-rw-r--r--sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild42
2 files changed, 0 insertions, 44 deletions
diff --git a/sys-auth/polkit-qt/Manifest b/sys-auth/polkit-qt/Manifest
index 2f537ce49f..6978618271 100644
--- a/sys-auth/polkit-qt/Manifest
+++ b/sys-auth/polkit-qt/Manifest
@@ -1,4 +1,2 @@
-DIST polkit-qt-1-0.99.0.tar.bz2 67408 RMD160 32ec614da84a8a73207ad20e47810c94747347c1 SHA1 9f2149d6b9e27be6b8b9372191ec94bcd40d4a1a SHA256 79c4c2811cb09df3e4a683b69f86a855f632e7e3d8dcf06d5d5729323008a70a
-EBUILD polkit-qt-0.99.0.ebuild 776 RMD160 a5d096cbb70045d6134da4ef0417f6699eda801f SHA1 66a6640bdf4cff043d19731d57b5b0ef9a0149f4 SHA256 f71a0a5d4e0e16b008bb74c94de63aeece4be745ebd932a3e696afdeb85be9bb
EBUILD polkit-qt-9999.ebuild 744 RMD160 ad26aaac09fb3454f41c16516a063d38d22de5fc SHA1 f6f5e445b1f66ccc9174496200c3b7e51aa73d4d SHA256 dc31b814c2a40f5a944fb9d7ecbcba2ec9cd7339bcc903a42d435c46731277e5
MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a
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 5061bb4c76..0000000000
--- 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
-}