diff options
Diffstat (limited to 'dev-cpp/eigen/eigen-2.0.0.ebuild')
-rw-r--r-- | dev-cpp/eigen/eigen-2.0.0.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-cpp/eigen/eigen-2.0.0.ebuild b/dev-cpp/eigen/eigen-2.0.0.ebuild deleted file mode 100644 index 0365abc3fc16..000000000000 --- a/dev-cpp/eigen/eigen-2.0.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/eigen/eigen-2.0.0.ebuild,v 1.3 2009/04/11 15:55:17 armin76 Exp $ - -EAPI="2" -inherit cmake-utils - -DESCRIPTION="Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra" -HOMEPAGE="http://eigen.tuxfamily.org/" -SRC_URI="http://download.tuxfamily.org/${PN}/${P/_/-}.tar.bz2" - -LICENSE="GPL-3" -SLOT="2" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="!dev-cpp/eigen:0" -RDEPEND="${DEPEND}" |