summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2005-10-20 17:21:09 +0000
committerRyan Phillips <rphillips@gentoo.org>2005-10-20 17:21:09 +0000
commitd8b626c1c2c5c3aa6e8fda3b7962ee584f30ce1b (patch)
tree9e7a03ea9ee3a723b596ea743278044d3dbefea6 /dev-cpp
parentAdded doc use flag (diff)
downloadhistorical-d8b626c1c2c5c3aa6e8fda3b7962ee584f30ce1b.tar.gz
historical-d8b626c1c2c5c3aa6e8fda3b7962ee584f30ce1b.tar.bz2
historical-d8b626c1c2c5c3aa6e8fda3b7962ee584f30ce1b.zip
added doc use flag to pull in doxygen
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/asio/ChangeLog5
-rw-r--r--dev-cpp/asio/Manifest4
-rw-r--r--dev-cpp/asio/asio-0.3.4.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-cpp/asio/ChangeLog b/dev-cpp/asio/ChangeLog
index 59e23e418c93..be970fb46ec8 100644
--- a/dev-cpp/asio/ChangeLog
+++ b/dev-cpp/asio/ChangeLog
@@ -1,6 +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.2 2005/10/20 17:13:44 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.3 2005/10/20 17:21:09 rphillips Exp $
+
+ 20 Oct 2005; <rphillips@gentoo.org> asio-0.3.4.ebuild:
+ add doc use flag to pull in doxygen
20 Oct 2005; <rphillips@gentoo.org> asio-0.3.4.ebuild:
Added doc use flag
diff --git a/dev-cpp/asio/Manifest b/dev-cpp/asio/Manifest
index 01b1c8b6c1cd..dbde8125ecec 100644
--- a/dev-cpp/asio/Manifest
+++ b/dev-cpp/asio/Manifest
@@ -1,4 +1,4 @@
-MD5 200c4c9aab42595725ee6c01ee06428d asio-0.3.4.ebuild 671
-MD5 5a586873adac876b6bb0d9d3044a46d7 ChangeLog 397
+MD5 94f19178bdd7e63067d87a94f9e0e3ce asio-0.3.4.ebuild 680
+MD5 8469acf8aa950560efba663f4f26d003 ChangeLog 493
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
index 170ecd030574..ad08252d5ec5 100644
--- a/dev-cpp/asio/asio-0.3.4.ebuild
+++ b/dev-cpp/asio/asio-0.3.4.ebuild
@@ -1,6 +1,6 @@
# 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.2 2005/10/20 17:13:44 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-0.3.4.ebuild,v 1.3 2005/10/20 17:21:09 rphillips Exp $
DESCRIPTION="asynchronous network library"
HOMEPAGE="http://asio.sourceforge.net/"
@@ -12,7 +12,7 @@ KEYWORDS="~x86"
IUSE="ssl doc"
DEPEND=">=dev-libs/boost-1.33.0
- app-doc/doxygen
+ doc? ( app-doc/doxygen )
ssl? ( dev-libs/openssl )"
RDEPEND=""