Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/xxdiff: xxdiff-4.0_beta1_p20110426-r1.ebuild xxdiff-4.0_beta1_p20110426.ebuild ChangeLog
Date: Tue, 27 May 2014 12:36:04
Message-Id: 20140527123600.9434C2004E@flycatcher.gentoo.org
1 ssuominen 14/05/27 12:36:00
2
3 Modified: xxdiff-4.0_beta1_p20110426.ebuild ChangeLog
4 Added: xxdiff-4.0_beta1_p20110426-r1.ebuild
5 Log:
6 Restrict -r0 to <sys-devel/bison-3 and fix building in -r1 wrt #511560 by "zimous"
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.9 dev-util/xxdiff/xxdiff-4.0_beta1_p20110426.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/xxdiff/xxdiff-4.0_beta1_p20110426.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/xxdiff/xxdiff-4.0_beta1_p20110426.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/xxdiff/xxdiff-4.0_beta1_p20110426.ebuild?r1=1.8&r2=1.9
16
17 Index: xxdiff-4.0_beta1_p20110426.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-4.0_beta1_p20110426.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- xxdiff-4.0_beta1_p20110426.ebuild 3 Mar 2013 10:19:04 -0000 1.8
24 +++ xxdiff-4.0_beta1_p20110426.ebuild 27 May 2014 12:36:00 -0000 1.9
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-4.0_beta1_p20110426.ebuild,v 1.8 2013/03/03 10:19:04 ssuominen Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-4.0_beta1_p20110426.ebuild,v 1.9 2014/05/27 12:36:00 ssuominen Exp $
31
32 EAPI=5
33
34 @@ -17,8 +17,10 @@
35 KEYWORDS="amd64 x86"
36 IUSE=""
37
38 -RDEPEND="dev-qt/qtgui:4"
39 -DEPEND="${RDEPEND}"
40 +RDEPEND="dev-qt/qtgui:4
41 + !>=sys-devel/bison-3"
42 +DEPEND="${RDEPEND}
43 + virtual/yacc"
44
45 src_prepare() {
46 epatch "${FILESDIR}"/${P}-gcc47.patch
47
48
49
50 1.62 dev-util/xxdiff/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/xxdiff/ChangeLog?rev=1.62&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/xxdiff/ChangeLog?rev=1.62&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/xxdiff/ChangeLog?r1=1.61&r2=1.62
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-util/xxdiff/ChangeLog,v
59 retrieving revision 1.61
60 retrieving revision 1.62
61 diff -u -r1.61 -r1.62
62 --- ChangeLog 3 Mar 2013 10:19:04 -0000 1.61
63 +++ ChangeLog 27 May 2014 12:36:00 -0000 1.62
64 @@ -1,6 +1,14 @@
65 # ChangeLog for dev-util/xxdiff
66 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/ChangeLog,v 1.61 2013/03/03 10:19:04 ssuominen Exp $
68 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/ChangeLog,v 1.62 2014/05/27 12:36:00 ssuominen Exp $
70 +
71 +*xxdiff-4.0_beta1_p20110426-r1 (27 May 2014)
72 +
73 + 27 May 2014; Samuli Suominen <ssuominen@g.o>
74 + +files/xxdiff-4.0_beta1_p20110426-bison3.patch,
75 + +xxdiff-4.0_beta1_p20110426-r1.ebuild, xxdiff-4.0_beta1_p20110426.ebuild:
76 + Restrict -r0 to <sys-devel/bison-3 and fix building in -r1 wrt #511560 by
77 + "zimous"
78
79 03 Mar 2013; Samuli Suominen <ssuominen@g.o>
80 xxdiff-4.0_beta1_p20110426.ebuild:
81
82
83
84 1.1 dev-util/xxdiff/xxdiff-4.0_beta1_p20110426-r1.ebuild
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/xxdiff/xxdiff-4.0_beta1_p20110426-r1.ebuild?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/xxdiff/xxdiff-4.0_beta1_p20110426-r1.ebuild?rev=1.1&content-type=text/plain
88
89 Index: xxdiff-4.0_beta1_p20110426-r1.ebuild
90 ===================================================================
91 # Copyright 1999-2014 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 # $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-4.0_beta1_p20110426-r1.ebuild,v 1.1 2014/05/27 12:36:00 ssuominen Exp $
94
95 EAPI=5
96
97 PYTHON_COMPAT=( python2_7 )
98
99 inherit distutils-r1 eutils qt4-r2
100
101 DESCRIPTION="A graphical file and directories comparator and merge tool"
102 HOMEPAGE="http://furius.ca/xxdiff/"
103 SRC_URI="mirror://gentoo/${P}.tar.bz2"
104
105 LICENSE="GPL-2"
106 SLOT="0"
107 KEYWORDS="~amd64 ~x86"
108 IUSE=""
109
110 RDEPEND="dev-qt/qtgui:4"
111 DEPEND="${RDEPEND}
112 virtual/yacc"
113
114 src_prepare() {
115 epatch \
116 "${FILESDIR}"/${P}-gcc47.patch \
117 "${FILESDIR}"/${P}-bison3.patch
118
119 pushd src >/dev/null
120 sed -i -e '/qPixmapFromMimeSource/d' *.ui || die #365019
121 qt4-r2_src_prepare
122 popd
123
124 distutils-r1_src_prepare
125 }
126
127 src_configure() {
128 pushd src >/dev/null
129 qt4-r2_src_configure
130 cat Makefile.extra >> Makefile
131 popd
132
133 distutils-r1_src_configure
134 }
135
136 src_compile() {
137 pushd src >/dev/null
138 qt4-r2_src_compile
139 popd
140
141 distutils-r1_src_compile
142 }
143
144 src_install() {
145 dobin bin/xxdiff
146
147 distutils-r1_src_install
148
149 dodoc CHANGES README* TODO doc/*.txt src/doc.txt
150
151 dohtml doc/*.{png,html} src/doc.html
152
153 # example tools, use these to build your own ones
154 insinto /usr/share/doc/${PF}
155 doins -r tools
156 }