diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2019-03-09 21:17:54 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2019-03-09 21:27:30 +0200 |
commit | 13dd02949c8a68b03f1d1d642bbc124bd106fd9d (patch) | |
tree | 9996a10bef12cff45aa22a8206cf907278bb6221 /app-text/xournal | |
parent | mail-mta/protonmail-bridge-bin: 1.1.3 bump, 1.1.0 removal. Takeover. (diff) | |
download | gentoo-13dd02949c8a68b03f1d1d642bbc124bd106fd9d.tar.gz gentoo-13dd02949c8a68b03f1d1d642bbc124bd106fd9d.tar.bz2 gentoo-13dd02949c8a68b03f1d1d642bbc124bd106fd9d.zip |
app-text/xournal: minor cleanups
patch is not required any more.
minor eapi-6 cleanups.
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-text/xournal')
-rw-r--r-- | app-text/xournal/xournal-9999.ebuild | 14 |
1 files changed, 3 insertions, 11 deletions
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/* } |