Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xournal/
Date: Sun, 30 Oct 2016 20:05:32
Message-Id: 1477857869.f6458c193c0f47d133250e3a4637fdef37f10c9b.swegener@gentoo
1 commit: f6458c193c0f47d133250e3a4637fdef37f10c9b
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 3 11:16:42 2016 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 20:04:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6458c19
7
8 app-text/xournal: Add EGIT_BOOTSTRAP
9
10 Package-Manager: portage-2.3.0
11
12 app-text/xournal/xournal-0.4.8.ebuild | 5 +++--
13 app-text/xournal/xournal-9999.ebuild | 5 +++--
14 2 files changed, 6 insertions(+), 4 deletions(-)
15
16 diff --git a/app-text/xournal/xournal-0.4.8.ebuild b/app-text/xournal/xournal-0.4.8.ebuild
17 index 8040195..8b6f8d8 100644
18 --- a/app-text/xournal/xournal-0.4.8.ebuild
19 +++ b/app-text/xournal/xournal-0.4.8.ebuild
20 @@ -6,7 +6,7 @@ EAPI=5
21
22 GCONF_DEBUG=no
23
24 -inherit gnome2 autotools
25 +inherit gnome2
26
27 DESCRIPTION="Xournal is an application for notetaking, sketching, and keeping a journal using a stylus"
28 HOMEPAGE="http://xournal.sourceforge.net/"
29 @@ -20,11 +20,12 @@ if [[ "${PV}" != "9999" ]]; then
30 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
31 KEYWORDS="amd64 x86"
32 else
33 - inherit git-2
34 + inherit git-2 autotools
35 SRC_URI=""
36 KEYWORDS=""
37 EGIT_REPO_URI="git://git.code.sf.net/p/xournal/code"
38 EGIT_PROJECT="${PN}"
39 + EGIT_BOOTSTRAP="autogen.sh"
40 fi
41
42 COMMONDEPEND="
43
44 diff --git a/app-text/xournal/xournal-9999.ebuild b/app-text/xournal/xournal-9999.ebuild
45 index 24a8cd3..2c18702 100644
46 --- a/app-text/xournal/xournal-9999.ebuild
47 +++ b/app-text/xournal/xournal-9999.ebuild
48 @@ -6,7 +6,7 @@ EAPI=5
49
50 GCONF_DEBUG=no
51
52 -inherit gnome2 autotools
53 +inherit gnome2
54
55 DESCRIPTION="Xournal is an application for notetaking, sketching, and keeping a journal using a stylus"
56 HOMEPAGE="http://xournal.sourceforge.net/"
57 @@ -20,11 +20,12 @@ if [[ "${PV}" != "9999" ]]; then
58 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
59 KEYWORDS="~amd64 ~x86"
60 else
61 - inherit git-2
62 + inherit git-2 autotools
63 SRC_URI=""
64 KEYWORDS=""
65 EGIT_REPO_URI="git://git.code.sf.net/p/xournal/code"
66 EGIT_PROJECT="${PN}"
67 + EGIT_BOOTSTRAP="autogen.sh"
68 fi
69
70 COMMONDEPEND="