Gentoo Archives: gentoo-commits

From: "George Shapovalov (george)" <george@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ada/tash: tash-8.4.1a.ebuild ChangeLog
Date: Wed, 22 Apr 2009 14:16:34
Message-Id: E1LwdFX-0003TP-Li@stork.gentoo.org
1 george 09/04/22 14:16:31
2
3 Modified: tash-8.4.1a.ebuild ChangeLog
4 Log:
5 fixed .so synlink poiting to (#241738)
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 dev-ada/tash/tash-8.4.1a.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/tash/tash-8.4.1a.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/tash/tash-8.4.1a.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/tash/tash-8.4.1a.ebuild?r1=1.6&r2=1.7
14
15 Index: tash-8.4.1a.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ada/tash/tash-8.4.1a.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- tash-8.4.1a.ebuild 27 Jan 2008 00:20:34 -0000 1.6
22 +++ tash-8.4.1a.ebuild 22 Apr 2009 14:16:31 -0000 1.7
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/tash/tash-8.4.1a.ebuild,v 1.6 2008/01/27 00:20:34 george Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/tash/tash-8.4.1a.ebuild,v 1.7 2009/04/22 14:16:31 george Exp $
29
30 -inherit versionator gnat
31 +inherit gnat
32
33 DESCRIPTION="Tash provides tcl Ada bindings"
34 HOMEPAGE="http://tcladashell.sourceforge.net/index.htm"
35 @@ -17,6 +17,8 @@
36 =dev-lang/tcl-8.4*
37 =dev-lang/tk-8.4*"
38
39 +RDEPEND=${DEPEND}
40 +
41 lib_compile() {
42 gcc -c -O2 -o obj/tclmacro.o src/tclmacro.c && \
43 gcc -c -O2 -o obj/tkmacro.o src/tkmacro.c && \
44 @@ -30,6 +32,13 @@
45 lib_install() {
46 mv "${SL}"/lib/*.{ali,a,so*} "${DL}"
47 chmod a-w "${DL}"/*.ali
48 +
49 + # tash build creates an absolute symlink. The easiest way to just
50 + # relink it here
51 + pushd "${DL}"
52 + rm libtash.so
53 + ln -s libtash.so.* libtash.so
54 + popd
55 }
56
57 src_install() {
58
59
60
61 1.5 dev-ada/tash/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/tash/ChangeLog?rev=1.5&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/tash/ChangeLog?rev=1.5&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/tash/ChangeLog?r1=1.4&r2=1.5
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/dev-ada/tash/ChangeLog,v
70 retrieving revision 1.4
71 retrieving revision 1.5
72 diff -u -r1.4 -r1.5
73 --- ChangeLog 27 Jan 2008 00:20:34 -0000 1.4
74 +++ ChangeLog 22 Apr 2009 14:16:31 -0000 1.5
75 @@ -1,6 +1,9 @@
76 # ChangeLog for dev-ada/tash
77 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/tash/ChangeLog,v 1.4 2008/01/27 00:20:34 george Exp $
79 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
80 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/tash/ChangeLog,v 1.5 2009/04/22 14:16:31 george Exp $
81 +
82 + 22 Apr 2009; George Shapovalov <george@g.o> tash-8.4.1a:
83 + fixed .so synlink poiting to (#241738)
84
85 27 Jan 2008; George Shapovalov <george@g.o> tash-8.4.1a.ebuild:
86 adjusted DEPEND to use new virtual/ada, fixed quoting