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