aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2013-12-07 23:16:05 -0800
committerSébastien Fabbro <bicatali@gentoo.org>2013-12-07 23:16:05 -0800
commit9df559ed34150b2e87a6c9d92ed7bfb84a756d8a (patch)
treec0ac7c8e22924b9e3b711c83ee858906625d357e /virtual/lapacke
parentsci-libs/lapacke-reference: Version bump (diff)
downloadsci-9df559ed34150b2e87a6c9d92ed7bfb84a756d8a.tar.gz
sci-9df559ed34150b2e87a6c9d92ed7bfb84a756d8a.tar.bz2
sci-9df559ed34150b2e87a6c9d92ed7bfb84a756d8a.zip
virtual/lapacke: Version bump
Package-Manager: portage-2.2.7-prefix
Diffstat (limited to 'virtual/lapacke')
-rw-r--r--virtual/lapacke/ChangeLog8
-rw-r--r--virtual/lapacke/lapacke-3.5.ebuild19
2 files changed, 25 insertions, 2 deletions
diff --git a/virtual/lapacke/ChangeLog b/virtual/lapacke/ChangeLog
index f421fbe45..2ff0c072d 100644
--- a/virtual/lapacke/ChangeLog
+++ b/virtual/lapacke/ChangeLog
@@ -1,10 +1,14 @@
# ChangeLog for virtual/lapacke
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*lapacke-3.5 (08 Dec 2013)
+
+ 08 Dec 2013; Sébastien Fabbro <bicatali@gentoo.org> +lapacke-3.5.ebuild:
+ virtual/lapacke: Version bump
+
*lapacke-1.0 (09 Dec 2010)
09 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org> +lapacke-1.0.ebuild,
+metadata.xml:
Initial import
-
diff --git a/virtual/lapacke/lapacke-3.5.ebuild b/virtual/lapacke/lapacke-3.5.ebuild
new file mode 100644
index 000000000..88118d41f
--- /dev/null
+++ b/virtual/lapacke/lapacke-3.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+DESCRIPTION="Virtual for LAPACK C implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+RDEPEND="|| (
+ >=sci-libs/lapacke-reference-3.5
+ )"
+DEPEND=""