commit:     13dd02949c8a68b03f1d1d642bbc124bd106fd9d
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  9 19:17:54 2019 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> 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 <alonbl <AT> 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/*
 }

Reply via email to