Gentoo Archives: gentoo-commits

From: "Keri Harris (keri)" <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/xsb: ChangeLog xsb-3.1.ebuild
Date: Tue, 27 Jan 2009 05:22:18
Message-Id: E1LRgOs-0003Ll-Bf@stork.gentoo.org
1 keri 09/01/27 05:22:14
2
3 Modified: ChangeLog xsb-3.1.ebuild
4 Log:
5 Move patches into tarball; support multi-threaded packages
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 x86_64)
7
8 Revision Changes Path
9 1.15 dev-lang/xsb/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/xsb/ChangeLog?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/xsb/ChangeLog?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/xsb/ChangeLog?r1=1.14&r2=1.15
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/xsb/ChangeLog,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- ChangeLog 11 Oct 2008 03:50:12 -0000 1.14
22 +++ ChangeLog 27 Jan 2009 05:22:14 -0000 1.15
23 @@ -1,6 +1,16 @@
24 # ChangeLog for dev-lang/xsb
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/xsb/ChangeLog,v 1.14 2008/10/11 03:50:12 keri Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/xsb/ChangeLog,v 1.15 2009/01/27 05:22:14 keri Exp $
29 +
30 + 27 Jan 2009; <keri@g.o> -files/xsb-3.1-chr_d.patch,
31 + -files/xsb-3.1-configure.patch, -files/xsb-3.1-gap.patch,
32 + -files/xsb-3.1-justify.patch, -files/xsb-3.1-mysql.patch,
33 + -files/xsb-3.1-nostrip.patch, -files/xsb-3.1-odbc.patch,
34 + -files/xsb-3.1-orient.patch, -files/xsb-3.1-packages.patch,
35 + -files/xsb-3.1-portage.patch, -files/xsb-3.1-varstring.patch,
36 + -files/xsb-3.1-xpath.patch, -files/xsb-3.1-xsb-script.patch,
37 + xsb-3.1.ebuild:
38 + Move patches into tarball; support multi-threaded packages
39
40 11 Oct 2008; <keri@g.o> files/xsb-3.1-configure.patch:
41 Fix configure to ignore interprolog with USE=-java. Closes #240209
42
43
44
45 1.4 dev-lang/xsb/xsb-3.1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/xsb/xsb-3.1.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/xsb/xsb-3.1.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/xsb/xsb-3.1.ebuild?r1=1.3&r2=1.4
50
51 Index: xsb-3.1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-lang/xsb/xsb-3.1.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- xsb-3.1.ebuild 14 Aug 2008 08:13:48 -0000 1.3
58 +++ xsb-3.1.ebuild 27 Jan 2009 05:22:14 -0000 1.4
59 @@ -1,15 +1,18 @@
60 -# Copyright 1999-2008 Gentoo Foundation
61 +# Copyright 1999-2009 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/xsb/xsb-3.1.ebuild,v 1.3 2008/08/14 08:13:48 keri Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/xsb/xsb-3.1.ebuild,v 1.4 2009/01/27 05:22:14 keri Exp $
65
66 MY_PN="XSB"
67 MY_P="${MY_PN}-unix"
68
69 +PATCHSET_VER="0"
70 +
71 inherit eutils autotools java-pkg-opt-2
72
73 DESCRIPTION="XSB is a logic programming and deductive database system"
74 HOMEPAGE="http://xsb.sourceforge.net"
75 -SRC_URI="mirror://sourceforge/xsb/${MY_P}.tar.gz"
76 +SRC_URI="mirror://sourceforge/xsb/${MY_P}.tar.gz
77 + mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz"
78
79 LICENSE="GPL-2 LGPL-2"
80 SLOT="0"
81 @@ -30,19 +33,27 @@
82 unpack ${A}
83 cd "${S}"
84
85 - epatch "${FILESDIR}"/${P}-configure.patch
86 - epatch "${FILESDIR}"/${P}-portage.patch
87 - epatch "${FILESDIR}"/${P}-varstring.patch
88 - epatch "${FILESDIR}"/${P}-orient.patch
89 - epatch "${FILESDIR}"/${P}-xsb-script.patch
90 - epatch "${FILESDIR}"/${P}-nostrip.patch
91 - epatch "${FILESDIR}"/${P}-packages.patch
92 - epatch "${FILESDIR}"/${P}-chr_d.patch
93 - epatch "${FILESDIR}"/${P}-gap.patch
94 - epatch "${FILESDIR}"/${P}-justify.patch
95 - epatch "${FILESDIR}"/${P}-mysql.patch
96 - epatch "${FILESDIR}"/${P}-odbc.patch
97 - epatch "${FILESDIR}"/${P}-xpath.patch
98 + EPATCH_FORCE=yes
99 + EPATCH_SUFFIX=patch
100 + epatch "${WORKDIR}"/${PV}
101 +
102 +# epatch "${FILESDIR}"/${P}-configure.patch
103 +# epatch "${FILESDIR}"/${P}-portage.patch
104 +# epatch "${FILESDIR}"/${P}-varstring.patch
105 +# epatch "${FILESDIR}"/${P}-orient.patch
106 +# epatch "${FILESDIR}"/${P}-xsb-script.patch
107 +# epatch "${FILESDIR}"/${P}-nostrip.patch
108 +# epatch "${FILESDIR}"/${P}-packages.patch
109 +# epatch "${FILESDIR}"/${P}-chr_d.patch
110 +# epatch "${FILESDIR}"/${P}-dbdrivers.patch
111 +# epatch "${FILESDIR}"/${P}-gap.patch
112 +# epatch "${FILESDIR}"/${P}-justify.patch
113 +# epatch "${FILESDIR}"/${P}-libwww.patch
114 +# epatch "${FILESDIR}"/${P}-mysql.patch
115 +# epatch "${FILESDIR}"/${P}-odbc.patch
116 +# epatch "${FILESDIR}"/${P}-perlmatch.patch
117 +# epatch "${FILESDIR}"/${P}-sgml.patch
118 +# epatch "${FILESDIR}"/${P}-xpath.patch
119
120 cd "${S}"/build
121 eautoconf