Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gsoap: gsoap-2.7.12.ebuild metadata.xml ChangeLog gsoap-2.7.9f.ebuild
Date: Tue, 03 Mar 2009 06:35:31
Message-Id: E1LeODx-0001lI-P9@stork.gentoo.org
1 patrick 09/03/03 06:35:29
2
3 Added: gsoap-2.7.12.ebuild metadata.xml ChangeLog
4 gsoap-2.7.9f.ebuild
5 Log:
6 Initial Import from jokey overlay. Dep of newer virtualbox-ose. Ebuilds by Alessio Cassibba.
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-libs/gsoap/gsoap-2.7.12.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gsoap/gsoap-2.7.12.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gsoap/gsoap-2.7.12.ebuild?rev=1.1&content-type=text/plain
14
15 Index: gsoap-2.7.12.ebuild
16 ===================================================================
17 # Copyright 1999-2009 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/gsoap-2.7.12.ebuild,v 1.1 2009/03/03 06:35:29 patrick Exp $
20
21 EAPI=1
22
23 inherit eutils
24
25 MY_P="${PN}-2.7"
26 DESCRIPTION="A cross-platfor open source C and C++ SDK to ease the development of SOAP/XML Web services"
27 HOMEPAGE="http://gsoap2.sourceforge.net"
28 SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.tar.gz"
29
30 LICENSE="GPL-2 gSOAP"
31 SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33 IUSE="doc debug examples +ssl"
34
35 DEPEND="sys-devel/flex
36 sys-devel/bison
37 sys-libs/zlib
38 ssl? ( dev-libs/openssl )"
39 RDEPEND=""
40
41 S=${WORKDIR}/${MY_P}
42
43 src_compile() {
44 econf $(use_enable ssl openssl) \
45 $(use_enable examples samples) \
46 $(use_enable debug) \
47 || die "econf failed"
48
49 emake -j1 || die "emake failed"
50 }
51
52 src_install() {
53 emake DESTDIR="${D}" install || die "Install failed"
54
55 dodir /usr/share/doc/${P}
56 dodoc LICENSE.txt NOTES.txt README.txt
57 dohtml changelog.html
58
59 if use examples; then
60 insinto /usr/share/${PN}
61 rm -rf gsoap/samples/Makefile* README.txt
62 doins -r gsoap/samples
63 fi
64
65 if use doc; then
66 dohtml -r gsoap/doc/
67 fi
68 }
69
70
71
72 1.1 net-libs/gsoap/metadata.xml
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gsoap/metadata.xml?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gsoap/metadata.xml?rev=1.1&content-type=text/plain
76
77 Index: metadata.xml
78 ===================================================================
79 <?xml version="1.0" encoding="UTF-8"?>
80 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
81 <pkgmetadata>
82 <herd>no-herd</herd>
83 <maintainer>
84 <email>jokey@g.o</email>
85 <name>Markus Ullmann</name>
86 </maintainer>
87 <maintainer>
88 <email>swapon@×××××.com</email>
89 <name>Alessio Cassibba</name>
90 </maintainer>
91 <maintainer>
92 <email>patrick@g.o</email>
93 <name>Patrick Lauer</name>
94 </maintainer>
95 </pkgmetadata>
96
97
98
99 1.1 net-libs/gsoap/ChangeLog
100
101 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gsoap/ChangeLog?rev=1.1&view=markup
102 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gsoap/ChangeLog?rev=1.1&content-type=text/plain
103
104 Index: ChangeLog
105 ===================================================================
106 # ChangeLog for net-libs/gsoap
107 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
108 # $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/ChangeLog,v 1.1 2009/03/03 06:35:29 patrick Exp $
109
110 *gsoap-2.7.12 (03 Mar 2009)
111 *gsoap-2.7.9f (03 Mar 2009)
112
113 03 Mar 2009; Patrick Lauer <patrick@g.o> +metadata.xml,
114 +gsoap-2.7.9f.ebuild, +gsoap-2.7.12.ebuild:
115 Initial Import from jokey overlay. Dep of newer virtualbox-ose. Ebuilds by
116 Alessio Cassibba.
117
118
119
120
121 1.1 net-libs/gsoap/gsoap-2.7.9f.ebuild
122
123 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gsoap/gsoap-2.7.9f.ebuild?rev=1.1&view=markup
124 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gsoap/gsoap-2.7.9f.ebuild?rev=1.1&content-type=text/plain
125
126 Index: gsoap-2.7.9f.ebuild
127 ===================================================================
128 # Copyright 1999-2009 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 # $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/gsoap-2.7.9f.ebuild,v 1.1 2009/03/03 06:35:29 patrick Exp $
131
132 EAPI=1
133
134 inherit eutils
135
136 MY_P="${PN}-2.7"
137 DESCRIPTION="A cross-platfor open source C and C++ SDK to ease the development of SOAP/XML Web services"
138 HOMEPAGE="http://gsoap2.sourceforge.net"
139 SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.tar.gz"
140
141 LICENSE="GPL-2 gSOAP"
142 SLOT="0"
143 KEYWORDS="~amd64 ~x86"
144 IUSE="doc debug +ssl"
145
146 DEPEND="sys-devel/flex
147 sys-devel/bison
148 sys-libs/zlib
149 ssl? ( dev-libs/openssl )"
150 RDEPEND=""
151
152 S=${WORKDIR}/${MY_P}
153
154 src_compile() {
155 econf $(use_enable ssl openssl) \
156 $(use_enable debug) \
157 || die "econf failed"
158
159 emake -j1 || die "emake failed"
160 }
161
162 src_install() {
163 emake DESTDIR="${D}" -j1 install || die "Install failed"
164
165 dodir /usr/share/doc/${P}
166 dodoc NOTES.txt README.txt
167 dohtml changelog.html
168
169 if use doc; then
170 dohtml -r gsoap/doc/
171 fi
172 }