commit:     eaefa58bf3ed9bf9b2138cc86a9be8d6de6c2718
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 20 11:49:32 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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

Reply via email to