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 B05A4138334 for ; Sat, 10 Nov 2018 23:35:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C34AAE0DA7; Sat, 10 Nov 2018 23:35:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7F0BAE0DA7 for ; Sat, 10 Nov 2018 23:35:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7862C335C8C for ; Sat, 10 Nov 2018 23:35:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F0AC3DB for ; Sat, 10 Nov 2018 23:35:46 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1541892931.08b9b3d023660e8922e1cf3be788300c3aa22268.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-ps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura-ps/zathura-ps-0.2.6.ebuild app-text/zathura-ps/zathura-ps-9999.ebuild X-VCS-Directories: app-text/zathura-ps/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 08b9b3d023660e8922e1cf3be788300c3aa22268 X-VCS-Branch: master Date: Sat, 10 Nov 2018 23:35:46 +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: 4a753616-a999-4a52-bce2-93e1d22db3e8 X-Archives-Hash: ce446cf51ca1b25bdab57039462d0904 commit: 08b9b3d023660e8922e1cf3be788300c3aa22268 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Nov 10 23:35:31 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Nov 10 23:35:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b9b3d0 app-text/zathura-ps: update live ebuild Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-text/zathura-ps/zathura-ps-0.2.6.ebuild | 1 - app-text/zathura-ps/zathura-ps-9999.ebuild | 47 +++++++++-------------------- 2 files changed, 15 insertions(+), 33 deletions(-) diff --git a/app-text/zathura-ps/zathura-ps-0.2.6.ebuild b/app-text/zathura-ps/zathura-ps-0.2.6.ebuild index 9a5fded445c..16e0d2d5ba3 100644 --- a/app-text/zathura-ps/zathura-ps-0.2.6.ebuild +++ b/app-text/zathura-ps/zathura-ps-0.2.6.ebuild @@ -19,7 +19,6 @@ HOMEPAGE="https://pwmt.org/projects/zathura-ps/download/" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~x86" DEPEND="app-text/libspectre >=app-text/zathura-0.3.9 diff --git a/app-text/zathura-ps/zathura-ps-9999.ebuild b/app-text/zathura-ps/zathura-ps-9999.ebuild index 305bfa827e7..16e0d2d5ba3 100644 --- a/app-text/zathura-ps/zathura-ps-9999.ebuild +++ b/app-text/zathura-ps/zathura-ps-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit eutils toolchain-funcs xdg +inherit meson if [[ ${PV} == *9999 ]]; then inherit git-r3 @@ -11,38 +11,21 @@ if [[ ${PV} == *9999 ]]; then EGIT_BRANCH="develop" else KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" - SRC_URI="https://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz" + SRC_URI="https://pwmt.org/projects/zathura/plugins/download/${P}.tar.xz" fi DESCRIPTION="PostScript plug-in for zathura" -HOMEPAGE="https://pwmt.org/projects/zathura/" +HOMEPAGE="https://pwmt.org/projects/zathura-ps/download/" LICENSE="ZLIB" SLOT="0" -IUSE="" - -RDEPEND=">=app-text/libspectre-0.2.6:= - >=app-text/zathura-0.3.8 - dev-libs/glib:2= - x11-libs/cairo:=" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - myzathuraconf=( - CC="$(tc-getCC)" - LD="$(tc-getLD)" - VERBOSE=1 - DESTDIR="${D}" - PREFIX="${EPREFIX}/usr" - ) -} - -src_compile() { - emake "${myzathuraconf[@]}" -} - -src_install() { - emake "${myzathuraconf[@]}" install - dodoc AUTHORS -} + +DEPEND="app-text/libspectre + >=app-text/zathura-0.3.9 + dev-libs/girara + dev-libs/glib:2 + x11-libs/cairo" + +RDEPEND="${DEPEND}" + +BDEPEND="virtual/pkgconfig"