diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2005-10-16 07:57:39 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2005-10-16 07:57:39 +0000 |
commit | 22224765566d79af323e7eb5b4d010fe532a31cf (patch) | |
tree | 0a720c2eaeac968aa0a6f0028b92f28030cd2e5c /dev-cpp/asio | |
parent | Keyworded ~mips. (diff) | |
download | historical-22224765566d79af323e7eb5b4d010fe532a31cf.tar.gz historical-22224765566d79af323e7eb5b4d010fe532a31cf.tar.bz2 historical-22224765566d79af323e7eb5b4d010fe532a31cf.zip |
new package
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-cpp/asio')
-rw-r--r-- | dev-cpp/asio/ChangeLog | 9 | ||||
-rw-r--r-- | dev-cpp/asio/Manifest | 4 | ||||
-rw-r--r-- | dev-cpp/asio/asio-0.3.4.ebuild | 25 | ||||
-rw-r--r-- | dev-cpp/asio/files/digest-asio-0.3.4 | 1 | ||||
-rw-r--r-- | dev-cpp/asio/metadata.xml | 8 |
5 files changed, 47 insertions, 0 deletions
diff --git a/dev-cpp/asio/ChangeLog b/dev-cpp/asio/ChangeLog new file mode 100644 index 000000000000..54c80c408aab --- /dev/null +++ b/dev-cpp/asio/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-cpp/asio +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.1 2005/10/16 07:57:39 rphillips Exp $ + +*asio-0.3.4 (16 Oct 2005) + + 16 Oct 2005; <rphillips@gentoo.org> +metadata.xml, +asio-0.3.4.ebuild: + Initial import + diff --git a/dev-cpp/asio/Manifest b/dev-cpp/asio/Manifest new file mode 100644 index 000000000000..d0c462cfe132 --- /dev/null +++ b/dev-cpp/asio/Manifest @@ -0,0 +1,4 @@ +MD5 3909818a1a69a6a2eeb8b6f878950783 asio-0.3.4.ebuild 642 +MD5 a414a268d996fa0a7f5b3884da7d9ba0 ChangeLog 318 +MD5 c6481e888232c301a62acc17f6fecf9f metadata.xml 221 +MD5 c2c56a660d96c4915fb2a3dea8881732 files/digest-asio-0.3.4 63 diff --git a/dev-cpp/asio/asio-0.3.4.ebuild b/dev-cpp/asio/asio-0.3.4.ebuild new file mode 100644 index 000000000000..0fba6a301c86 --- /dev/null +++ b/dev-cpp/asio/asio-0.3.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-0.3.4.ebuild,v 1.1 2005/10/16 07:57:39 rphillips Exp $ + +DESCRIPTION="asynchronous network library" +HOMEPAGE="http://asio.sourceforge.net/" +SRC_URI="mirror://sourceforge/asio/${P}.tar.bz2" + +LICENSE="Boost-1.0" +SLOT="0" +KEYWORDS="~x86" +IUSE="ssl" + +DEPEND=">=dev-libs/boost-1.33.0 + app-doc/doxygen + ssl? ( dev-libs/openssl )" +RDEPEND="" + +src_install() { + einstall || die "install error" + + dodoc README COPYING INSTALL + dodir /usr/share/doc/${PF}/ + mv doc/* ${D}/usr/share/doc/${PF}/ +} diff --git a/dev-cpp/asio/files/digest-asio-0.3.4 b/dev-cpp/asio/files/digest-asio-0.3.4 new file mode 100644 index 000000000000..fb6577adcf40 --- /dev/null +++ b/dev-cpp/asio/files/digest-asio-0.3.4 @@ -0,0 +1 @@ +MD5 d3cfe6cacbdda72bd84167757528d0f7 asio-0.3.4.tar.bz2 628235 diff --git a/dev-cpp/asio/metadata.xml b/dev-cpp/asio/metadata.xml new file mode 100644 index 000000000000..a0f0bc2d63f1 --- /dev/null +++ b/dev-cpp/asio/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>cpp</herd> +<maintainer> + <email>rphillips@gentoo.org</email> +</maintainer> +</pkgmetadata> |