summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild')
-rw-r--r--dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild b/dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild
index 1662205ea5b6..14b255f05521 100644
--- a/dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild
+++ b/dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild,v 1.2 2003/07/21 18:52:23 naz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $
IUSE="doc xml2"
-DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\
+DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\
threading, sockets, file access, daemons, persistence, serial I/O, XML parsing,\
and system services"
SRC_URI="mirror://gnu/commonc++/${P}.tar.gz"
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnu.org/software/commonc++/"
DEPEND="xml2? ( dev-libs/libxml2 )
doc? ( app-doc/doxygen )"
-
+
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"
@@ -30,7 +30,7 @@ src_compile() {
# kdoc disabled for now, it errors out
use doc && make doxy
-}
+}
src_install () {
@@ -38,7 +38,7 @@ src_install () {
dodoc AUTHORS INSTALL NEWS ChangeLog README\
THANKS TODO COPYING COPYING.addendum
-
+
# Only install html docs
# man and latex available, but seems a little wasteful
use doc && dohtml docs/html/*