summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2021-09-02 13:42:19 +0200
committerPacho Ramos <pacho@gentoo.org>2021-09-02 14:00:41 +0200
commite27750f581939d1afde642cad11424964a77712c (patch)
treece483ef33bcc5f2817b8b7d360704ccb445bc42b /sci-libs/libcifpp/libcifpp-1.0.1_p20210810.ebuild
parentsci-libs/libcifpp: Bump to 1.1.1 (diff)
downloadgentoo-e27750f581939d1afde642cad11424964a77712c.tar.gz
gentoo-e27750f581939d1afde642cad11424964a77712c.tar.bz2
gentoo-e27750f581939d1afde642cad11424964a77712c.zip
sci-libs/libcifpp: Drop old
Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
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"
-}