Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/xournal: ChangeLog xournal-0.4.6-r3.ebuild xournal-9999.ebuild xournal-0.4.6-r2.ebuild
Date: Sun, 01 Jul 2012 18:21:04
Message-Id: 20120701182054.C36D32004B@flycatcher.gentoo.org
1 dilfridge 12/07/01 18:20:54
2
3 Modified: ChangeLog
4 Added: xournal-0.4.6-r3.ebuild xournal-9999.ebuild
5 Removed: xournal-0.4.6-r2.ebuild
6 Log:
7 Rebase on new upstream repo, add live ebuild
8
9 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.38 app-text/xournal/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/ChangeLog?rev=1.38&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/ChangeLog?rev=1.38&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/ChangeLog?r1=1.37&r2=1.38
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-text/xournal/ChangeLog,v
21 retrieving revision 1.37
22 retrieving revision 1.38
23 diff -u -r1.37 -r1.38
24 --- ChangeLog 28 Jun 2012 23:34:04 -0000 1.37
25 +++ ChangeLog 1 Jul 2012 18:20:54 -0000 1.38
26 @@ -1,6 +1,13 @@
27 # ChangeLog for app-text/xournal
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/ChangeLog,v 1.37 2012/06/28 23:34:04 dilfridge Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/ChangeLog,v 1.38 2012/07/01 18:20:54 dilfridge Exp $
31 +
32 +*xournal-9999 (01 Jul 2012)
33 +*xournal-0.4.6-r3 (01 Jul 2012)
34 +
35 + 01 Jul 2012; Andreas K. Huettel <dilfridge@g.o>
36 + -xournal-0.4.6-r2.ebuild, +xournal-0.4.6-r3.ebuild, +xournal-9999.ebuild:
37 + Rebase on new upstream repo, add live ebuild
38
39 *xournal-0.4.6-r2 (28 Jun 2012)
40
41
42
43
44 1.1 app-text/xournal/xournal-0.4.6-r3.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/xournal-0.4.6-r3.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/xournal-0.4.6-r3.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xournal-0.4.6-r3.ebuild
50 ===================================================================
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-0.4.6-r3.ebuild,v 1.1 2012/07/01 18:20:54 dilfridge Exp $
54
55 EAPI=4
56
57 GCONF_DEBUG=no
58
59 inherit gnome2 autotools
60
61 DESCRIPTION="Xournal is an application for notetaking, sketching, and keeping a journal using a stylus."
62 HOMEPAGE="http://xournal.sourceforge.net/"
63
64 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz http://dev.gentoo.org/~dilfridge/distfiles/${PN}-${PVR}-gentoo.patch.xz"
65 LICENSE="GPL-2"
66
67 SLOT="0"
68 KEYWORDS=""
69 IUSE="+pdf"
70
71 COMMONDEPEND="
72 app-text/poppler[cairo]
73 dev-libs/atk
74 dev-libs/glib
75 gnome-base/libgnomecanvas
76 media-libs/freetype
77 media-libs/fontconfig
78 sys-libs/zlib
79 x11-libs/cairo
80 x11-libs/gdk-pixbuf
81 x11-libs/gtk+:2
82 x11-libs/pango
83 "
84 RDEPEND="${COMMONDEPEND}
85 pdf? ( app-text/poppler[utils] app-text/ghostscript-gpl )
86 "
87 DEPEND="${COMMONDEPEND}
88 virtual/pkgconfig
89 "
90
91 src_prepare() {
92 epatch "${WORKDIR}"/${PN}-${PVR}-gentoo.patch
93 sed -e "s:n http:n Gentoo release ${PVR}\\\\n http:" -i "${S}"/src/xo-interface.c
94 eautoreconf
95 }
96
97 src_install() {
98 emake DESTDIR="${D}" install
99 emake DESTDIR="${D}" desktop-install
100
101 dodoc ChangeLog AUTHORS README
102 dohtml -r html-doc/*
103 }
104
105
106
107 1.1 app-text/xournal/xournal-9999.ebuild
108
109 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/xournal-9999.ebuild?rev=1.1&view=markup
110 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/xournal-9999.ebuild?rev=1.1&content-type=text/plain
111
112 Index: xournal-9999.ebuild
113 ===================================================================
114 # Copyright 1999-2012 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116 # $Header: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-9999.ebuild,v 1.1 2012/07/01 18:20:54 dilfridge Exp $
117
118 EAPI=4
119
120 GCONF_DEBUG=no
121
122 inherit gnome2 autotools
123
124 DESCRIPTION="Xournal is an application for notetaking, sketching, and keeping a journal using a stylus."
125 HOMEPAGE="http://xournal.sourceforge.net/"
126
127 LICENSE="GPL-2"
128
129 SLOT="0"
130 IUSE="+pdf vanilla"
131
132 if [[ "${PV}" != "9999" ]]; then
133 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz !vanilla? ( http://dev.gentoo.org/~dilfridge/distfiles/${PN}-${PVR}-gentoo.patch.xz )"
134 KEYWORDS="~amd64 ~x86"
135 else
136 inherit git-2
137 SRC_URI=""
138 KEYWORDS=""
139 if use vanilla; then
140 EGIT_REPO_URI="git://xournal.git.sourceforge.net/gitroot/xournal/xournal"
141 else
142 EGIT_REPO_URI="git://gitorious.org/gentoo-stuff/xournal-gentoo.git"
143 EGIT_BRANCH="gentoo"
144 fi
145 fi
146
147 COMMONDEPEND="
148 app-text/poppler[cairo]
149 dev-libs/atk
150 dev-libs/glib
151 gnome-base/libgnomecanvas
152 media-libs/freetype
153 media-libs/fontconfig
154 sys-libs/zlib
155 x11-libs/cairo
156 x11-libs/gdk-pixbuf
157 x11-libs/gtk+:2
158 x11-libs/pango
159 "
160 RDEPEND="${COMMONDEPEND}
161 pdf? ( app-text/poppler[utils] app-text/ghostscript-gpl )
162 "
163 DEPEND="${COMMONDEPEND}
164 virtual/pkgconfig
165 "
166
167 src_prepare() {
168 [[ "${PV}" != "9999" ]] && epatch "${WORKDIR}"/${PN}-${PVR}-gentoo.patch
169 sed -e "s:n http:n Gentoo release ${PVR}\\\\n http:" -i "${S}"/src/xo-interface.c
170 eautoreconf
171 }
172
173 src_install() {
174 emake DESTDIR="${D}" install
175 emake DESTDIR="${D}" desktop-install
176
177 dodoc ChangeLog AUTHORS README
178 dohtml -r html-doc/*
179 }