From 13dd02949c8a68b03f1d1d642bbc124bd106fd9d Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sat, 9 Mar 2019 21:17:54 +0200 Subject: app-text/xournal: minor cleanups patch is not required any more. minor eapi-6 cleanups. Signed-off-by: Alon Bar-Lev Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- app-text/xournal/xournal-9999.ebuild | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'app-text/xournal') diff --git a/app-text/xournal/xournal-9999.ebuild b/app-text/xournal/xournal-9999.ebuild index 50477f8a4537..5afafb130f7e 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/* } -- cgit v1.2.3-65-gdbad