aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-09-25 23:21:13 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-09-25 23:21:13 +0000
commit2e3ab31038576e427c55c6d518b853e8b5c52139 (patch)
tree8bc85b581734208cdb5bee38caccfab2c3c502b2 /dev-libs
parentdev-libs/asmjit: drop redundant patches (diff)
downloadsci-2e3ab31038576e427c55c6d518b853e8b5c52139.tar.gz
sci-2e3ab31038576e427c55c6d518b853e8b5c52139.tar.bz2
sci-2e3ab31038576e427c55c6d518b853e8b5c52139.zip
dev-libs/fortrancl: drop dead package
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/fortrancl/Manifest1
-rw-r--r--dev-libs/fortrancl/files/fortrancl-0.1_alpha3-gentoo.patch29
-rw-r--r--dev-libs/fortrancl/fortrancl-0.1_alpha3.ebuild36
-rw-r--r--dev-libs/fortrancl/metadata.xml23
4 files changed, 0 insertions, 89 deletions
diff --git a/dev-libs/fortrancl/Manifest b/dev-libs/fortrancl/Manifest
deleted file mode 100644
index d1b089e47..000000000
--- a/dev-libs/fortrancl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fortrancl-0.1alpha3.tar.gz 367740 BLAKE2B 64109abf95434032b75e750fa08a61489791ece3fd0e92044969aa76799a4712b7e0f6f8bc308dbbc6dbabb99f49b387560a6ecedc1b08feafb564d26b0441d3 SHA512 2faeb1d129e7340e2df75a75f004c6d1d1e53f7925bd39abeea49fa7dc794402c64c9e69556046a0dbae2341262040bcd9ad3213045622fc56060e1769167d90
diff --git a/dev-libs/fortrancl/files/fortrancl-0.1_alpha3-gentoo.patch b/dev-libs/fortrancl/files/fortrancl-0.1_alpha3-gentoo.patch
deleted file mode 100644
index 666699b4f..000000000
--- a/dev-libs/fortrancl/files/fortrancl-0.1_alpha3-gentoo.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Fix pc file
---- a/fortrancl.pc.in
-+++ b/fortrancl.pc.in
-@@ -9,25 +9,3 @@
- URL: @PACKAGE_URL@
- Libs: -L${libdir} -lfortrancl
- Cflags: -I${includedir}/fortrancl
--prefix=@prefix@
--exec_prefix=@exec_prefix@
--libdir=@libdir@
--includedir=@includedir@
--
--Name: @PACKAGE_NAME@
--Description: OpenCL interface for Fortran 90
--Version: @PACKAGE_VERSION@
--URL: @PACKAGE_URL@
--Libs: -L${libdir} -lfortrancl
--Cflags: -I${includedir}/fortrancl
--prefix=@prefix@
--exec_prefix=@exec_prefix@
--libdir=@libdir@
--includedir=@includedir@
--
--Name: @PACKAGE_NAME@
--Description: OpenCL interface for Fortran 90
--Version: @PACKAGE_VERSION@
--URL: @PACKAGE_URL@
--Libs: -L${libdir} -lfortrancl
--Cflags: -I${includedir}/fortrancl
diff --git a/dev-libs/fortrancl/fortrancl-0.1_alpha3.ebuild b/dev-libs/fortrancl/fortrancl-0.1_alpha3.ebuild
deleted file mode 100644
index 1bd3c3938..000000000
--- a/dev-libs/fortrancl/fortrancl-0.1_alpha3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils fortran-2
-
-MY_PV=${PV/_}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="OpenCL interface for Fortran 90"
-HOMEPAGE="http://code.google.com/p/fortrancl/"
-SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples static-libs"
-
-DEPEND="virtual/opencl"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( AUTHORS ChangeLog README )
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
-src_install() {
- autotools-utils_src_install
- if use examples ; then
- insinto /usr/share/doc/${PF}/examples
- doins examples/*.{f90,cl}
- fi
-}
diff --git a/dev-libs/fortrancl/metadata.xml b/dev-libs/fortrancl/metadata.xml
deleted file mode 100644
index 3222dfcfc..000000000
--- a/dev-libs/fortrancl/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>xarthisius@gentoo.org</email>
- <name>Kacper Kowalik</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription>
-FortranCL is an OpenCL interface for Fortran 90. It allows programmers to call
-the OpenCL parallel programming framework directly from Fortran, so developers
-can accelerate their Fortran code using graphical processing units (GPU) and
-other accelerators.
-The interface is designed to be as close to C OpenCL interface as possible,
-while written in native Fortran 90 with type checking. It was originally
-designed as an OpenCL interface to be used by the Octopus code.
-The interface is not complete but provides all the basic calls required to
-write a full Fortran 90 OpenCL program.
-</longdescription>
-</pkgmetadata>