diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-05 08:40:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-05 08:40:10 +0000 |
commit | 3db76a98bcf99ae46b9fa4e2f6d8172ce0dcb478 (patch) | |
tree | 9c8ff64d8f0927ef4a83e435dcc580c7e68a8e0d /sys-libs | |
parent | re-add gnuconfig fixes (diff) | |
download | historical-3db76a98bcf99ae46b9fa4e2f6d8172ce0dcb478.tar.gz historical-3db76a98bcf99ae46b9fa4e2f6d8172ce0dcb478.tar.bz2 historical-3db76a98bcf99ae46b9fa4e2f6d8172ce0dcb478.zip |
move to stable for #70530
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libmath++/Manifest | 12 | ||||
-rw-r--r-- | sys-libs/libmath++/libmath++-0.0.4.ebuild | 8 |
2 files changed, 14 insertions, 6 deletions
diff --git a/sys-libs/libmath++/Manifest b/sys-libs/libmath++/Manifest index b4550577f8c9..73a1ec722190 100644 --- a/sys-libs/libmath++/Manifest +++ b/sys-libs/libmath++/Manifest @@ -1,6 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 b8571fc87d1724aa6328d200e3262384 ChangeLog 804 MD5 c8e46848806b0c22df3ab8da97312dc3 libmath++-0.0.3.ebuild 868 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 92e1c48feb0d3ca507c78d871e85ecbc libmath++-0.0.4.ebuild 870 +MD5 a99b74e1be61d9bf0f2109ff6ce0ebcf libmath++-0.0.4.ebuild 866 MD5 73713c10ae2dee9691819175196d971e files/digest-libmath++-0.0.3 67 MD5 cde912b2e24516456741854dd6875294 files/digest-libmath++-0.0.4 66 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFBssmBroRuSHgZdywRAu19AJ0b/henI2NcWG2ojlP6htz9ZGI/xgCgjJeB +los3LdkTZflgN5p8nLvkdoY= +=2TOH +-----END PGP SIGNATURE----- diff --git a/sys-libs/libmath++/libmath++-0.0.4.ebuild b/sys-libs/libmath++/libmath++-0.0.4.ebuild index 03be10a0349b..b3dce033b547 100644 --- a/sys-libs/libmath++/libmath++-0.0.4.ebuild +++ b/sys-libs/libmath++/libmath++-0.0.4.ebuild @@ -1,6 +1,6 @@ # 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.4.ebuild,v 1.1 2004/11/25 10:12:03 trapni Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libmath++/libmath++-0.0.4.ebuild,v 1.2 2004/12/05 08:40:10 vapier Exp $ DESCRIPTION="template based math library, written in C++, for symbolic and numeric calculus applications" HOMEPAGE="http://www.surakware.net/projects/libmath++/index.xml" @@ -8,12 +8,11 @@ SRC_URI="http://upstream.trapni-akane.org/libmath%2B%2B/${P}.tar.gz" LICENSE="GPL-2" SLOT="1" -KEYWORDS="~x86 ~ppc ~s390" +KEYWORDS="~ppc ~s390 x86" IUSE="" DEPEND=">=sys-devel/autoconf-2.59-r5 - >=sys-devel/automake-1.8.5-r1" - + >=sys-devel/automake-1.8.5-r1" RDEPEND="" src_compile() { @@ -22,7 +21,6 @@ src_compile() { autoreconf -v --install econf || die "configure failed" - emake || die "make filed" } |