blob: 09030c50b3e7d48c025fc83a5854c3df46805afc (
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: cblas.eselect-0.1,v 1.1 2006/06/18 21:04:41 spyderous Exp $
inherit skel
MODULE="CBLAS"
IFACE="cblas"
DESCRIPTION="Manage installed $MODULE implementations"
MAINTAINER="spyderous@gentoo.org"
SVN_DATE='$Date: 2006/06/18 21:04:41 $'
VERSION=$(svn_date_to_version "${SVN_DATE}" )
# vim: set ft=eselect :
|