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 4FA3C138331 for ; Tue, 13 Feb 2018 21:30:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95235E0ADD; Tue, 13 Feb 2018 21:30:17 +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 62D29E0ADD for ; Tue, 13 Feb 2018 21:30:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4F6CF335C4C for ; Tue, 13 Feb 2018 21:30:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9ED0C1F3 for ; Tue, 13 Feb 2018 21:30:14 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1518557408.727d75ae4814bcdc75efb72a95413f2c1ab79091.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/wps-office/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/wps-office/wps-office-10.1.0.5707_alpha21.ebuild X-VCS-Directories: app-office/wps-office/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 727d75ae4814bcdc75efb72a95413f2c1ab79091 X-VCS-Branch: master Date: Tue, 13 Feb 2018 21:30: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: fdcb1a8b-1265-48b6-98c0-10577e2b5d7e X-Archives-Hash: 56daa3988852e3cd2a2ba20c48cd98a2 commit: 727d75ae4814bcdc75efb72a95413f2c1ab79091 Author: Pacho Ramos gentoo org> AuthorDate: Tue Feb 13 21:29:13 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Feb 13 21:30:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727d75ae app-office/wps-office: Drop old Package-Manager: Portage-2.3.20, Repoman-2.3.6 .../wps-office-10.1.0.5707_alpha21.ebuild | 145 --------------------- 1 file changed, 145 deletions(-) diff --git a/app-office/wps-office/wps-office-10.1.0.5707_alpha21.ebuild b/app-office/wps-office/wps-office-10.1.0.5707_alpha21.ebuild deleted file mode 100644 index e480a1469eb..00000000000 --- a/app-office/wps-office/wps-office-10.1.0.5707_alpha21.ebuild +++ /dev/null @@ -1,145 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit fdo-mime font gnome2-utils unpacker versionator - -MY_PV="$(get_version_component_range 1-4)" -MY_V="$(get_version_component_range 5)" - -if [ -z "$(get_version_component_range 6)" ]; then - MY_SP="" -else - MY_SP="$(get_version_component_range 6)" -fi - -case ${PV} in - *_alpha*) - MY_BRANCH=${MY_V/alpha/a} - ;; - *_beta*) - MY_BRANCH=${MY_V/beta/b} - ;; - *) - die "Invalid value for \${PV}: ${PV}" - ;; -esac -MY_VV=${MY_PV}~${MY_BRANCH}${MY_SP} - -DESCRIPTION="WPS Office is an office productivity suite" -HOMEPAGE="http://linux.wps.cn/ http://wps-community.org/" - -KEYWORDS="~amd64 ~x86" - -SRC_URI=" - x86? ( http://kdl.cc.ksosoft.com/wps-community/download/${MY_BRANCH}/${PN}_${MY_VV}_i386.deb ) - amd64? ( http://kdl.cc.ksosoft.com/wps-community/download/${MY_BRANCH}/${PN}_${MY_VV}_amd64.deb ) -" - -SLOT="0" -RESTRICT="strip mirror" # mirror as explained at bug #547372 -LICENSE="WPS-EULA" -IUSE="+sharedfonts" - -UNBUNDLED_LIBS=" - media-libs/phonon -" -# Not fully unbundled: media-libs/phonon , libkso.so needs system copy, but -# wpp fails to run if bundled one is not present due to invalid symbols -# media-libs/phonon -# media-libs/tiff:3 -# dev-qt/qtwebkit:4 -# dev-qt/qtcore:4 -# dev-qt/qtdbus:4 - -NATIVE_DEPEND=" - app-arch/bzip2 - dev-libs/expat - dev-libs/glib:2 - dev-libs/libffi - dev-libs/libxml2:2 - media-libs/fontconfig:1.0 - media-libs/freetype:2 - media-libs/glu - media-libs/gst-plugins-base:0.10 - media-libs/gstreamer:0.10 - media-libs/libpng:1.2 - virtual/opengl - media-libs/tiff:3 - sys-apps/util-linux - sys-libs/zlib - x11-libs/libdrm - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXau - x11-libs/libxcb - x11-libs/libXdamage - x11-libs/libXdmcp - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXrender - x11-libs/libXxf86vm - media-libs/libmng - net-print/cups -" -RDEPEND=" - ${UNBUNDLED_LIBS} - ${NATIVE_DEPEND} - net-nds/openldap - dev-db/sqlite:3 -" -DEPEND="" - -S="${WORKDIR}" - -#src_prepare() { -# default - - # Remove bundled libs and rely on system versions if possible - # Commented lines are about the libs that cannot be unbundled yet. -# cd "${S}"/opt/kingsoft/wps-office/office6/ -# rm -f libQtCore.so* || die -# rm -f libQtDBus.so* || die -# rm -f libQtNetwork.so || die -# rm -f libQtWebKit.so* || die -# rm -f libphonon.so* -# rm -f libtiff.so.4* || die -#} - -src_install() { - exeinto /usr/bin - exeopts -m0755 - doexe "${S}"/usr/bin/wps - doexe "${S}"/usr/bin/wpp - doexe "${S}"/usr/bin/et - - if ! use sharedfonts; then - insinto /opt/kingsoft/wps-office/office6/fonts - doins -r "${S}"/usr/share/fonts/wps-office/* - rm -rf "${S}"/usr/share/fonts || die - fi - - insinto /usr - doins -r "${S}"/usr/share - - insinto / - doins -r "${S}"/opt - fperms 0755 /opt/kingsoft/wps-office/office6/{wps,wpp,et} -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - use sharedfonts && font_pkg_postinst - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update - gnome2_icon_cache_update -}