Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/
Date: Tue, 01 Oct 2019 19:12:58
Message-Id: 1569957171.3c6b027f9233e3e95a63cd8c9071a73babe9dd92.zlogene@gentoo
1 commit: 3c6b027f9233e3e95a63cd8c9071a73babe9dd92
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 1 19:11:12 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 1 19:12:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6b027f
7
8 net-libs/libtorrent-rasterbar: Version bump (v1.2.2)
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-libs/libtorrent-rasterbar/Manifest | 1 +
14 .../libtorrent-rasterbar-1.2.2.ebuild | 111 +++++++++++++++++++++
15 2 files changed, 112 insertions(+)
16
17 diff --git a/net-libs/libtorrent-rasterbar/Manifest b/net-libs/libtorrent-rasterbar/Manifest
18 index c8c749bd64a..5dff742374c 100644
19 --- a/net-libs/libtorrent-rasterbar/Manifest
20 +++ b/net-libs/libtorrent-rasterbar/Manifest
21 @@ -3,3 +3,4 @@ DIST libtorrent-rasterbar-1.1.12.tar.gz 3897237 BLAKE2B 0988b16d79df9499e2f7ab9d
22 DIST libtorrent-rasterbar-1.1.13.tar.gz 3896007 BLAKE2B b94f843437be348b10082f19d0b416f909daf15078b1461ab6724ee086d3194f6c378c305174676a3399fc3e6cb23133faaa334ac5dfc9457fb597c65dad7d36 SHA512 021fc54353fdf5063d55ccdc2057dada292bb0008fb92e93e8d94dd89f529630f290fcdc4f4d095e3192522c57fe0f0da260b5ef8e8e15a8c6ac05728f5f7160
23 DIST libtorrent-rasterbar-1.2.0.tar.gz 3546062 BLAKE2B a02ef8f273d8e6ec3b6f6a42d518f7cbba669f109f907e243bb90cd674009894b9edce2f355b52d77275f3fcd9537e9c26280f7b78dfbb1792f52d6c7f50f7da SHA512 2dae77f32cf3da388edece7e64b8d9cf359cca735a101d96bb18fb06573fd1d84c303e5bebd370f637d7c73010ea2d99e38748b2259ce02ae8f0dbc0c4f01518
24 DIST libtorrent-rasterbar-1.2.1.tar.gz 3562762 BLAKE2B 1978356ba00c07c4b89657ebe190b2aa4a938d22e5ab63844fb664312d60f761a07c42b9353f2f500fdf9a08afcb294a39bfb447d255d93b1a45ecc2be629ffe SHA512 a60e38c4c951756786ede69af1a5d56bf6293bcb7d235f0b7feda72f731bc163ea6a7401c4b5f5400b8ce236decff0ae3a1d5fe39c7f8f775e65031677f02074
25 +DIST libtorrent-rasterbar-1.2.2.tar.gz 3584187 BLAKE2B 93c77544d4641122f0bd2b5c5f0577629fb7bdfc9e81bd54f7a849f5a477255adc699676516865c93610d24a830a26a0de45f10e50ce64ad6f0214c116f7754c SHA512 34dcf5421dfccbba78bdd30890b9c18b92fdee1a2e1693ada9b55b79a167730093862017581b9251a654b5517011dbe4c46b520b03b78aa86a909457f7edcf2c
26
27 diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.2.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.2.ebuild
28 new file mode 100644
29 index 00000000000..2de04027aa5
30 --- /dev/null
31 +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.2.ebuild
32 @@ -0,0 +1,111 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +PYTHON_COMPAT=( python2_7 python3_{5,6} )
39 +PYTHON_REQ_USE="threads"
40 +DISTUTILS_OPTIONAL=true
41 +DISTUTILS_IN_SOURCE_BUILD=true
42 +
43 +inherit autotools distutils-r1 flag-o-matic
44 +
45 +MY_PV=$(ver_rs 1-2 '_')
46 +MY_P=${PN/-rasterbar}-${MY_PV}
47 +
48 +DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and scalability"
49 +HOMEPAGE="https://libtorrent.org https://github.com/arvidn/libtorrent"
50 +SRC_URI="https://github.com/arvidn/libtorrent/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
51 +
52 +LICENSE="BSD"
53 +SLOT="0/9"
54 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
55 +IUSE="debug +dht doc examples libressl python +ssl static-libs test"
56 +
57 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
58 +
59 +RDEPEND="
60 + dev-libs/boost:=[threads]
61 + virtual/libiconv
62 + examples? ( !net-p2p/mldonkey )
63 + python? (
64 + ${PYTHON_DEPS}
65 + dev-libs/boost:=[python,${PYTHON_USEDEP}]
66 + )
67 + ssl? (
68 + !libressl? ( dev-libs/openssl:0= )
69 + libressl? ( dev-libs/libressl:= )
70 + )
71 +"
72 +DEPEND="${RDEPEND}
73 + sys-devel/libtool
74 +"
75 +
76 +S="${WORKDIR}/${PN/-rasterbar}-${MY_P}"
77 +
78 +src_prepare() {
79 + mkdir "${S}"/build-aux/ || die
80 + touch "${S}"/build-aux/config.rpath || die
81 + eautoreconf
82 +
83 + default
84 +
85 + # bug 578026
86 + # prepend -L${S}/... to ensure bindings link against the lib we just built
87 + sed -i -e "s|^|-L${S}/src/.libs |" bindings/python/link_flags.in || die
88 +
89 + # prepend -I${S}/... to ensure bindings use the right headers
90 + sed -i -e "s|^|-I${S}/src/include |" bindings/python/compile_flags.in || die
91 +
92 + use python && distutils-r1_src_prepare
93 +}
94 +
95 +src_configure() {
96 + append-cxxflags -std=c++11 # bug 634506
97 +
98 + local myeconfargs=(
99 + $(use_enable debug)
100 + $(use_enable debug export-all)
101 + $(use_enable debug logging)
102 + $(use_enable dht)
103 + $(use_enable examples)
104 + $(use_enable ssl encryption)
105 + $(use_enable static-libs static)
106 + $(use_enable test tests)
107 + --with-libiconv
108 + )
109 + econf "${myeconfargs[@]}"
110 +
111 + if use python; then
112 + python_configure() {
113 + econf "${myeconfargs[@]}" \
114 + --enable-python-binding \
115 + --with-boost-python="${EPYTHON#python}"
116 + }
117 + distutils-r1_src_configure
118 + fi
119 +}
120 +
121 +src_compile() {
122 + default
123 +
124 + python_compile() {
125 + cd "${BUILD_DIR}/../bindings/python" || die
126 + distutils-r1_python_compile
127 + }
128 + use python && distutils-r1_src_compile
129 +}
130 +
131 +src_install() {
132 + use doc && HTML_DOCS+=( "${S}"/docs )
133 +
134 + default
135 +
136 + python_install() {
137 + cd "${BUILD_DIR}/../bindings/python" || die
138 + distutils-r1_python_install
139 + }
140 + use python && distutils-r1_src_install
141 +
142 + find "${D}" -name '*.la' -delete || die
143 +}