diff options
Diffstat (limited to 'dev-libs/commonc++')
-rw-r--r-- | dev-libs/commonc++/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/commonc++/commonc++-1.9.7-r2.ebuild | 39 | ||||
-rw-r--r-- | dev-libs/commonc++/files/digest-commonc++-1.9.7-r2 | 1 |
3 files changed, 45 insertions, 1 deletions
diff --git a/dev-libs/commonc++/ChangeLog b/dev-libs/commonc++/ChangeLog index 357db2503344..d0c162a51373 100644 --- a/dev-libs/commonc++/ChangeLog +++ b/dev-libs/commonc++/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for <CATEGORY>/<PACKAGE_NAME> # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/ChangeLog,v 1.3 2002/07/13 17:35:12 naz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/ChangeLog,v 1.4 2002/10/03 20:32:44 mkeadle Exp $ + +*commonc++-1.9.7-r1 (03 Oct 2002) + 03 Oct 2002; Matt Keadle <mkeadle@gentoo.org> commonc++-1.9.7-r2: + Updated to resolv Bug #6115 *commonc++-1.9.7-r1 (13 Jul 2002) 07 Jul 2002; Michael Nazaroff <naz@gentoo.org> commonc++-1.9.7-r1: diff --git a/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild b/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild new file mode 100644 index 000000000000..9c461c54feba --- /dev/null +++ b/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild,v 1.1 2002/10/03 20:32:44 mkeadle Exp $ + +S=${WORKDIR}/CommonC++-1.9.7 +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="http://ftp.azc.uam.mx/mirrors/gnu/commonc++/${P}.tar.gz" +HOMEPAGE="http://www.gnu.org/software/commonc++/" + +DEPEND="sys-libs/zlib + dev-libs/libxml2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_unpack() { + + unpack ${A} + cd ${S} + patch -p0 < ${FILESDIR}/commmonc++-0.1.patch || die + +} +src_compile() { + + econf || die "./configure failed" + make DESTDIR=${D} || die + +} + +src_install () { + + make DESTDIR=${D} install || die + dodoc AUTHORS INSTALL NEWS OVERVIEW.TXT ChangeLog\ + README THANKS TODO COPYING COPYING.addendum + dohtml doc/* +} diff --git a/dev-libs/commonc++/files/digest-commonc++-1.9.7-r2 b/dev-libs/commonc++/files/digest-commonc++-1.9.7-r2 new file mode 100644 index 000000000000..a29592b05c0d --- /dev/null +++ b/dev-libs/commonc++/files/digest-commonc++-1.9.7-r2 @@ -0,0 +1 @@ +MD5 d1e9f2d5db4a3c667c08d36a0d261d74 commonc++-1.9.7.tar.gz 741527 |