diff options
Diffstat (limited to 'dev-cpp/asio')
-rw-r--r-- | dev-cpp/asio/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/asio/asio-0.3.7.ebuild | 26 | ||||
-rw-r--r-- | dev-cpp/asio/files/digest-asio-0.3.7 | 3 |
3 files changed, 33 insertions, 1 deletions
diff --git a/dev-cpp/asio/ChangeLog b/dev-cpp/asio/ChangeLog index cbfc1600b15c..b0b18aab2a2b 100644 --- a/dev-cpp/asio/ChangeLog +++ b/dev-cpp/asio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/asio # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.4 2006/07/15 11:10:10 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.5 2006/10/18 21:44:45 dev-zero Exp $ + + 18 Oct 2006; Tiziano Müller <dev-zero@gentoo.org> ChangeLog: + Version bump. 15 Jul 2006; Bryan Østergaard <kloeri@gentoo.org> metadata.xml: Remove rphillips from metadata.xml as he's retired. diff --git a/dev-cpp/asio/asio-0.3.7.ebuild b/dev-cpp/asio/asio-0.3.7.ebuild new file mode 100644 index 000000000000..54279d24b55f --- /dev/null +++ b/dev-cpp/asio/asio-0.3.7.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-0.3.7.ebuild,v 1.1 2006/10/18 21:44:45 dev-zero Exp $ + +DESCRIPTION="asynchronous network library" +HOMEPAGE="http://asio.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="Boost-1.0" +SLOT="0" +KEYWORDS="~x86" +IUSE="doc ssl test" + +DEPEND=">=dev-libs/boost-1.33.0 + test? ( ssl? ( dev-libs/openssl ) )" +RDEPEND="" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + + dodoc README + + if use doc ; then + dohtml -r doc/* + fi +} diff --git a/dev-cpp/asio/files/digest-asio-0.3.7 b/dev-cpp/asio/files/digest-asio-0.3.7 new file mode 100644 index 000000000000..0a58cbb1b4df --- /dev/null +++ b/dev-cpp/asio/files/digest-asio-0.3.7 @@ -0,0 +1,3 @@ +MD5 5481c9764ece613d8e099c1a9b32ded2 asio-0.3.7.tar.bz2 1791047 +RMD160 dc35c3ad0225823fdf10e72258993a0d837da1ba asio-0.3.7.tar.bz2 1791047 +SHA256 a7e2f105cab8a120bf24ec9761881f588b27361ce9303ac4374f2ce1d80b794f asio-0.3.7.tar.bz2 1791047 |