diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-12 16:27:02 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-12 16:27:02 +0200 |
commit | 785f4d219815a902112f8ab45a7c190173a4bf16 (patch) | |
tree | 49fa9222f9c526f5ae6e3bd35c643be9c330f477 /kde-apps/kldap | |
parent | kde-apps: Add KDE Applications 17.08.2 (diff) | |
download | gentoo-785f4d219815a902112f8ab45a7c190173a4bf16.tar.gz gentoo-785f4d219815a902112f8ab45a7c190173a4bf16.tar.bz2 gentoo-785f4d219815a902112f8ab45a7c190173a4bf16.zip |
kde-apps: Drop KDE Applications 17.08.1
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'kde-apps/kldap')
-rw-r--r-- | kde-apps/kldap/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kldap/kldap-17.08.1.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest index 2fd93543e83d..4ac08535a480 100644 --- a/kde-apps/kldap/Manifest +++ b/kde-apps/kldap/Manifest @@ -1,3 +1,2 @@ DIST kldap-17.04.3.tar.xz 154488 SHA256 6c9a61a6593b39c79a1a718a656c6a3e1afb82f6fc72725f6cb3525d5c5ed60f SHA512 7bc4fef0cd0937005854e102a050d3e964ed38717bf8e5307b4a2b426fd9b00777232b8848292ddb98e832b7a96bb0dd61a0744538335cb317d7e14f7bfcbe62 WHIRLPOOL b6d83383fea04b7efe20af981d8a6132ee8aea71c40e064cec143a5803b2fd095a0766d6c709c63c56da580dcbf51713dc3fff9d57a445c3fa187ce808e51031 -DIST kldap-17.08.1.tar.xz 154788 SHA256 3d0ac824cce8d1f4b14cf6c0d582c263e18df66385a9c3e3eb5d08e041544086 SHA512 028c870d8e4305f425451b0f23786d5f6075a34122cb8a0f97a2e4b8c611d1ef35a8c1230940bdda301ad6d7cfcc318b88c796f401282e9430952f2dee95ae84 WHIRLPOOL df00db737fe62ab15fe6fd7e096644f111ad8488ac4fde0e68c368994ca333afdb1f704ccab9f2266e8beb45da6019eddaf94584e38266e8a6840daa56eda62b DIST kldap-17.08.2.tar.xz 154856 SHA256 ec2e2f148628ed1633b138af4019ace65bd108f15ff9c8aa238ba128616e1edc SHA512 f2bdf8ed20a78964575e44d76734ea6225f891b70cc28877e06a493913e67824993405cf1fc2e46f4ea48149a965f616f86a534b31a5b46489a3f8da9e1d3346 WHIRLPOOL 57e2b7859138087f67d67f224d7ce0576fd18a60087dcc97896bf94484d8530a7363c72a23a6378470a5451ef92a999fd883054ea81cf7819ea1c44199874e03 diff --git a/kde-apps/kldap/kldap-17.08.1.ebuild b/kde-apps/kldap/kldap-17.08.1.ebuild deleted file mode 100644 index b55334312e57..000000000000 --- a/kde-apps/kldap/kldap-17.08.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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_if_iuse handbook ; then - sed -e "/add_subdirectory(doc)/I s/^/#DONOTCOMPILE /" \ - -i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(doc)" - fi -} |