diff options
Diffstat (limited to 'app-admin/eselect-lapack/files/lapack.eselect-0.1')
-rw-r--r-- | app-admin/eselect-lapack/files/lapack.eselect-0.1 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app-admin/eselect-lapack/files/lapack.eselect-0.1 b/app-admin/eselect-lapack/files/lapack.eselect-0.1 deleted file mode 100644 index 3b6db28962b6..000000000000 --- a/app-admin/eselect-lapack/files/lapack.eselect-0.1 +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id: lapack.eselect-0.1,v 1.1 2006/06/18 21:06:09 spyderous Exp $ - -inherit skel - -MODULE="LAPACK" -IFACE="lapack" - -DESCRIPTION="Manage installed $MODULE implementations" -MAINTAINER="spyderous@gentoo.org" -SVN_DATE='$Date: 2006/06/18 21:06:09 $' -VERSION=$(svn_date_to_version "${SVN_DATE}" ) - -# vim: set ft=eselect : |