From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q7Efl-0008EO-5V for garchives@archives.gentoo.org; Tue, 05 Apr 2011 22:24:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40BCC1C0F8; Tue, 5 Apr 2011 22:24:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F1CAE1C0F8 for ; Tue, 5 Apr 2011 22:24:16 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68D951B4072 for ; Tue, 5 Apr 2011 22:24:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CDE9380065 for ; Tue, 5 Apr 2011 22:24:15 +0000 (UTC) From: "Andreas K. Huettel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Huettel" Message-ID: <3d152af904595ede1d04ea5dd0eb6f35d8feed9b.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild X-VCS-Directories: kde-base/kdepim-l10n/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Huettel X-VCS-Revision: 3d152af904595ede1d04ea5dd0eb6f35d8feed9b Date: Tue, 5 Apr 2011 22:24:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 546e75297aa15e5cc7c406095fad2c00 commit: 3d152af904595ede1d04ea5dd0eb6f35d8feed9b Author: Andreas K. Huettel (dilfridge) akhuettel de> AuthorDate: Tue Apr 5 22:27:15 2011 +0000 Commit: Andreas K. Huettel gentoo org> CommitDate: Tue Apr 5 22:27:15 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D3d152af9 [kde-base/kdepim-l10n] Moved to main tree (Portage version: 2.1.9.45/git/Linux x86_64, signed Manifest commit with = key B6C5F7DE) --- kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild | 89 ------------------= ------ 1 files changed, 0 insertions(+), 89 deletions(-) diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild b/kde-base/kd= epim-l10n/kdepim-l10n-4.4.10.ebuild deleted file mode 100644 index 6618452..0000000 --- a/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2011 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.4.5.ebui= ld,v 1.6 2011/01/28 15:25:57 scarabeus Exp $ - -EAPI=3D3 - -inherit kde4-base - -DESCRIPTION=3D"KDE PIM internationalization package" -HOMEPAGE=3D"http://www.kde.org/" -LICENSE=3D"GPL-2" - -DEPEND=3D" - sys-devel/gettext -" -RDEPEND=3D"" -add_blocker kde-l10n 0 :4.4 - -KEYWORDS=3D"~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE=3D"+handbook" - -MY_LANGS=3D"ar bg ca ca@valencia cs csb da de el en_GB eo es et eu - fi fr fy ga gl gu he hi hr hu id is it ja kk km kn ko lt lv - mai mk ml nb nds nl nn pa pl pt pt_BR ro ru si sk sl sr sv tg - tr uk wa zh_CN zh_TW" - -URI_BASE=3D"${SRC_URI/-${PV}.tar.bz2/}" -SRC_URI=3D"" - -for MY_LANG in ${MY_LANGS} ; do - IUSE=3D"${IUSE} linguas_${MY_LANG}" - SRC_URI=3D"${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE}/kde-l10n-${MY_L= ANG}-4.4.5.tar.bz2 )" -done - -S=3D"${WORKDIR}" - -src_unpack() { - local LNG DIR - if [[ -z ${A} ]]; then - elog - elog "You either have the LINGUAS variable unset, or it only" - elog "contains languages not supported by ${P}." - elog "You won't have any additional language support." - elog - elog "${P} supports these language codes:" - elog "${MY_LANGS}" - elog - fi - - # For EAPI >=3D 3, or if not using .tar.xz archives: - [[ -n ${A} ]] && unpack ${A} - cd "${S}" - - # for all linguas do: - if [[ -n ${A} ]]; then - for LNG in ${LINGUAS}; do - DIR=3D"kde-l10n-${LNG}-4.4.5" - - # add subdir to toplevel cmake file - if [[ -d "${DIR}" ]] ; then - echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt - fi - - # remove everything except kdepim - for SUBDIR in data docs messages scripts ; do - echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" - [[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(= kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" ) - done - done - fi -} - -src_configure() { - mycmakeargs=3D"${mycmakeargs} - $(cmake-utils_use_build handbook docs)" - [[ -n ${A} ]] && kde4-base_src_configure -} - -src_compile() { - [[ -n ${A} ]] && kde4-base_src_compile -} - -src_test() { - [[ -n ${A} ]] && kde4-base_src_test -} - -src_install() { - [[ -n ${A} ]] && kde4-base_src_install -}