Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/xpa: metadata.xml ChangeLog xpa-2.1.10.ebuild
Date: Wed, 09 Sep 2009 05:44:30
Message-Id: E1MlFyl-0004rN-FD@stork.gentoo.org
1 bicatali 09/09/09 05:44:27
2
3 Modified: metadata.xml ChangeLog
4 Added: xpa-2.1.10.ebuild
5 Log:
6 Version bump, and added no-herd
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 x11-libs/xpa/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xpa/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xpa/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xpa/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xpa/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 5 Nov 2008 21:45:11 -0000 1.1
23 +++ metadata.xml 9 Sep 2009 05:44:27 -0000 1.2
24 @@ -6,6 +6,7 @@
25 <name>Sébastien Fabbro</name>
26 <description>Feel free to take over</description>
27 </maintainer>
28 +<herd>no-herd</herd>
29 <longdescription lang="en">
30 The XPA messaging system provides seamless communication between many
31 kinds of Unix programs, including X programs and Tcl/Tk programs.
32
33
34
35 1.5 x11-libs/xpa/ChangeLog
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xpa/ChangeLog?rev=1.5&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xpa/ChangeLog?rev=1.5&content-type=text/plain
39 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xpa/ChangeLog?r1=1.4&r2=1.5
40
41 Index: ChangeLog
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xpa/ChangeLog,v
44 retrieving revision 1.4
45 retrieving revision 1.5
46 diff -u -r1.4 -r1.5
47 --- ChangeLog 9 Jan 2009 22:41:48 -0000 1.4
48 +++ ChangeLog 9 Sep 2009 05:44:27 -0000 1.5
49 @@ -1,6 +1,12 @@
50 # ChangeLog for x11-libs/xpa
51 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
52 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpa/ChangeLog,v 1.4 2009/01/09 22:41:48 josejx Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpa/ChangeLog,v 1.5 2009/09/09 05:44:27 bicatali Exp $
54 +
55 +*xpa-2.1.10 (09 Sep 2009)
56 +
57 + 09 Sep 2009; Sébastien Fabbro <bicatali@g.o> +xpa-2.1.10.ebuild,
58 + metadata.xml:
59 + Version bump, and added no-herd
60
61 09 Jan 2009; Joseph Jezak <josejx@g.o> xpa-2.1.8.ebuild:
62 Marked ~ppc for bug #253299.
63
64
65
66 1.1 x11-libs/xpa/xpa-2.1.10.ebuild
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xpa/xpa-2.1.10.ebuild?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xpa/xpa-2.1.10.ebuild?rev=1.1&content-type=text/plain
70
71 Index: xpa-2.1.10.ebuild
72 ===================================================================
73 # Copyright 1999-2009 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 # $Header: /var/cvsroot/gentoo-x86/x11-libs/xpa/xpa-2.1.10.ebuild,v 1.1 2009/09/09 05:44:27 bicatali Exp $
76
77 EAPI=2
78 inherit eutils autotools
79
80 DESCRIPTION="Messaging system providing communication between programs"
81 HOMEPAGE="http://hea-www.harvard.edu/RD/xpa"
82 SRC_URI="http://hea-www.harvard.edu/saord/download/${PN}/${P}.tar.gz"
83
84 LICENSE="LGPL-2.1"
85 SLOT="0"
86 KEYWORDS="~amd64 ~ppc ~x86"
87 IUSE="doc"
88 RDEPEND="dev-lang/tcl
89 x11-libs/libXt
90 !<sci-astronomy/ds9-5.3"
91 DEPEND="${RDEPEND}"
92
93 src_prepare() {
94 epatch "${FILESDIR}"/${PN}-2.1.8-makefile.patch
95 sed -i -e "s:\${LINK}:\${LINK} ${LDFLAGS}:" mklib
96 eautoconf
97 }
98
99 src_configure() {
100 econf \
101 --enable-shared \
102 --enable-threaded-xpans \
103 --with-x \
104 --with-tcl \
105 --with-threads
106 }
107
108 src_compile() {
109 emake shlib tclxpa || die "emake failed"
110 }
111
112 src_install () {
113 emake INSTALL_ROOT="${D}" install || die "emake install failed"
114 dosym libtclxpa.so.1.0 /usr/$(get_libdir)/libtclxpa.so
115 insinto /usr/$(get_libdir)/tclxpa
116 doins pkgIndex.tcl
117 mv "${D}"/usr/$(get_libdir)/libtclxpa* "${D}"/usr/$(get_libdir)/tclxpa/
118
119 dodoc README
120 if use doc; then
121 cd doc
122 insinto /usr/share/doc/${PF}
123 doins *.pdf || die
124 insinto /usr/share/doc/${PF}/html
125 doins *.html || die
126 fi
127 }