From 6a6eed1ff11e6daf907361a95d15a0a77ad2966a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A2=D1=80=D0=B0=D1=86=D0=B5=D0=B2=D1=81=D0=BA=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Thu, 21 Feb 2019 16:39:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BC=D0=B0=D1=81=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- net-im/riot/Manifest | 1 - net-im/riot/riot-1.0.1.ebuild | 76 --------------------- profiles/default/package.keywords/calculate | 1 + 3 files changed, 1 insertion(+), 77 deletions(-) delete mode 100644 net-im/riot/Manifest delete mode 100644 net-im/riot/riot-1.0.1.ebuild diff --git a/net-im/riot/Manifest b/net-im/riot/Manifest deleted file mode 100644 index af7a4d6f7..000000000 --- a/net-im/riot/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST riot-1.0.1.tar.gz 1441665 BLAKE2B d8ed636876fed3f64566ad129f66079f566abeb455d648973ce9374c063aeb830c5dd114ec512e15d09620419dacb735193c64f3608702db47d86ce1598b9862 SHA512 29ba0ae3e9542235ec12d66595aca43d1d60aa370543be183893e3c62fa9c3c2197b997382e80f8f961d2b1ed525c33af11fa32d8a23c2414ded8585f7b7840a diff --git a/net-im/riot/riot-1.0.1.ebuild b/net-im/riot/riot-1.0.1.ebuild deleted file mode 100644 index 97f88f1f4..000000000 --- a/net-im/riot/riot-1.0.1.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A glossy Matrix collaboration client for the web" -HOMEPAGE="https://riot.im" - -inherit eutils - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - - SRC_URI="" - EGIT_REPO_URI="https://github.com/vector-im/riot-web.git" - EGIT_BRANCH="develop" -else - SRC_URI="https://github.com/vector-im/riot-web/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="abi_x86_32 abi_x86_64" -REQUIRED_USE="abi_x86_32? ( !abi_x86_64 ) - abi_x86_64? ( !abi_x86_32 )" - -DEPEND="sys-devel/binutils:* - net-libs/nodejs[npm] - x11-libs/libXScrnSaver - net-print/cups - dev-libs/nss - gnome-base/gconf" -RDEPEND="${DEPEND}" - -QA_PREBUILT=" - opt/Riot/libffmpeg.so - opt/Riot/libnode.so - opt/Riot/riot-web" - -DESTINATION="/" # We build and unpack a Debian installer, which already has everything in the proper directories {usr,opt}, so we just set the destination to "/" - -src_prepare() { - default - - if [[ ${PV} == "9999" ]]; then - "${S}"/scripts/fetch-develop.deps.sh - fi - - npm install - - cp "${S}"/config.sample.json "${S}"/config.json -} - -src_compile() { - npm run build || die - - if use abi_x86_32; then - "${S}"/node_modules/.bin/build --linux --ia32 || die - elif use abi_x86_64; then - "${S}"/node_modules/.bin/build --linux --x64 || die - fi -} - -src_install() { - ar x "${S}"/electron_app/dist/riot-web*.deb - tar xvf data.tar.xz - - mv usr/share/doc/${PN} usr/share/doc/${PF} - gunzip usr/share/doc/${PF}/changelog.gz - insinto ${DESTINATION} - doins -r usr - doins -r opt - fperms +x /opt/Riot/${PN} - dosym ${DESTINATION}/opt/Riot/${PN} ${DESTINATION}/usr/bin/${PN} -} diff --git a/profiles/default/package.keywords/calculate b/profiles/default/package.keywords/calculate index bd194f62f..1512ceff6 100644 --- a/profiles/default/package.keywords/calculate +++ b/profiles/default/package.keywords/calculate @@ -26,6 +26,7 @@ ~media-plugins/deadbeef-vu-meter-20170921 amd64 x86 ~media-plugins/deadbeef-waveform-seekbar-20160425 amd64 x86 ~media-sound/deadbeef-0.7.2 amd64 x86 +~net-im/riot-web-1.0.1 amd64 x86 ~net-im/viber-7.0.0.1035 amd64 ~net-misc/modem-manager-gui-0.0.18 amd64 x86 ~net-misc/networkmanager-l2tp-0.9.8.7 amd64 x86