summaryrefslogtreecommitdiff
blob: f199692bd63d8d07d66c1d46677f76a715df1e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

inherit skel

MODULE="LAPACK"
IFACE="lapack"

DESCRIPTION="Manage installed $MODULE implementations"
MAINTAINER="spyderous@gentoo.org"
SVN_DATE='$Date: 2015/03/31 16:49:51 $'
VERSION=$(svn_date_to_version "${SVN_DATE}" )

# vim: set ft=eselect :