diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-07 14:55:16 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-07 14:55:16 +0100 |
commit | 19b750baa590ed28f2bedae13ac33568abc85c0f (patch) | |
tree | 6a9b7c5dafc366614606637b19a58155c7e9a55d /kde-apps/kldap | |
parent | kde-apps/kpat: Restore KEYWORDS (diff) | |
download | gentoo-19b750baa590ed28f2bedae13ac33568abc85c0f.tar.gz gentoo-19b750baa590ed28f2bedae13ac33568abc85c0f.tar.bz2 gentoo-19b750baa590ed28f2bedae13ac33568abc85c0f.zip |
kde-apps: Drop KDE Applications 18.12.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kldap')
-rw-r--r-- | kde-apps/kldap/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kldap/kldap-18.12.2.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest index ecb69d7c98e5..93e651172513 100644 --- a/kde-apps/kldap/Manifest +++ b/kde-apps/kldap/Manifest @@ -1,3 +1,2 @@ DIST kldap-18.08.3.tar.xz 156456 BLAKE2B b1e176d2c6af79e77e14672721998f25b76a718e756601491c3084a94b92d94bfc961493e7fa3c624377768723fedea7f2628d696628e5356274deed5b68e0a7 SHA512 e2b20c58786f5dc20cec34e470dfe13efecebe12bd6b8324a6ebfdca48cfe1e5da23b3bc5802f643688a9bfd5a972f410f1f0c21db0d577a58e636e75759dee5 -DIST kldap-18.12.2.tar.xz 155616 BLAKE2B 90946693d82fca697db239d3fc3f915f00109a83aae428466dc62063c4303b601bb7d65406f95f407895f3b8f26ff4a4d47e127a419fecef9f47b0dd9c0504c9 SHA512 7452d6c8843f7d7e5827782ff4f38846b5303e690c06c6726c4ca65864921ff7c0a7dcca1260f9cb77393ae201a28842f152f7cad12758b9e84acb30b62d19d7 DIST kldap-18.12.3.tar.xz 155580 BLAKE2B 57b498a04614aee3e8889ada90f2880daf247f336878c56f02e4653cee99755dce038f07ba3111962a6bc3e066266b474bc5dd817fa2698ee044f07e46ee7dc6 SHA512 9c3514952c9a28bc46769be02201572272be8b4491902085276318311da3024ceeb8d40b5b7a52156cd1b3eaf44246a6eba2a27981a9409cfd130f276cf5a405 diff --git a/kde-apps/kldap/kldap-18.12.2.ebuild b/kde-apps/kldap/kldap-18.12.2.ebuild deleted file mode 100644 index 684291a7171b..000000000000 --- a/kde-apps/kldap/kldap-18.12.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="Library for interacting with LDAP servers" -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - dev-libs/cyrus-sasl - net-nds/openldap -" -RDEPEND="${DEPEND} - !kde-apps/kdepim-l10n -" - -src_prepare() { - kde5_src_prepare - - if ! use handbook ; then - sed -e "/add_subdirectory(doc)/I s/^/#DONOTCOMPILE /" \ - -i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(doc)" - fi -} |