blob: 3b6db28962b6422ae84270f6831595b95d772fba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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 :
|