summaryrefslogtreecommitdiff
blob: fa91ace0edd43f31a64638de49a90330f4441530 (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="BLAS"
IFACE="blas"

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

# vim: set ft=eselect :