Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/cvc3: cvc3-2.4.1.ebuild ChangeLog
Date: Thu, 29 Nov 2012 11:41:40
Message-Id: 20121129114129.88FFB20C65@flycatcher.gentoo.org
1 gienah 12/11/29 11:41:29
2
3 Modified: cvc3-2.4.1.ebuild ChangeLog
4 Log:
5 Try to fix: bug 442228 - sci-mathematics/cvc3-2.4.1 - QA Notice: //usr/lib/pkgconfig/cvc3.pc installed in ${D}/${D}
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
8
9 Revision Changes Path
10 1.3 sci-mathematics/cvc3/cvc3-2.4.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cvc3/cvc3-2.4.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cvc3/cvc3-2.4.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cvc3/cvc3-2.4.1.ebuild?r1=1.2&r2=1.3
15
16 Index: cvc3-2.4.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/cvc3/cvc3-2.4.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- cvc3-2.4.1.ebuild 1 Jun 2012 02:12:45 -0000 1.2
23 +++ cvc3-2.4.1.ebuild 29 Nov 2012 11:41:29 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cvc3/cvc3-2.4.1.ebuild,v 1.2 2012/06/01 02:12:45 gienah Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cvc3/cvc3-2.4.1.ebuild,v 1.3 2012/11/29 11:41:29 gienah Exp $
29
30 EAPI="4"
31
32 @@ -33,9 +33,9 @@
33 SITEFILE=50${PN}-gentoo.el
34
35 src_prepare() {
36 - sed -e 's/prefix=@prefix@/prefix=${DESTDIR}@prefix@/' \
37 - -e 's/libdir=@libdir@/libdir=${DESTDIR}@libdir@/' \
38 - -e 's/mandir=@mandir@/mandir=${DESTDIR}@mandir@/' \
39 + sed -e 's#prefix=@prefix@#prefix=$(patsubst %/,%,$(DESTDIR))@prefix@#' \
40 + -e 's#libdir=@libdir@#libdir=$(patsubst %/,%,$(DESTDIR))@libdir@#' \
41 + -e 's#mandir=@mandir@#mandir=$(patsubst %/,%,$(DESTDIR))@mandir@#' \
42 -i "${S}/Makefile.local.in" \
43 || die "Could not set DESTDIR in Makefile.local.in"
44 }
45
46
47
48 1.4 sci-mathematics/cvc3/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cvc3/ChangeLog?rev=1.4&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cvc3/ChangeLog?rev=1.4&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cvc3/ChangeLog?r1=1.3&r2=1.4
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/cvc3/ChangeLog,v
57 retrieving revision 1.3
58 retrieving revision 1.4
59 diff -u -r1.3 -r1.4
60 --- ChangeLog 1 Jun 2012 02:12:45 -0000 1.3
61 +++ ChangeLog 29 Nov 2012 11:41:29 -0000 1.4
62 @@ -1,6 +1,10 @@
63 # ChangeLog for sci-mathematics/cvc3
64 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cvc3/ChangeLog,v 1.3 2012/06/01 02:12:45 gienah Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cvc3/ChangeLog,v 1.4 2012/11/29 11:41:29 gienah Exp $
67 +
68 + 29 Nov 2012; Mark Wright <gienah@g.o> cvc3-2.4.1.ebuild:
69 + Try to fix: bug 442228 - sci-mathematics/cvc3-2.4.1 - QA Notice:
70 + //usr/lib/pkgconfig/cvc3.pc installed in ${D}/${D}
71
72 01 Jun 2012; Mark Wright <gienah@g.o> cvc3-2.4.1.ebuild, metadata.xml:
73 Fix bug #418455 - sci-mathematics/cvs3 license issues. Fix typos in sed.
74 @@ -13,4 +17,3 @@
75 30 May 2012; Mark Wright <gienah@g.o> +cvc3-2.4.1.ebuild,
76 +files/50cvc3-gentoo.el, +metadata.xml:
77 Add CVC3 automatic theorem prover, with optional Isabelle/HOL integration.
78 -