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 1QmYer-0000yR-EN for garchives@archives.gentoo.org; Thu, 28 Jul 2011 22:02:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF3F221C5D9 for ; Thu, 28 Jul 2011 22:02:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DF46921C5B8 for ; Thu, 28 Jul 2011 21:29:06 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A75D1B4001 for ; Thu, 28 Jul 2011 21:29:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 87D258003D for ; Thu, 28 Jul 2011 21:29:05 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <89a8a53ac4229e5106bef7c5ee962d37402a4be0.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.7.0.ebuild X-VCS-Directories: kde-base/kdepim-l10n/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 89a8a53ac4229e5106bef7c5ee962d37402a4be0 Date: Thu, 28 Jul 2011 21:29:05 +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: ad86abb1f728fd979271c90b0f9ca3e7 commit: 89a8a53ac4229e5106bef7c5ee962d37402a4be0 Author: Andreas K. Huettel (dilfridge) akhuettel de> AuthorDate: Thu Jul 28 21:28:51 2011 +0000 Commit: Andreas H=C3=BCttel gentoo org> CommitDate: Thu Jul 28 21:28:51 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D89a8a53a [kde-base/kdepim-l10n] Moved to main tree (Portage version: 2.1.10.7/git/Linux x86_64, signed Manifest commit with = key B6C5F7DE) --- kde-base/kdepim-l10n/kdepim-l10n-4.7.0.ebuild | 110 -------------------= ------ 1 files changed, 0 insertions(+), 110 deletions(-) diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.7.0.ebuild b/kde-base/kde= pim-l10n/kdepim-l10n-4.7.0.ebuild deleted file mode 100644 index 02580e4..0000000 --- a/kde-base/kdepim-l10n/kdepim-l10n-4.7.0.ebuild +++ /dev/null @@ -1,110 +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.7.0.ebui= ld,v 1.1 2011/07/27 14:04:26 alexxy Exp $ - -EAPI=3D4 - -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"" - -KEYWORDS=3D"~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE=3D"+handbook" - -# /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 's:-${PV}.ta= r.bz2::' -e 's:kde-l10n-::' |tr '\n' ' ' -MY_LANGS=3D"ar bg bs ca ca@valencia cs da de el en_GB es et eu fi fr ga = gl he hr -hu ia id is it ja kk km kn ko lt lv nb nds nl nn pa pl pt pt_BR ro ru sk= sl sr -sv th tr ug 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}-${PV}.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}" - - # add all linguas to cmake - if [[ -n ${A} ]]; then - for LNG in ${LINGUAS}; do - DIR=3D"kde-l10n-${LNG}-${PV}" - if [[ -d "${DIR}" ]] ; then - echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt - fi - - # remove everything except kdepim - for SUBDIR in data docs messages scripts ; do - if [[ -d "${S}/${DIR}/${SUBDIR}" ]] ; then - einfo " ${SUBDIR} subdirectory" - echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" - [[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory= (kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" ) - fi - done - - # in some cases we may have sub-lingua subdirs, e.g. sr :( - for XSUBDIR in "${S}/${DIR}/${LNG}"@* ; do - XLNG=3D$(echo ${XSUBDIR}|sed -e 's:^.*/::') - if [[ -d "${XSUBDIR}" ]] ; then - einfo " ${XLNG} variant" - # remove everything except kdepim - for SUBDIR in data docs messages scripts ; do - if [[ -d "${XSUBDIR}/${SUBDIR}" ]] ; then - einfo " ${SUBDIR} subdirectory" - echo > "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" - [[ -d "${XSUBDIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirector= y(kdepim)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" ) - fi - done - fi - done - done - fi -} - -src_prepare() { - [[ -n ${A} ]] && kde4-base_src_prepare -} - -src_configure() { - mycmakeargs=3D( - $(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 -}