diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 02:53:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 02:53:25 +0000 |
commit | 5c95b54856d33c75f2f8bc971b1837817b3ba81d (patch) | |
tree | 500548eab17cfb4dbf47bb5e1d0564f803357706 /dev-libs/commonc++ | |
parent | Small fix. (Manifest recommit) (diff) | |
download | gentoo-2-5c95b54856d33c75f2f8bc971b1837817b3ba81d.tar.gz gentoo-2-5c95b54856d33c75f2f8bc971b1837817b3ba81d.tar.bz2 gentoo-2-5c95b54856d33c75f2f8bc971b1837817b3ba81d.zip |
repoman: whitespace cleanup
Diffstat (limited to 'dev-libs/commonc++')
-rw-r--r-- | dev-libs/commonc++/commonc++-1.9.7-r2.ebuild | 10 | ||||
-rw-r--r-- | dev-libs/commonc++/commonc++-1.9.7-r3.ebuild | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild b/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild index 1bd5d4cdec0c..79f355a92c9a 100644 --- a/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild +++ b/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild,v 1.9 2004/02/22 20:01:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild,v 1.10 2004/03/12 02:53:25 mr_bones_ Exp $ S=${WORKDIR}/CommonC++-1.9.7 DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ @@ -17,21 +17,17 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc" src_unpack() { - unpack ${A} cd ${S} epatch ${FILESDIR}/${PN}-0.1.patch || die - } -src_compile() { +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 diff --git a/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild b/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild index 4c89131186f8..7f2dcc196eb8 100644 --- a/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild +++ b/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild,v 1.9 2004/03/11 14:19:38 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild,v 1.10 2004/03/12 02:53:25 mr_bones_ Exp $ S=${WORKDIR}/${P/commonc/CommonC} DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ @@ -35,7 +35,7 @@ src_compile() { src_install () { make DESTDIR=${D} install || die #Ugly hack the makefile looks a bit ill behaving - rm -fR ${D}/var + rm -fR ${D}/var dodoc AUTHORS INSTALL NEWS OVERVIEW.TXT ChangeLog \ README THANKS TODO COPYING* dohtml doc/* |