From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/fortrancl/, dev-libs/fortrancl/files/
Date: Fri, 25 Sep 2020 23:21:38 +0000 (UTC) [thread overview]
Message-ID: <1601076073.2e3ab31038576e427c55c6d518b853e8b5c52139.epsilon-0@gentoo> (raw)
commit: 2e3ab31038576e427c55c6d518b853e8b5c52139
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Sep 25 23:21:13 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Fri Sep 25 23:21:13 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2e3ab310
dev-libs/fortrancl: drop dead package
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
.../files/fortrancl-0.1_alpha3-gentoo.patch | 29 -----------------
dev-libs/fortrancl/fortrancl-0.1_alpha3.ebuild | 36 ----------------------
dev-libs/fortrancl/metadata.xml | 23 --------------
3 files changed, 88 deletions(-)
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>
next reply other threads:[~2020-09-25 23:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-25 23:21 Aisha Tammy [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-04-03 4:59 [gentoo-commits] proj/sci:master commit in: dev-libs/fortrancl/, dev-libs/fortrancl/files/ Kacper Kowalik
2012-01-15 14:05 Kacper Kowalik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1601076073.2e3ab31038576e427c55c6d518b853e8b5c52139.epsilon-0@gentoo \
--to=gentoo@aisha.cc \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox