From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 955FE59CB2 for ; Fri, 15 Apr 2016 19:12:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E124D21C06D; Fri, 15 Apr 2016 19:12:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D74F821C07E for ; Fri, 15 Apr 2016 19:12:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1BB6340D68 for ; Fri, 15 Apr 2016 19:12:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA80616C4 for ; Fri, 15 Apr 2016 19:11:58 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1460747506.f672644a2ec6bb83642fe1ccbf1cebdcc90d88db.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kde-l10n/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kde-l10n/kde-l10n-15.12.3.ebuild X-VCS-Directories: kde-apps/kde-l10n/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: f672644a2ec6bb83642fe1ccbf1cebdcc90d88db X-VCS-Branch: master Date: Fri, 15 Apr 2016 19:11:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 093231a0-fa8b-4476-bb8e-78abd91b287f X-Archives-Hash: 15810db3f01f094f1f6037da25b57f75 commit: f672644a2ec6bb83642fe1ccbf1cebdcc90d88db Author: Andreas Sturmlechner gmail com> AuthorDate: Fri Apr 15 18:27:01 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Apr 15 19:11:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f672644a kde-apps/kde-l10n: Drop old Package-Manager: portage-2.2.27 Signed-off-by: Johannes Huber gentoo.org> kde-apps/kde-l10n/kde-l10n-15.12.3.ebuild | 112 ------------------------------ 1 file changed, 112 deletions(-) diff --git a/kde-apps/kde-l10n/kde-l10n-15.12.3.ebuild b/kde-apps/kde-l10n/kde-l10n-15.12.3.ebuild deleted file mode 100644 index a1c9573..0000000 --- a/kde-apps/kde-l10n/kde-l10n-15.12.3.ebuild +++ /dev/null @@ -1,112 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -KDE_HANDBOOK="optional" -inherit kde5 - -DESCRIPTION="KDE internationalization package" -HOMEPAGE="http://l10n.kde.org" - -DEPEND=" - $(add_frameworks_dep ki18n) - $(add_qt_dep linguist-tools) - sys-devel/gettext -" -RDEPEND=" - !> "${S}"/CMakeLists.txt - - # Drop KDE4-based part - sed -e '/add_subdirectory(4)/ s/^/#/'\ - -i "${S}"/${DIR}/CMakeLists.txt || die - - # Remove kdepim translations (part of kde-apps/kdepim-l10n) - for subdir in kdepim kdepimlibs kdepim-runtime pim; do - find "${S}/${DIR}" -name CMakeLists.txt -type f \ - -exec sed -i -e "/add_subdirectory( *${subdir} *)/ s/^/#/" {} + - done - - # Remove ktp translations (part of kde-apps/ktp-l10n) - # Drop that hack (and kde-apps/ktp-l10n) after ktp:4 removal - find "${S}"/${DIR}/5/${LNG}/messages/kdenetwork -type f \ - \( -name kaccounts*po -o -name kcm_ktp*po -o -name kcmtelepathy*po \ - -o -name kded_ktp*po -o -name ktp*po -o -name plasma*ktp*po \) \ - -delete - - # Handbook optional - sed -e '/KF5DocTools/ s/ REQUIRED//'\ - -i "${S}"/${DIR}/5/${LNG}/CMakeLists.txt || die - if ! use handbook ; then - sed -e '/add_subdirectory(docs)/ s/^/#/'\ - -i "${S}"/${DIR}/5/${LNG}/CMakeLists.txt || die - fi - fi - done - fi -} - -src_configure() { - [[ -n ${A} ]] && kde5_src_configure -} - -src_compile() { - [[ -n ${A} ]] && kde5_src_compile -} - -src_test() { - [[ -n ${A} ]] && kde5_src_test -} - -src_install() { - [[ -n ${A} ]] && kde5_src_install -}