Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/fortrancl/, dev-libs/fortrancl/files/
Date: Fri, 25 Sep 2020 23:21:41
Message-Id: 1601076073.2e3ab31038576e427c55c6d518b853e8b5c52139.epsilon-0@gentoo
1 commit: 2e3ab31038576e427c55c6d518b853e8b5c52139
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Fri Sep 25 23:21:13 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Fri Sep 25 23:21:13 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2e3ab310
7
8 dev-libs/fortrancl: drop dead package
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 .../files/fortrancl-0.1_alpha3-gentoo.patch | 29 -----------------
14 dev-libs/fortrancl/fortrancl-0.1_alpha3.ebuild | 36 ----------------------
15 dev-libs/fortrancl/metadata.xml | 23 --------------
16 3 files changed, 88 deletions(-)
17
18 diff --git a/dev-libs/fortrancl/files/fortrancl-0.1_alpha3-gentoo.patch b/dev-libs/fortrancl/files/fortrancl-0.1_alpha3-gentoo.patch
19 deleted file mode 100644
20 index 666699b4f..000000000
21 --- a/dev-libs/fortrancl/files/fortrancl-0.1_alpha3-gentoo.patch
22 +++ /dev/null
23 @@ -1,29 +0,0 @@
24 -Fix pc file
25 ---- a/fortrancl.pc.in
26 -+++ b/fortrancl.pc.in
27 -@@ -9,25 +9,3 @@
28 - URL: @PACKAGE_URL@
29 - Libs: -L${libdir} -lfortrancl
30 - Cflags: -I${includedir}/fortrancl
31 --prefix=@prefix@
32 --exec_prefix=@exec_prefix@
33 --libdir=@libdir@
34 --includedir=@includedir@
35 --
36 --Name: @PACKAGE_NAME@
37 --Description: OpenCL interface for Fortran 90
38 --Version: @PACKAGE_VERSION@
39 --URL: @PACKAGE_URL@
40 --Libs: -L${libdir} -lfortrancl
41 --Cflags: -I${includedir}/fortrancl
42 --prefix=@prefix@
43 --exec_prefix=@exec_prefix@
44 --libdir=@libdir@
45 --includedir=@includedir@
46 --
47 --Name: @PACKAGE_NAME@
48 --Description: OpenCL interface for Fortran 90
49 --Version: @PACKAGE_VERSION@
50 --URL: @PACKAGE_URL@
51 --Libs: -L${libdir} -lfortrancl
52 --Cflags: -I${includedir}/fortrancl
53
54 diff --git a/dev-libs/fortrancl/fortrancl-0.1_alpha3.ebuild b/dev-libs/fortrancl/fortrancl-0.1_alpha3.ebuild
55 deleted file mode 100644
56 index 1bd3c3938..000000000
57 --- a/dev-libs/fortrancl/fortrancl-0.1_alpha3.ebuild
58 +++ /dev/null
59 @@ -1,36 +0,0 @@
60 -# Copyright 1999-2015 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=5
64 -
65 -AUTOTOOLS_AUTORECONF=1
66 -
67 -inherit autotools-utils fortran-2
68 -
69 -MY_PV=${PV/_}
70 -MY_P=${PN}-${MY_PV}
71 -
72 -DESCRIPTION="OpenCL interface for Fortran 90"
73 -HOMEPAGE="http://code.google.com/p/fortrancl/"
74 -SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tar.gz"
75 -
76 -LICENSE="LGPL-3"
77 -SLOT="0"
78 -KEYWORDS="~amd64"
79 -IUSE="examples static-libs"
80 -
81 -DEPEND="virtual/opencl"
82 -RDEPEND="${DEPEND}"
83 -
84 -S=${WORKDIR}/${MY_P}
85 -
86 -DOCS=( AUTHORS ChangeLog README )
87 -PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
88 -
89 -src_install() {
90 - autotools-utils_src_install
91 - if use examples ; then
92 - insinto /usr/share/doc/${PF}/examples
93 - doins examples/*.{f90,cl}
94 - fi
95 -}
96
97 diff --git a/dev-libs/fortrancl/metadata.xml b/dev-libs/fortrancl/metadata.xml
98 deleted file mode 100644
99 index 3222dfcfc..000000000
100 --- a/dev-libs/fortrancl/metadata.xml
101 +++ /dev/null
102 @@ -1,23 +0,0 @@
103 -<?xml version="1.0" encoding="UTF-8"?>
104 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
105 -<pkgmetadata>
106 - <maintainer type="person">
107 - <email>xarthisius@g.o</email>
108 - <name>Kacper Kowalik</name>
109 - </maintainer>
110 - <maintainer type="project">
111 - <email>sci@g.o</email>
112 - <name>Gentoo Science Project</name>
113 - </maintainer>
114 - <longdescription>
115 -FortranCL is an OpenCL interface for Fortran 90. It allows programmers to call
116 -the OpenCL parallel programming framework directly from Fortran, so developers
117 -can accelerate their Fortran code using graphical processing units (GPU) and
118 -other accelerators.
119 -The interface is designed to be as close to C OpenCL interface as possible,
120 -while written in native Fortran 90 with type checking. It was originally
121 -designed as an OpenCL interface to be used by the Octopus code.
122 -The interface is not complete but provides all the basic calls required to
123 -write a full Fortran 90 OpenCL program.
124 -</longdescription>
125 -</pkgmetadata>