commit:     b2dd749b4208aa9bade7bd51a391744af007fdab
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 12:13:18 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 12:13:18 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b2dd749b

sci-libs/spglib: drop package

present in ::gentoo

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-libs/spglib/files/spglib-1.9.0-openmp.patch | 22 ---------------
 sci-libs/spglib/files/spglib-openmp.patch       | 22 ---------------
 sci-libs/spglib/metadata.xml                    | 18 -------------
 sci-libs/spglib/spglib-1.6.0.ebuild             | 33 -----------------------
 sci-libs/spglib/spglib-1.9.0.ebuild             | 36 -------------------------
 5 files changed, 131 deletions(-)

diff --git a/sci-libs/spglib/files/spglib-1.9.0-openmp.patch 
b/sci-libs/spglib/files/spglib-1.9.0-openmp.patch
deleted file mode 100644
index 2600d1b27..000000000
--- a/sci-libs/spglib/files/spglib-1.9.0-openmp.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- spglib-1.9.0/configure.ac
-+++ spglib-1.9.0/configure.ac
-@@ -17,6 +17,9 @@
- # Checks for libraries.
- AC_CHECK_FUNCS([sqrt])
- 
-+# Checks for OpenMP.
-+AC_OPENMP
-+
- # Checks for header files.
- AC_HEADER_STDC
- AC_CHECK_HEADERS([stdlib.h string.h math.h])
---- spglib-1.9.0/src/Makefile.am
-+++ spglib-1.9.0/src/Makefile.am
-@@ -60,4 +60,6 @@
- version.h
- 
- # libsymspg_la_LDFLAGS = -version-info 0:1:0
--libsymspg_la_LIBADD = -lm
-+libsymspg_la_LIBADD = -lm @OPENMP_CFLAGS@
-+
-+AM_CFLAGS = @OPENMP_CFLAGS@

diff --git a/sci-libs/spglib/files/spglib-openmp.patch 
b/sci-libs/spglib/files/spglib-openmp.patch
deleted file mode 100644
index 616c008fe..000000000
--- a/sci-libs/spglib/files/spglib-openmp.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Naur spglib-1.6.0/configure.ac spglib-1.6.0-new/configure.ac
---- spglib-1.6.0/configure.ac  2014-01-07 01:44:11.000000000 -0700
-+++ spglib-1.6.0-new/configure.ac      2014-03-11 12:33:21.000000000 -0600
-@@ -14,7 +14,8 @@
- AM_PROG_CC_C_O
- AM_PROG_LIBTOOL
- 
--# Checks for libraries.
-+# Checks for OpenMP.
-+AC_OPENMP
- 
- # Checks for header files.
- AC_HEADER_STDC
-diff -Naur spglib-1.6.0/src/Makefile.am spglib-1.6.0-new/src/Makefile.am
---- spglib-1.6.0/src/Makefile.am       2014-01-06 19:54:45.000000000 -0700
-+++ spglib-1.6.0-new/src/Makefile.am   2014-03-11 12:37:21.000000000 -0600
-@@ -57,3 +57,5 @@
- 
- # libsymspg_la_LDFLAGS = -version-info 0:1:0
- libsymspg_la_LIBADD = -lm
-+
-+AM_CFLAGS = ${OPENMP_CFLAGS}

diff --git a/sci-libs/spglib/metadata.xml b/sci-libs/spglib/metadata.xml
deleted file mode 100644
index aa3560014..000000000
--- a/sci-libs/spglib/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Nicolas Bock</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-       <longdescription lang="en">
-Spglib is a C library for finding and handling crystal symmetries.
-</longdescription>
-       <upstream>
-               <remote-id type="sourceforge">downloads</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/sci-libs/spglib/spglib-1.6.0.ebuild 
b/sci-libs/spglib/spglib-1.6.0.ebuild
deleted file mode 100644
index d851189cd..000000000
--- a/sci-libs/spglib/spglib-1.6.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils versionator
-
-MY_PV=$(get_version_component_range 1-2 ${PV})
-
-DESCRIPTION="Spglib is a C library for finding and handling crystal symmetries"
-HOMEPAGE="http://spglib.sourceforge.net/";
-SRC_URI="http://downloads.sourceforge.net/project/${PN}/${PN}/${PN}-${MY_PV}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="openmp"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-openmp.patch" )
-
-src_configure() {
-       local myconf=$(use_enable openmp)
-       econf ${myconf}
-}
-
-src_compile() {
-       default
-}

diff --git a/sci-libs/spglib/spglib-1.9.0.ebuild 
b/sci-libs/spglib/spglib-1.9.0.ebuild
deleted file mode 100644
index 48051aa82..000000000
--- a/sci-libs/spglib/spglib-1.9.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils versionator
-
-MY_PV=$(get_version_component_range 1-2 ${PV})
-
-DESCRIPTION="Spglib is a C library for finding and handling crystal symmetries"
-HOMEPAGE="http://spglib.sourceforge.net/";
-SRC_URI="http://downloads.sourceforge.net/project/${PN}/${PN}/${PN}-${MY_PV}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="openmp"
-
-PATCHES=(
-       "${FILESDIR}/${P}-openmp.patch"
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf --disable-static \
-               $(use_enable openmp)
-}
-
-src_install() {
-       default
-       prune_libtool_files --all
-}

Reply via email to