From 549f5ba3d7a6fd205394b70148494a5c47db7cd1 Mon Sep 17 00:00:00 2001 From: Michael Nazaroff Date: Mon, 8 Jul 2002 00:38:49 +0000 Subject: Added patch to commonc++ so it now compiles --- dev-libs/commonc++/ChangeLog | 8 +++++++- dev-libs/commonc++/commonc++-1.9.7.ebuild | 13 ++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) (limited to 'dev-libs') diff --git a/dev-libs/commonc++/ChangeLog b/dev-libs/commonc++/ChangeLog index 1986e2b26965..10670ce2708a 100644 --- a/dev-libs/commonc++/ChangeLog +++ b/dev-libs/commonc++/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for / # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/ChangeLog,v 1.1 2002/07/05 19:45:51 naz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/ChangeLog,v 1.2 2002/07/08 00:38:49 naz Exp $ + +*commonc++-1.9.7 (07 Jul 2002) + 07 Jul 2002; Michael Nazaroff commonc++-1.9.7: + Added a small patch so it compiles since it was broke before. + I also added license and slot to the ebuild and included the doc's along with + the ebuild. *commonc++-1.9.7 (05 Jul 2002) diff --git a/dev-libs/commonc++/commonc++-1.9.7.ebuild b/dev-libs/commonc++/commonc++-1.9.7.ebuild index f9a8a0281884..638db9d2cbc4 100644 --- a/dev-libs/commonc++/commonc++-1.9.7.ebuild +++ b/dev-libs/commonc++/commonc++-1.9.7.ebuild @@ -15,6 +15,16 @@ DEPEND="virtual/glibc sys-libs/zlib dev-libs/libxml2" +SLOT="0" +LICENSE="GPL-2" + +src_unpack() { + + unpack ${A} + cd ${S} + patch -p0 < ${FILESDIR}/commmonc++-0.1.patch || die + +} src_compile() { cd ${S} @@ -29,5 +39,6 @@ src_install () { make prefix=${D} install || die dodoc AUTHORS INSTALL NEWS OVERVIEW.TXT ChangeLog\ - README THANKS TODO + README THANKS TODO COPYING COPYING.addendum + dohtml doc/* } -- cgit v1.2.3-65-gdbad