summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-10-13 13:30:22 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-10-13 13:30:22 +0000
commit60148c791db6faeb0c96ddb225064aa83c102214 (patch)
treec7616f81ccde6174b441c33aede79eb7e0c6a1ef /sys-libs/libmath++
parentVersion bump (diff)
downloadhistorical-60148c791db6faeb0c96ddb225064aa83c102214.tar.gz
historical-60148c791db6faeb0c96ddb225064aa83c102214.tar.bz2
historical-60148c791db6faeb0c96ddb225064aa83c102214.zip
Remove redudant WANT_ autotools latest lines.
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'sys-libs/libmath++')
-rw-r--r--sys-libs/libmath++/Manifest12
-rw-r--r--sys-libs/libmath++/libmath++-0.0.4.ebuild18
2 files changed, 8 insertions, 22 deletions
diff --git a/sys-libs/libmath++/Manifest b/sys-libs/libmath++/Manifest
index 2f5ab6302f1c..175b6ff4e9cc 100644
--- a/sys-libs/libmath++/Manifest
+++ b/sys-libs/libmath++/Manifest
@@ -1,14 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
DIST libmath++-0.0.4.tar.gz 51107 RMD160 18bb19c1cbd209d2991988c75fe09c4aac83e6f2 SHA1 3b751d3c7ebc0e0ff5b5cf11895a4bcb4d7b0f4c SHA256 9bfeb340a1331d53b43fcd0f0c3aef0b985985ee9bfffac7c42eb57405db3414
-EBUILD libmath++-0.0.4.ebuild 960 RMD160 1bc48672c9e8848356a49ed8870079547bfb63d7 SHA1 026d906c2443606bd5423669d049f8d329c2e36f SHA256 35807cb262e883c402a5c1963b92c228d88336db694ce5cd4c71481a98fddfad
+EBUILD libmath++-0.0.4.ebuild 850 RMD160 caf9dccdb3328f52032cb3ae1dfd8b15e6246f70 SHA1 e19036c8e89697d993c0a260317dbc841aa11429 SHA256 368c5468f1a8f16a9e1d21e3293dcd899e3eed539fddff0aeef5d18e1401c60a
MISC ChangeLog 1554 RMD160 c7323ebc660c208d5d5b6c04d691cfb180085d97 SHA1 807cf8dcaf0ddeb0a57cd6c32522c6193349b8c8 SHA256 fcdab3cc4242cd4c9c4bb3cd4b098e7f398543aeba42fbad03b34fa6f6a84eb1
MISC metadata.xml 156 RMD160 537178ef5a820896e97475fb9aded47d50474bef SHA1 2a4ef4879b918a28132d21cd6d1bbaa2a30dccde SHA256 0e8490f9c62cb74e5894b52f643a02de0024d97dbfebad43082dce6bcb39555f
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.9 (GNU/Linux)
-
-iEYEARECAAYFAkgLuswACgkQAiZjviIA2XiY1QCgyse5mPuRCOBHyw+/IPgga2aj
-NJIAn3BPMwbaRKkmZPCVys0rl5iH3uUr
-=RN04
------END PGP SIGNATURE-----
diff --git a/sys-libs/libmath++/libmath++-0.0.4.ebuild b/sys-libs/libmath++/libmath++-0.0.4.ebuild
index a73346ed2ca0..69f82ee2eafe 100644
--- a/sys-libs/libmath++/libmath++-0.0.4.ebuild
+++ b/sys-libs/libmath++/libmath++-0.0.4.ebuild
@@ -1,9 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libmath++/libmath++-0.0.4.ebuild,v 1.10 2008/04/20 21:51:02 flameeyes Exp $
-
-WANT_AUTOMAKE="latest"
-WANT_AUTOCONF="latest"
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libmath++/libmath++-0.0.4.ebuild,v 1.11 2009/10/13 13:30:22 ssuominen Exp $
inherit autotools
@@ -22,24 +19,23 @@ RDEPEND=""
src_unpack() {
unpack ${A}
cd "${S}"
-
eautoreconf
}
src_compile() {
- econf || die "configure failed"
- emake || die "make filed"
+ econf
+ emake || die
- if use doc ; then
+ if use doc; then
emake -C doc api-doc
fi
}
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die
dodoc AUTHORS README TODO
- if use doc ; then
+ if use doc; then
dohtml -r "${S}"/doc/user-api/*
fi
}