Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/
Date: Fri, 01 Jan 2021 01:34:07
Message-Id: 1609464622.604adf7046b73fdea757135baceb257c6387ee3d.mgorny@gentoo
1 commit: 604adf7046b73fdea757135baceb257c6387ee3d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 01:30:22 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 01:30:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=604adf70
7
8 net-libs/libtorrent-rasterbar: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-libs/libtorrent-rasterbar/Manifest | 1 -
13 .../libtorrent-rasterbar-1.1.14.ebuild | 106 ---------------------
14 2 files changed, 107 deletions(-)
15
16 diff --git a/net-libs/libtorrent-rasterbar/Manifest b/net-libs/libtorrent-rasterbar/Manifest
17 index d4de008b2ca..d1187e78d11 100644
18 --- a/net-libs/libtorrent-rasterbar/Manifest
19 +++ b/net-libs/libtorrent-rasterbar/Manifest
20 @@ -1,4 +1,3 @@
21 DIST libtorrent-1.2.10.tar.gz 3586008 BLAKE2B 71971124930462feb5f5083fed38ccadcfd1a2aed0d000a06cd7e0898b40a1451722cd79fdf0b1da3477047b26c7f7e3c1f74086a141770a7d143c916e96b6bb SHA512 e6de939fb6527783695e0b6623ddbe27f85842a36c0899b93ea0284cb3c6f3d14b8c39e29316adb3bf9acac7804f38385cc06854a32df28e7f4f6839af9f382d
22 DIST libtorrent-1.2.9.tar.gz 3584800 BLAKE2B 5160056e227a54992ca4e490ffe0088d080aa9bade7a76f55eac26a644bab720c39a70b90d94f465ec711893249a084d9f77fa496be770585094b9b3ea4a1cdd SHA512 c547d96470f6a89f22adc0f5579ffb98b877a46f0a163698c49f1de57f23af60a7b0d3c1ca482e3ed8d3e35124d14a1d16a53e455f4d69f347fcb33c6ded75a8
23 -DIST libtorrent-rasterbar-1.1.14.tar.gz 4040571 BLAKE2B 38ea1a71e46bf18c9beeb869280e4949b199ab58c32f41e63f1c15c7c32db0d256b741ea707350e9e153695b9cc28e0a95385944bf76dbd5eb2055e66bb0f919 SHA512 b640ada016f8e68a3fb0e033dd33ab79b345b0f691aa722c4256b8cd8524c6e55067ccd1f11584984bbb82c0f64151f0b5223bd2b8431b899ffca46d2d31fff5
24 DIST libtorrent-rasterbar-1.2.6.tar.gz 3611015 BLAKE2B 39323c223927272a4eb9bb93ad70acd62165b9b3eb3f4f45cb76f99a23b1e131b526c8d8370fbd7cc30c7e776a5f9b7990c989ceaa3566272adc25df639fc5ba SHA512 9f03e28449b08e18a98a1f1bf0571f470c56fabd2becde5bde56ad566611c8519b0b387939f285a552d1f0382446633b67d00b6b5ff7083e4d1420a3ce9232fc
25
26 diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.14.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.14.ebuild
27 deleted file mode 100644
28 index 917926fb1b4..00000000000
29 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.14.ebuild
30 +++ /dev/null
31 @@ -1,106 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_6 )
38 -PYTHON_REQ_USE="threads"
39 -DISTUTILS_OPTIONAL=true
40 -DISTUTILS_IN_SOURCE_BUILD=true
41 -
42 -inherit distutils-r1 flag-o-matic
43 -
44 -MY_PV=$(ver_rs 1-2 '_')
45 -
46 -DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and scalability"
47 -HOMEPAGE="https://libtorrent.org"
48 -SRC_URI="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${MY_PV}/${P}.tar.gz"
49 -
50 -LICENSE="BSD"
51 -SLOT="0/9"
52 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
53 -IUSE="debug +dht doc examples libressl python +ssl static-libs test"
54 -
55 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
56 -
57 -RESTRICT="!test? ( test )"
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 -src_prepare() {
77 - default
78 -
79 - # bug 578026
80 - # prepend -L${S}/... to ensure bindings link against the lib we just built
81 - sed -i -e "s|^|-L${S}/src/.libs |" bindings/python/link_flags.in || die
82 -
83 - # prepend -I${S}/... to ensure bindings use the right headers
84 - sed -i -e "s|^|-I${S}/src/include |" bindings/python/compile_flags.in || die
85 -
86 - use python && distutils-r1_src_prepare
87 -}
88 -
89 -src_configure() {
90 - append-cxxflags -std=c++11 # bug 634506
91 -
92 - local myeconfargs=(
93 - $(use_enable debug)
94 - $(use_enable debug disk-stats)
95 - $(use_enable dht)
96 - $(use_enable examples)
97 - $(use_enable ssl encryption)
98 - $(use_enable static-libs static)
99 - $(use_enable test tests)
100 - --with-libiconv
101 - --enable-logging
102 - )
103 - econf "${myeconfargs[@]}"
104 -
105 - if use python; then
106 - python_configure() {
107 - econf "${myeconfargs[@]}" \
108 - --enable-python-binding \
109 - --with-boost-python="boost_${EPYTHON/./}"
110 - }
111 - distutils-r1_src_configure
112 - fi
113 -}
114 -
115 -src_compile() {
116 - default
117 -
118 - python_compile() {
119 - cd "${BUILD_DIR}/../bindings/python" || die
120 - distutils-r1_python_compile
121 - }
122 - use python && distutils-r1_src_compile
123 -}
124 -
125 -src_install() {
126 - use doc && HTML_DOCS+=( "${S}"/docs )
127 -
128 - default
129 -
130 - python_install() {
131 - cd "${BUILD_DIR}/../bindings/python" || die
132 - distutils-r1_python_install
133 - }
134 - use python && distutils-r1_src_install
135 -
136 - find "${D}" -name '*.la' -delete || die
137 -}