Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libcifpp/
Date: Tue, 19 Oct 2021 21:04:53
Message-Id: 1634677445.fd32fb75bb6c452706c2b6f0e8e863b743429e69.pacho@gentoo
1 commit: fd32fb75bb6c452706c2b6f0e8e863b743429e69
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 19 21:04:05 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 19 21:04:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd32fb75
7
8 sci-libs/libcifpp: Bump to 2.0.3
9
10 Package-Manager: Portage-3.0.24, Repoman-3.0.3
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 sci-libs/libcifpp/Manifest | 2 ++
14 sci-libs/libcifpp/libcifpp-2.0.3.ebuild | 35 +++++++++++++++++++++++++++++++++
15 2 files changed, 37 insertions(+)
16
17 diff --git a/sci-libs/libcifpp/Manifest b/sci-libs/libcifpp/Manifest
18 index f4e01d1d6a7..adfb7f2d35c 100644
19 --- a/sci-libs/libcifpp/Manifest
20 +++ b/sci-libs/libcifpp/Manifest
21 @@ -1,4 +1,6 @@
22 DIST components-1.1.1.cif.gz 80378687 BLAKE2B 0776d79f733762ad19177bc93a5587e90966a7862f84174ede23a5875ae4633b519168b24b1c02d7afb30f9049d48434921a70c097a7e8238a5745f1676dcc78 SHA512 fc68513b37871677beb60855e82ed5831e10b08340697a97bbc7113d4c898b8e8382d097d36793346e34b97f0b5def5312fe7eb81ab4f120ad3908ee8d6d1aa3
23 DIST components-2.0.0.cif.gz 80878869 BLAKE2B 183c1227f403466fa543575243176d84e72bf224a70500876c77a52f0c8e1af80e99ed8cd8b428c7adc822e7006501a0cfc414e60a2896b1f53b98a116e3e4d8 SHA512 b1212155b8d6c593593013b1b39b9c711e85c1bf9b68d412dda25720ab94d82ace4445f47f832a66901d0ed5773e2d2cc5dde7a9170b9294c506edd6843d6d66
24 +DIST components-2.0.3.cif.gz 81156388 BLAKE2B 00a70db993a5cea859e9839fa7e76bbe59f7e8568bf4d69c7550fd8b5afbb85c8efc577c3a2d58e1c472ce5658fc9ece874d827ce20d4214377576bab6bf8577 SHA512 2a686161a39383efe0a21da600b51dad125262f04a51c74ab780df06425b657cc487c82e9816ad129997ad1f81c008e60bcb9a23095fa479c7dff2fb3d6df6aa
25 DIST libcifpp-1.1.1.tar.gz 978553 BLAKE2B 750cf80bac769a3db86b3be03924402da0254e69206a15222a5dfaa23a7eadcac1f57eb054f2fc783c287bfed86dab0a75d2994b031cc3cd3c2431a26e250d17 SHA512 e74419dada21ea12423c404c34eeb0b410fdb0b26827cd4451375329668909879b6d4795451c6f7c2b2ffc8d282dfcff2f1800630a3487111404335be4cb338f
26 DIST libcifpp-2.0.0.tar.gz 996947 BLAKE2B 58568f18b17d79d8f3e2487035b505d814e0343bb56a2b18665651a3788b54d5330309c3c27b6f4636ab5e9bf3f85ebdb1a4fc8ed67adc7941559c481135f873 SHA512 8ca3f0445dad758f7fd63a0039fbe3267420d2b51036cd67a38d925b498c8ac580b86a9900317c63b4705a4a9fc9c3ef1036d40fd3f20f8eff2d6e6e5da7b735
27 +DIST libcifpp-2.0.3.tar.gz 959697 BLAKE2B 40f04926ec307260ab9d552aa3fa646cd776b48e84c1bf2ca64769b8726f647cd0f3f81da80a2d94b4cd0b26e438106db5626319a245c769a56f42ab32273d03 SHA512 7d0ebf70be1a1debe22a0dc2404b78c766d1d263ed556c47a9b77da510f1a8112d0a5ff61706f697245916534900e2791ef2b927b439cbecda6558c84c133a0e
28
29 diff --git a/sci-libs/libcifpp/libcifpp-2.0.3.ebuild b/sci-libs/libcifpp/libcifpp-2.0.3.ebuild
30 new file mode 100644
31 index 00000000000..1cbb3962edf
32 --- /dev/null
33 +++ b/sci-libs/libcifpp/libcifpp-2.0.3.ebuild
34 @@ -0,0 +1,35 @@
35 +# Copyright 1999-2021 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=8
39 +inherit cmake
40 +
41 +DESCRIPTION="Code to work with mmCIF and PDB files"
42 +HOMEPAGE="https://github.com/PDB-REDO/libcifpp"
43 +SRC_URI="
44 + https://github.com/PDB-REDO/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
45 + ftp://ftp.wwpdb.org/pub/pdb/data/monomers/components.cif.gz -> components-${PV}.cif.gz
46 +"
47 +
48 +LICENSE="BSD-2"
49 +SLOT="0"
50 +KEYWORDS="~amd64"
51 +
52 +IUSE="test"
53 +RESTRICT="!test? ( test )"
54 +
55 +BDEPEND="
56 + >=dev-libs/boost-1.70.0:0=[threads(+)]
57 +"
58 +DEPEND=""
59 +RDEPEND=""
60 +
61 +src_configure() {
62 + cp "${WORKDIR}"/components-${PV}.cif data/components.cif || die
63 +
64 + local mycmakeargs=(
65 + -DBUILD_SHARED_LIBS=ON
66 + -DCIFPP_BUILD_TESTS="$(usex test)"
67 + )
68 + cmake_src_configure
69 +}