Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/opendx: opendx-4.4.4.ebuild opendx-4.3.2-r1.ebuild ChangeLog
Date: Thu, 28 Feb 2008 15:53:29
Message-Id: E1JUl4X-0003xu-Q3@stork.gentoo.org
1 markusle 08/02/28 15:53:25
2
3 Modified: opendx-4.4.4.ebuild opendx-4.3.2-r1.ebuild
4 ChangeLog
5 Log:
6 Added file to make revdep-rebuild aware of opendx binary paths (see bug #211553).
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 sci-visualization/opendx/opendx-4.4.4.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/opendx/opendx-4.4.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/opendx/opendx-4.4.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/opendx/opendx-4.4.4.ebuild?r1=1.1&r2=1.2
15
16 Index: opendx-4.4.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.4.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- opendx-4.4.4.ebuild 21 Jan 2008 16:24:23 -0000 1.1
23 +++ opendx-4.4.4.ebuild 28 Feb 2008 15:53:25 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.4.4.ebuild,v 1.1 2008/01/21 16:24:23 spock Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.4.4.ebuild,v 1.2 2008/02/28 15:53:25 markusle Exp $
29
30 # Set SMP="no" to force disable of SMP compilation.
31 # Set SMP="yes" to force enable of SMP compilation.
32 @@ -123,4 +123,8 @@
33
34 echo "MANPATH=/usr/dx/man" > 50opendx
35 doenvd 50opendx
36 +
37 + # inform revdep-rebuild about binary locations
38 + insinto /etc/revdep-rebuild
39 + doins "${FILESDIR}"/20-${PN}-revdep
40 }
41
42
43
44 1.6 sci-visualization/opendx/opendx-4.3.2-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/opendx/opendx-4.3.2-r1.ebuild?rev=1.6&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/opendx/opendx-4.3.2-r1.ebuild?rev=1.6&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/opendx/opendx-4.3.2-r1.ebuild?r1=1.5&r2=1.6
49
50 Index: opendx-4.3.2-r1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.3.2-r1.ebuild,v
53 retrieving revision 1.5
54 retrieving revision 1.6
55 diff -u -r1.5 -r1.6
56 --- opendx-4.3.2-r1.ebuild 22 Jul 2007 06:50:09 -0000 1.5
57 +++ opendx-4.3.2-r1.ebuild 28 Feb 2008 15:53:25 -0000 1.6
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2007 Gentoo Foundation
60 +# Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.3.2-r1.ebuild,v 1.5 2007/07/22 06:50:09 dberkholz Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.3.2-r1.ebuild,v 1.6 2008/02/28 15:53:25 markusle Exp $
64
65 # Set SMP="no" to force disable of SMP compilation.
66 # Set SMP="yes" to force enable of SMP compilation.
67 @@ -57,7 +57,7 @@
68 src_compile() {
69
70 if has_version '>=sys-kernel/linux-headers-2.6.19' ; then
71 - epatch ${FILESDIR}/${P}-sys.h.patch || die "Failed to apply sys.h patch."
72 + epatch "${FILESDIR}"/${P}-sys.h.patch || die "Failed to apply sys.h patch."
73 fi
74
75 eautoreconf || die "Failed running eautoreconf."
76 @@ -112,5 +112,5 @@
77 }
78
79 src_install() {
80 - make DESTDIR=${D} install || die
81 + make DESTDIR="${D}" install || die
82 }
83
84
85
86 1.9 sci-visualization/opendx/ChangeLog
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/opendx/ChangeLog?rev=1.9&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/opendx/ChangeLog?rev=1.9&content-type=text/plain
90 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/opendx/ChangeLog?r1=1.8&r2=1.9
91
92 Index: ChangeLog
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/opendx/ChangeLog,v
95 retrieving revision 1.8
96 retrieving revision 1.9
97 diff -u -r1.8 -r1.9
98 --- ChangeLog 21 Jan 2008 16:24:23 -0000 1.8
99 +++ ChangeLog 28 Feb 2008 15:53:25 -0000 1.9
100 @@ -1,6 +1,11 @@
101 # ChangeLog for sci-visualization/opendx
102 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
103 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/ChangeLog,v 1.8 2008/01/21 16:24:23 spock Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/ChangeLog,v 1.9 2008/02/28 15:53:25 markusle Exp $
105 +
106 + 28 Feb 2008; Markus Dittrich <markusle@g.o>
107 + +files/20-opendx-revdep, opendx-4.3.2-r1.ebuild, opendx-4.4.4.ebuild:
108 + Added file to make revdep-rebuild aware of opendx binary paths
109 + (see bug #211553).
110
111 *opendx-4.4.4 (21 Jan 2008)
112
113
114
115
116 --
117 gentoo-commits@l.g.o mailing list