diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-03-04 06:34:48 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-03-04 06:34:48 +0000 |
commit | 3bc25c9d5a228428baebe1ffff2ba24e40c56e65 (patch) | |
tree | c989ed1d1f0b7fa6f39aab6d9abac8ebc4591af6 /net-libs/gsoap/gsoap-2.7.12.ebuild | |
parent | Added patch for Buffer Overflow in ARC2 module. Bug #258049. CVE-2009-0544 (diff) | |
download | historical-3bc25c9d5a228428baebe1ffff2ba24e40c56e65.tar.gz historical-3bc25c9d5a228428baebe1ffff2ba24e40c56e65.tar.bz2 historical-3bc25c9d5a228428baebe1ffff2ba24e40c56e65.zip |
Fixing typo in DESCRIPTION
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'net-libs/gsoap/gsoap-2.7.12.ebuild')
-rw-r--r-- | net-libs/gsoap/gsoap-2.7.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/gsoap/gsoap-2.7.12.ebuild b/net-libs/gsoap/gsoap-2.7.12.ebuild index 8e740edd90f1..c09ea82e70bb 100644 --- a/net-libs/gsoap/gsoap-2.7.12.ebuild +++ b/net-libs/gsoap/gsoap-2.7.12.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/gsoap-2.7.12.ebuild,v 1.1 2009/03/03 06:35:29 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/gsoap-2.7.12.ebuild,v 1.2 2009/03/04 06:34:48 patrick Exp $ EAPI=1 inherit eutils MY_P="${PN}-2.7" -DESCRIPTION="A cross-platfor open source C and C++ SDK to ease the development of SOAP/XML Web services" +DESCRIPTION="A cross-platform open source C and C++ SDK to ease the development of SOAP/XML Web services" HOMEPAGE="http://gsoap2.sourceforge.net" SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.tar.gz" |