summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-08-31 05:47:30 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-08-31 05:47:30 +0000
commit539e028cefe700a900679962295a5eeedde6b1ff (patch)
treed1ac75ac807a206226f9e7ef5b55f05ae7a10f83 /sys-libs
parentFix use() invocation, thanks to Michael Sterrett <mr_bones_@gentoo.org>. (diff)
downloadhistorical-539e028cefe700a900679962295a5eeedde6b1ff.tar.gz
historical-539e028cefe700a900679962295a5eeedde6b1ff.tar.bz2
historical-539e028cefe700a900679962295a5eeedde6b1ff.zip
Add IUSE; use generic src_compile; install some docs
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libmath++/ChangeLog5
-rw-r--r--sys-libs/libmath++/Manifest4
-rw-r--r--sys-libs/libmath++/libmath++-0.0.3.ebuild15
3 files changed, 11 insertions, 13 deletions
diff --git a/sys-libs/libmath++/ChangeLog b/sys-libs/libmath++/ChangeLog
index e4efbb4ce4c8..e536ac7cb9ce 100644
--- a/sys-libs/libmath++/ChangeLog
+++ b/sys-libs/libmath++/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libmath++
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libmath++/ChangeLog,v 1.5 2004/06/24 23:05:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libmath++/ChangeLog,v 1.6 2004/08/31 05:47:30 mr_bones_ Exp $
+
+ 30 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> libmath++-0.0.3.ebuild:
+ Add IUSE; use generic src_compile; install some docs
17 Apr 2004; Michael McCabe <randy@gentoo.org> libmath++-0.0.3.ebuild:
added s390 to keywords
diff --git a/sys-libs/libmath++/Manifest b/sys-libs/libmath++/Manifest
index d3790264bc89..07993c765521 100644
--- a/sys-libs/libmath++/Manifest
+++ b/sys-libs/libmath++/Manifest
@@ -1,4 +1,4 @@
-MD5 8b6d90036ef8ac65ece324117d587b7b libmath++-0.0.3.ebuild 644
-MD5 f2277581f0e77c7f1db5af624529f131 ChangeLog 437
+MD5 52e47b42648c2f64959bf322cb0f8400 ChangeLog 573
+MD5 6d43432feaa04620273a9b6e383e710c libmath++-0.0.3.ebuild 643
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 73713c10ae2dee9691819175196d971e files/digest-libmath++-0.0.3 67
diff --git a/sys-libs/libmath++/libmath++-0.0.3.ebuild b/sys-libs/libmath++/libmath++-0.0.3.ebuild
index 93324d0fbe7e..403bb45efb9f 100644
--- a/sys-libs/libmath++/libmath++-0.0.3.ebuild
+++ b/sys-libs/libmath++/libmath++-0.0.3.ebuild
@@ -1,22 +1,17 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libmath++/libmath++-0.0.3.ebuild,v 1.9 2004/06/24 23:05:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libmath++/libmath++-0.0.3.ebuild,v 1.10 2004/08/31 05:47:30 mr_bones_ Exp $
DESCRIPTION="template based math library, written in C++, for symbolic and numeric calculus applications"
-HOMEPAGE="http://www.surakware.net/projects/libmath%2B%2B/index.xml"
+HOMEPAGE="http://www.surakware.net/projects/libmath++/index.xml"
SRC_URI="ftp://ftp.surakware.net/pub/unstable/releases/libmath%2B%2B/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="1"
KEYWORDS="x86 ppc s390"
-
-DEPEND=""
-
-src_compile() {
- econf || die
- emake || die
-}
+IUSE=""
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS README TODO
}