Gentoo Archives: gentoo-commits

From: "hanno (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/taxbird: taxbird-0.10.ebuild ChangeLog
Date: Sat, 08 Sep 2007 20:13:30
Message-Id: E1IU6Zl-0001Lw-Jg@stork.gentoo.org
1 hanno 07/09/08 20:06:41
2
3 Modified: taxbird-0.10.ebuild ChangeLog
4 Log:
5 taxbird needs guile with regex
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.4 app-office/taxbird/taxbird-0.10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/taxbird-0.10.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/taxbird-0.10.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/taxbird-0.10.ebuild?r1=1.3&r2=1.4
14
15 Index: taxbird-0.10.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.10.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- taxbird-0.10.ebuild 8 Sep 2007 15:19:06 -0000 1.3
22 +++ taxbird-0.10.ebuild 8 Sep 2007 20:06:41 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.10.ebuild,v 1.3 2007/09/08 15:19:06 hanno Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.10.ebuild,v 1.4 2007/09/08 20:06:41 hanno Exp $
28
29 inherit eutils fdo-mime flag-o-matic
30
31 @@ -22,9 +22,9 @@
32 dev-scheme/guile"
33
34 pkg_setup() {
35 - if has_version ">=dev-scheme/guile-1.8.0" && ! built_with_use dev-scheme/guile discouraged deprecated; then
36 - eerror "This package requires dev-scheme/guile with USE=\"discouraged deprecated\"."
37 - die "Please reemerge dev-scheme/guile with USE=\"discouraged deprecated\"."
38 + if has_version ">=dev-scheme/guile-1.8.0" && ! built_with_use dev-scheme/guile discouraged deprecated regex; then
39 + eerror "This package requires dev-scheme/guile with USE=\"discouraged deprecated regex\"."
40 + die "Please reemerge dev-scheme/guile with USE=\"discouraged deprecated regex\"."
41 fi
42
43 filter-ldflags -Wl,--as-needed --as-needed
44
45
46
47 1.12 app-office/taxbird/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/ChangeLog?rev=1.12&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/ChangeLog?rev=1.12&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/ChangeLog?r1=1.11&r2=1.12
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v
56 retrieving revision 1.11
57 retrieving revision 1.12
58 diff -u -r1.11 -r1.12
59 --- ChangeLog 8 Sep 2007 15:19:06 -0000 1.11
60 +++ ChangeLog 8 Sep 2007 20:06:41 -0000 1.12
61 @@ -1,6 +1,9 @@
62 # ChangeLog for app-office/taxbird
63 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.11 2007/09/08 15:19:06 hanno Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.12 2007/09/08 20:06:41 hanno Exp $
66 +
67 + 08 Sep 2007; Hanno Boeck <hanno@g.o> taxbird-0.10.ebuild:
68 + Needs guile with regex support.
69
70 08 Sep 2007; Hanno Boeck <hanno@g.o> taxbird-0.10.ebuild:
71 Improve dev-guile use-check.
72
73
74
75 --
76 gentoo-commits@g.o mailing list