From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2FF1E138334 for ; Wed, 20 Jun 2018 12:08:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0C0FE086D; Wed, 20 Jun 2018 12:08:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE41FE0866 for ; Wed, 20 Jun 2018 12:08:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D06E335CD9 for ; Wed, 20 Jun 2018 12:08:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 187CB2E5 for ; Wed, 20 Jun 2018 12:08:14 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1529495378.eaefa58bf3ed9bf9b2138cc86a9be8d6de6c2718.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/kde4-l10n/, kde-apps/kde-l10n/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: kde-apps/kde-l10n/kde-l10n-4.11.2.ebuild kde-apps/kde-l10n/metadata.xml kde-apps/kde4-l10n/kde4-l10n-4.11.2.ebuild kde-apps/kde4-l10n/metadata.xml X-VCS-Directories: kde-apps/kde4-l10n/ kde-apps/kde-l10n/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: eaefa58bf3ed9bf9b2138cc86a9be8d6de6c2718 X-VCS-Branch: master Date: Wed, 20 Jun 2018 12:08:14 +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: 5961d376-8318-48ae-89b9-d4c97e65d4b4 X-Archives-Hash: ee46d8ed668c537015c922f55b7ae7b8 commit: eaefa58bf3ed9bf9b2138cc86a9be8d6de6c2718 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jun 20 11:49:32 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 20 11:49:38 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=eaefa58b kde-apps/kde-l10n: pkgmove to kde4-l10n Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --force .../kde4-l10n-4.11.2.ebuild} | 11 ++++++----- kde-apps/{kde-l10n => kde4-l10n}/metadata.xml | 0 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/kde-apps/kde-l10n/kde-l10n-4.11.2.ebuild b/kde-apps/kde4-l10n/kde4-l10n-4.11.2.ebuild similarity index 86% rename from kde-apps/kde-l10n/kde-l10n-4.11.2.ebuild rename to kde-apps/kde4-l10n/kde4-l10n-4.11.2.ebuild index 62086e6..8933d0f 100644 --- a/kde-apps/kde-l10n/kde-l10n-4.11.2.ebuild +++ b/kde-apps/kde4-l10n/kde4-l10n-4.11.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.11.2.ebuild,v 1.5 2013/12/11 20:26:53 ago Exp $ @@ -7,7 +7,7 @@ EAPI=5 inherit kde4-base DESCRIPTION="KDE internationalization package" -HOMEPAGE="http://l10n.kde.org" +HOMEPAGE="https://l10n.kde.org" DEPEND=" sys-devel/gettext @@ -23,11 +23,12 @@ hi hr hu ia is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru sk sl sr sv tg tr ug uk vi wa zh_CN zh_TW" URI_BASE="${SRC_URI/-${PV}.tar.xz/}" +URI_BASE="${URI_BASE/${PN}/kde-l10n}" SRC_URI="" for MY_LANG in ${MY_LANGS} ; do IUSE="${IUSE} linguas_${MY_LANG}" - SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE}/${PN}-${MY_LANG}-${PV}.tar.xz )" + SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE}/kde-l10n-${MY_LANG}-${PV}.tar.xz )" done S="${WORKDIR}" @@ -51,7 +52,7 @@ src_unpack() { # add all linguas to cmake if [[ -n ${A} ]]; then for LNG in ${LINGUAS}; do - DIR="${PN}-${LNG}-${PV}" + DIR="kde-l10n-${LNG}-${PV}" if [[ -d "${DIR}" ]] ; then echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt fi @@ -66,7 +67,7 @@ src_prepare() { -exec sed -i -e 's:^ *add_subdirectory( *kdepim *):# no kdepim:g' {} + # bug 481106, please remove in 4.11.1 and later - use linguas_pl && rm "${S}"/${PN}-pl-${PV}/messages/kde-runtime/{accountwizard*,akonadi_*}.po + use linguas_pl && rm "${S}"/kde-l10n-pl-${PV}/messages/kde-runtime/{accountwizard*,akonadi_*}.po kde4-base_src_prepare } diff --git a/kde-apps/kde-l10n/metadata.xml b/kde-apps/kde4-l10n/metadata.xml similarity index 100% rename from kde-apps/kde-l10n/metadata.xml rename to kde-apps/kde4-l10n/metadata.xml