Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 320971
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +3 lines)
Line  Link Here
0
-- gsoap-2.7.15.ebuild
0
++ gsoap-2.7.17.ebuild
Lines 10-16 Link Here
10
10
11
DESCRIPTION="A cross-platform open source C and C++ SDK to ease the development of SOAP/XML Web services"
11
DESCRIPTION="A cross-platform open source C and C++ SDK to ease the development of SOAP/XML Web services"
12
HOMEPAGE="http://gsoap2.sourceforge.net"
12
HOMEPAGE="http://gsoap2.sourceforge.net"
13
SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.tar.gz"
13
SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip"
14
14
15
LICENSE="GPL-2 gSOAP"
15
LICENSE="GPL-2 gSOAP"
16
SLOT="0"
16
SLOT="0"
Lines 29-37 Link Here
29
	# Fix Pre-ISO headers
29
	# Fix Pre-ISO headers
30
	epatch \
30
	epatch \
31
		"${FILESDIR}/${PN}-2.7-fix-pre-iso-headers.patch" \
31
		"${FILESDIR}/${PN}-2.7-fix-pre-iso-headers.patch" \
32
		"${FILESDIR}/${PN}-2.7-fedora-openssl.patch" \
33
		"${FILESDIR}/${PN}-2.7.10-fedora-install_soapcpp2_wsdl2h_aux.patch" \
32
		"${FILESDIR}/${PN}-2.7.10-fedora-install_soapcpp2_wsdl2h_aux.patch" \
34
		"${FILESDIR}/${P}-use_libtool.patch"
33
		"${FILESDIR}/${PN}-2.7.15-use_libtool.patch"
35
	eautoreconf
34
	eautoreconf
36
}
35
}
37
36

Return to bug 320971