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 90CA4138334 for ; Sat, 9 Mar 2019 19:28:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A87CE0798; Sat, 9 Mar 2019 19:28:05 +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 75A7AE0798 for ; Sat, 9 Mar 2019 19:28:05 +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 B8399335CE4 for ; Sat, 9 Mar 2019 19:28:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A4AA54B for ; Sat, 9 Mar 2019 19:28:02 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1552159650.13dd02949c8a68b03f1d1d642bbc124bd106fd9d.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xournal/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xournal/xournal-9999.ebuild X-VCS-Directories: app-text/xournal/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 13dd02949c8a68b03f1d1d642bbc124bd106fd9d X-VCS-Branch: master Date: Sat, 9 Mar 2019 19:28:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aa17209a-27fa-4b93-96a4-240ffee55e90 X-Archives-Hash: 61aa7c689523c7631e42b9b843b430af commit: 13dd02949c8a68b03f1d1d642bbc124bd106fd9d Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Mar 9 19:17:54 2019 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Mar 9 19:27:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13dd0294 app-text/xournal: minor cleanups patch is not required any more. minor eapi-6 cleanups. Signed-off-by: Alon Bar-Lev gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-text/xournal/xournal-9999.ebuild | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/app-text/xournal/xournal-9999.ebuild b/app-text/xournal/xournal-9999.ebuild index 50477f8a453..5afafb130f7 100644 --- a/app-text/xournal/xournal-9999.ebuild +++ b/app-text/xournal/xournal-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ HOMEPAGE="http://xournal.sourceforge.net/" LICENSE="GPL-2" SLOT="0" -IUSE="+pdf vanilla" +IUSE="+pdf" COMMONDEPEND=" app-text/poppler[cairo] @@ -43,17 +43,9 @@ DEPEND="${COMMONDEPEND} virtual/pkgconfig " -src_prepare() { - default_src_prepare - if ! use vanilla; then - eapply "${FILESDIR}"/xournal-0.4.8-aspectratio.patch - fi -} - src_install() { - emake DESTDIR="${D}" install + default emake DESTDIR="${D}" desktop-install - dodoc ChangeLog AUTHORS README dodoc -r html-doc/* }