summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/libcifpp/libcifpp-1.0.1_p20210810.ebuild')
-rw-r--r--sci-libs/libcifpp/libcifpp-1.0.1_p20210810.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/sci-libs/libcifpp/libcifpp-1.0.1_p20210810.ebuild b/sci-libs/libcifpp/libcifpp-1.0.1_p20210810.ebuild
deleted file mode 100644
index d57b6fef476c..000000000000
--- a/sci-libs/libcifpp/libcifpp-1.0.1_p20210810.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit tmpfiles
-
-DESCRIPTION="Code to work with mmCIF and PDB files"
-HOMEPAGE="https://github.com/PDB-REDO/libcifpp"
-#SRC_URI="https://github.com/PDB-REDO/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-COMMIT="ec91d0fb222810af0d8a9f7b0810fe7661d227ca"
-SRC_URI="https://github.com/PDB-REDO/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-BDEPEND="
- >=dev-libs/boost-1.71:0=
-"
-DEPEND=""
-RDEPEND=""
-
-PATCHES=(
- # https://github.com/PDB-REDO/libcifpp/issues/4
- "${FILESDIR}/${P}-destdir.patch"
-)
-
-src_configure() {
- econf \
- --disable-download-ccd \
- --disable-revision \
- --disable-static
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-
- rm -r "${ED}"/var/cache/
- dotmpfiles "${FILESDIR}/${PN}.conf"
-}
-
-pkg_postinst() {
- tmpfiles_process "${PN}.conf"
-}