From c85a90f90521c7e11d618b527d6630cc64cecbd4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 26 Dec 2017 20:10:49 +0000 Subject: gentoo resync : 26.12.2017 --- app-text/xournal/xournal-0.4.8-r1.ebuild | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'app-text/xournal/xournal-0.4.8-r1.ebuild') diff --git a/app-text/xournal/xournal-0.4.8-r1.ebuild b/app-text/xournal/xournal-0.4.8-r1.ebuild index 2d7a90544031..b30ab3a5467f 100644 --- a/app-text/xournal/xournal-0.4.8-r1.ebuild +++ b/app-text/xournal/xournal-0.4.8-r1.ebuild @@ -5,28 +5,26 @@ EAPI=5 GCONF_DEBUG=no +[[ ${PV} == *9999 ]] && GNOME2_EAUTORECONF=yes + inherit gnome2 +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://git.code.sf.net/p/xournal/code" + unset SRC_URI +else + KEYWORDS="~amd64 ~x86" + SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +fi + DESCRIPTION="An application for notetaking, sketching, and keeping a journal using a stylus" HOMEPAGE="http://xournal.sourceforge.net/" LICENSE="GPL-2" - SLOT="0" IUSE="+pdf vanilla" -if [[ "${PV}" != "9999" ]]; then - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -else - inherit git-2 autotools - SRC_URI="" - KEYWORDS="" - EGIT_REPO_URI="git://git.code.sf.net/p/xournal/code" - EGIT_PROJECT="${PN}" - EGIT_BOOTSTRAP="autogen.sh" -fi - COMMONDEPEND=" app-text/poppler:=[cairo] dev-libs/atk -- cgit v1.2.3