summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2003-10-29 00:11:17 +0000
committerGeorge Shapovalov <george@gentoo.org>2003-10-29 00:11:17 +0000
commit1687f12d55a8a6be20ec66c6cd0687105e0aa686 (patch)
treef84cbe34231aaf7c51bf92c02e7e4039dc7329ea
parentnew package - a config utility for the upcoming virtual/blas (diff)
downloadgentoo-2-1687f12d55a8a6be20ec66c6cd0687105e0aa686.tar.gz
gentoo-2-1687f12d55a8a6be20ec66c6cd0687105e0aa686.tar.bz2
gentoo-2-1687f12d55a8a6be20ec66c6cd0687105e0aa686.zip
new package - a config utility for the upcoming virtual/blas
-rw-r--r--app-sci/blas-config/ChangeLog10
-rw-r--r--app-sci/blas-config/Manifest4
-rw-r--r--app-sci/blas-config/blas-config-1.0.0.ebuild26
-rw-r--r--app-sci/blas-config/files/blas-config.bz2bin0 -> 1900 bytes
-rw-r--r--app-sci/blas-config/files/digest-blas-config-1.0.00
-rw-r--r--app-sci/blas-config/metadata.xml5
6 files changed, 44 insertions, 1 deletions
diff --git a/app-sci/blas-config/ChangeLog b/app-sci/blas-config/ChangeLog
new file mode 100644
index 000000000000..ebc35bd6f33b
--- /dev/null
+++ b/app-sci/blas-config/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-sci/blas-config
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-config/ChangeLog,v 1.1 2003/10/29 00:11:02 george Exp $
+
+*blas-config-1.0.0.ebuild (28 Oct 2003)
+
+ 28 Oct 2003; George Shapovalov <george@gentoo.org> blas-config-1.0.0.ebuild, Manifest, files/{blas-config.bz2,digest-blas-config-1.0.0} :
+ initial release (#30454)
+ Utility to change the default BLAS library
+ ebuild submitted by Derek Dolney <dolney@astro.physics.upenn.edu>
diff --git a/app-sci/blas-config/Manifest b/app-sci/blas-config/Manifest
index 583ab5b40bb0..2dde192ca646 100644
--- a/app-sci/blas-config/Manifest
+++ b/app-sci/blas-config/Manifest
@@ -1,3 +1,5 @@
-MD5 52fe6f1e9ff07153742e9b495c984210 blas-config-1.0.0.ebuild 441
+MD5 82e344752655c76a471734ae10552535 blas-config-1.0.0.ebuild 590
+MD5 13f07e493023a39fc60cdec6a84ef72a ChangeLog 533
+MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-blas-config-1.0.0 0
MD5 e084269dce220d05fa189c9d7baace1f files/blas-config.bz2 1900
diff --git a/app-sci/blas-config/blas-config-1.0.0.ebuild b/app-sci/blas-config/blas-config-1.0.0.ebuild
new file mode 100644
index 000000000000..4de9e3c89f21
--- /dev/null
+++ b/app-sci/blas-config/blas-config-1.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-config/blas-config-1.0.0.ebuild,v 1.1 2003/10/29 00:11:02 george Exp $
+
+DESCRIPTION="Utility to change the default BLAS library"
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+
+RDEPEND="app-shells/bash"
+
+src_unpack(){
+ cp ${FILESDIR}/blas-config.bz2 ${WORKDIR}
+ bunzip2 ${WORKDIR}/blas-config.bz2
+}
+
+src_install () {
+ exeinto /usr/bin
+ doexe ${WORKDIR}/blas-config
+}
diff --git a/app-sci/blas-config/files/blas-config.bz2 b/app-sci/blas-config/files/blas-config.bz2
new file mode 100644
index 000000000000..8b96d0281ea0
--- /dev/null
+++ b/app-sci/blas-config/files/blas-config.bz2
Binary files differ
diff --git a/app-sci/blas-config/files/digest-blas-config-1.0.0 b/app-sci/blas-config/files/digest-blas-config-1.0.0
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/app-sci/blas-config/files/digest-blas-config-1.0.0
diff --git a/app-sci/blas-config/metadata.xml b/app-sci/blas-config/metadata.xml
new file mode 100644
index 000000000000..b229aec85b8f
--- /dev/null
+++ b/app-sci/blas-config/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+</pkgmetadata>