public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/
Date: Fri, 20 Oct 2017 22:40:18 +0000 (UTC)	[thread overview]
Message-ID: <1508539191.50877c698ea87d0719894992b212930e20d3a478.asturm@gentoo> (raw)

commit:     50877c698ea87d0719894992b212930e20d3a478
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 22:31:24 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 22:39:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50877c69

net-libs/libtorrent-rasterbar: Drop old

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 net-libs/libtorrent-rasterbar/Manifest             |   1 -
 .../libtorrent-rasterbar-1.1.4.ebuild              | 102 ---------------------
 .../libtorrent-rasterbar-1.1.5.ebuild              | 102 ---------------------
 3 files changed, 205 deletions(-)

diff --git a/net-libs/libtorrent-rasterbar/Manifest b/net-libs/libtorrent-rasterbar/Manifest
index 1756004f70a..adec638e701 100644
--- a/net-libs/libtorrent-rasterbar/Manifest
+++ b/net-libs/libtorrent-rasterbar/Manifest
@@ -1,4 +1,3 @@
 DIST libtorrent-rasterbar-1.0.10.tar.gz 3324494 SHA256 a865ceaca8b14acdd7be56d361ce4e64361299647e157ef7b3ac7e2812ca4c3e SHA512 08976239ec12e2d67a974dadf3f16330f48e4b6de314f9d97c5fbbdbc696b76b6b1f8e20ceab6830d46d17b1bfd7e2fe4048fb1a5a97ece12c242c0cd0f7ded2 WHIRLPOOL 1e4ef2fb41eef0b825bd7c8c665638e3f689c3cefca3caa18a01c328caad9d31cd417fb49d25a7d55da6457a89e35a891427d70fb4f4d070c74be2e2e0347a60
 DIST libtorrent-rasterbar-1.0.11.tar.gz 3325786 SHA256 828d686770346f6da2c143c5a2844c5f5e407eb4a37982e90022763508abd62f SHA512 770d16b241174ae4b121af9b2ac7bcde8b14c6ed99352b827b760a3cbdc2c0ebd0d505319762897720c5f72acdff506ee9948ac1140e6d4591805eca5439b184 WHIRLPOOL e56bfe0830cfc7776436552171b14b08913d99a2c726c9eefa828027caaa96d9c3d97e6442a3b53f315eaa3e7e0f68175d813dbab1d6de1da5937054fc6cac9c
-DIST libtorrent-rasterbar-1.1.4.tar.gz 3917557 SHA256 ccf42367803a6df7edcf4756d1f7d0a9ce6158ec33b851b3b58fd470ac4eeba6 SHA512 50f5dfffbd9e6ba21dbe328be17962f29088a326c2c2bf177e1137ed2900323b9a5bae75ee63635404928452f206c72dd4f9100438a6b802bd36b11430e51bc3 WHIRLPOOL f1231e97cdaf820910dafbaf83f9edadf3b70a8fadc71b370e9813d9b9893e6ee893fccfc71a20438ca0b138ac9035c220b656843e7af2755451bf6587f07fc5
 DIST libtorrent-rasterbar-1.1.5.tar.gz 3942894 SHA256 103134068389155a0f2bccaca72a57765460eb8188495089dcad280dcf426930 SHA512 d0e7fe944c8a396aaf79ce80c7513be07a855bc8a9eee3bca46ed83d5e190aaa5ea4dc9a8a7208e27e18ae8f15733e6e34eabd375f0bde43d4dc4607840782e7 WHIRLPOOL 1f78afceb67a69418d2afac915616812fe3a223c548ba2baf7e643fc5e63c79bd87998473ac4b6cab6ac0093d7f43ac91bcfba41c9d6ce0fc1ac46914fce74d2

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.4.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.4.ebuild
deleted file mode 100644
index 86fa8d7e920..00000000000
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.4.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-PYTHON_REQ_USE="threads"
-DISTUTILS_OPTIONAL=true
-DISTUTILS_IN_SOURCE_BUILD=true
-
-inherit distutils-r1 eutils versionator
-
-MY_PV=$(replace_all_version_separators _)
-
-DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and scalability"
-HOMEPAGE="http://libtorrent.org"
-SRC_URI="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${MY_PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/9"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="debug +dht doc examples libressl python +ssl static-libs test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-	dev-libs/boost:=[threads]
-	virtual/libiconv
-	examples? ( !net-p2p/mldonkey )
-	python? (
-		${PYTHON_DEPS}
-		dev-libs/boost:=[python,${PYTHON_USEDEP}]
-	)
-	ssl? (
-		!libressl? ( dev-libs/openssl:0= )
-		libressl? ( dev-libs/libressl:= )
-	)
-"
-DEPEND="${RDEPEND}
-	sys-devel/libtool
-"
-
-src_prepare() {
-	default
-
-	# bug 578026
-	# prepend -L${S}/... to ensure bindings link against the lib we just built
-	sed -i -e "s|^|-L${S}/src/.libs |" bindings/python/link_flags.in || die
-
-	# prepend -I${S}/... to ensure bindings use the right headers
-	sed -i -e "s|^|-I${S}/src/include |" bindings/python/compile_flags.in || die
-
-	use python && distutils-r1_src_prepare
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable debug)
-		$(use_enable debug logging)
-		$(use_enable debug disk-stats)
-		$(use_enable dht dht $(usex debug logging yes))
-		$(use_enable examples)
-		$(use_enable ssl encryption)
-		$(use_enable static-libs static)
-		$(use_enable test tests)
-		--with-libiconv
-	)
-	econf "${myeconfargs[@]}"
-
-	if use python; then
-		python_configure() {
-			econf "${myeconfargs[@]}" \
-				--enable-python-binding \
-				--with-boost-python="${EPYTHON#python}"
-		}
-		distutils-r1_src_configure
-	fi
-}
-
-src_compile() {
-	default
-
-	python_compile() {
-		cd "${BUILD_DIR}/../bindings/python" || die
-		distutils-r1_python_compile
-	}
-	use python && distutils-r1_src_compile
-}
-
-src_install() {
-	use doc && HTML_DOCS+=( "${S}"/docs )
-
-	default
-
-	python_install() {
-		cd "${BUILD_DIR}/../bindings/python" || die
-		distutils-r1_python_install
-	}
-	use python && distutils-r1_src_install
-
-	prune_libtool_files
-}

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.5.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.5.ebuild
deleted file mode 100644
index 86fa8d7e920..00000000000
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.5.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-PYTHON_REQ_USE="threads"
-DISTUTILS_OPTIONAL=true
-DISTUTILS_IN_SOURCE_BUILD=true
-
-inherit distutils-r1 eutils versionator
-
-MY_PV=$(replace_all_version_separators _)
-
-DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and scalability"
-HOMEPAGE="http://libtorrent.org"
-SRC_URI="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${MY_PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/9"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="debug +dht doc examples libressl python +ssl static-libs test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-	dev-libs/boost:=[threads]
-	virtual/libiconv
-	examples? ( !net-p2p/mldonkey )
-	python? (
-		${PYTHON_DEPS}
-		dev-libs/boost:=[python,${PYTHON_USEDEP}]
-	)
-	ssl? (
-		!libressl? ( dev-libs/openssl:0= )
-		libressl? ( dev-libs/libressl:= )
-	)
-"
-DEPEND="${RDEPEND}
-	sys-devel/libtool
-"
-
-src_prepare() {
-	default
-
-	# bug 578026
-	# prepend -L${S}/... to ensure bindings link against the lib we just built
-	sed -i -e "s|^|-L${S}/src/.libs |" bindings/python/link_flags.in || die
-
-	# prepend -I${S}/... to ensure bindings use the right headers
-	sed -i -e "s|^|-I${S}/src/include |" bindings/python/compile_flags.in || die
-
-	use python && distutils-r1_src_prepare
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable debug)
-		$(use_enable debug logging)
-		$(use_enable debug disk-stats)
-		$(use_enable dht dht $(usex debug logging yes))
-		$(use_enable examples)
-		$(use_enable ssl encryption)
-		$(use_enable static-libs static)
-		$(use_enable test tests)
-		--with-libiconv
-	)
-	econf "${myeconfargs[@]}"
-
-	if use python; then
-		python_configure() {
-			econf "${myeconfargs[@]}" \
-				--enable-python-binding \
-				--with-boost-python="${EPYTHON#python}"
-		}
-		distutils-r1_src_configure
-	fi
-}
-
-src_compile() {
-	default
-
-	python_compile() {
-		cd "${BUILD_DIR}/../bindings/python" || die
-		distutils-r1_python_compile
-	}
-	use python && distutils-r1_src_compile
-}
-
-src_install() {
-	use doc && HTML_DOCS+=( "${S}"/docs )
-
-	default
-
-	python_install() {
-		cd "${BUILD_DIR}/../bindings/python" || die
-		distutils-r1_python_install
-	}
-	use python && distutils-r1_src_install
-
-	prune_libtool_files
-}


             reply	other threads:[~2017-10-20 22:40 UTC|newest]

Thread overview: 154+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-20 22:40 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-15 20:19 [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/ Andreas Sturmlechner
2024-10-03  9:24 Sam James
2024-10-02 16:54 Andreas Sturmlechner
2024-10-01 23:13 Eli Schwartz
2024-05-29  6:10 Joonas Niilola
2024-05-29  6:10 Joonas Niilola
2024-05-29  6:10 Joonas Niilola
2024-05-29  6:10 Joonas Niilola
2024-05-21  6:09 Joonas Niilola
2024-05-19 17:58 Arthur Zamarin
2024-05-03 11:03 Sam James
2024-01-30  9:59 Sam James
2023-10-10  6:14 Joonas Niilola
2023-10-10  6:14 Joonas Niilola
2023-08-09 18:14 Piotr Karbowski
2023-06-23  9:53 Piotr Karbowski
2023-06-21 19:46 Piotr Karbowski
2023-05-14 14:51 Piotr Karbowski
2023-05-01 17:14 Sam James
2023-05-01 17:14 Sam James
2023-03-31 11:40 Arthur Zamarin
2023-02-18 20:04 Piotr Karbowski
2023-01-21 19:26 Arthur Zamarin
2022-12-02  8:01 Arthur Zamarin
2022-12-02  8:01 Arthur Zamarin
2022-11-30  0:52 Sam James
2022-11-29 21:46 Jakov Smolić
2022-11-19 15:29 Piotr Karbowski
2022-11-19 15:29 Piotr Karbowski
2022-11-10  8:48 Piotr Karbowski
2022-10-24 11:47 Sam James
2022-10-24 11:47 Sam James
2022-10-24 11:47 Sam James
2022-10-24 11:47 Sam James
2022-10-24 11:47 Sam James
2022-09-16  2:52 Yixun Lan
2022-08-19  2:42 Sam James
2022-07-29  4:41 Sam James
2022-07-29  4:29 Sam James
2022-07-29  4:29 Sam James
2022-06-02  6:08 Agostino Sarubbo
2022-06-02  6:05 Agostino Sarubbo
2022-06-02  3:53 Sam James
2022-06-02  3:53 Sam James
2022-04-21 23:20 Sam James
2022-04-20 20:14 Sam James
2022-03-07  7:32 Sam James
2022-03-07  7:31 Sam James
2022-02-13 23:41 Jakov Smolić
2022-01-31 18:50 Sam James
2022-01-27  9:21 Agostino Sarubbo
2022-01-27  9:21 Agostino Sarubbo
2022-01-07 21:23 Arthur Zamarin
2021-12-11  1:16 Sam James
2021-12-08  6:28 Sam James
2021-12-08  6:14 Sam James
2021-12-08  6:14 Sam James
2021-11-01  8:26 Sam James
2021-11-01  1:01 Sam James
2021-10-31 10:21 Sam James
2021-10-31  4:45 Sam James
2021-10-31  4:43 Sam James
2021-10-29  8:58 Sam James
2021-10-23  7:44 Agostino Sarubbo
2021-10-21  4:40 Agostino Sarubbo
2021-09-27  6:57 Agostino Sarubbo
2021-09-27  6:55 Agostino Sarubbo
2021-08-27  1:10 Sam James
2021-08-27  1:10 Sam James
2021-08-27  0:36 Sam James
2021-08-27  0:26 Sam James
2021-08-27  0:26 Sam James
2021-07-27 21:32 Piotr Karbowski
2021-06-18 19:18 David Seifert
2021-05-29 10:34 Mikle Kolyada
2021-05-28 19:28 Mikle Kolyada
2021-05-02 10:56 Mikle Kolyada
2021-03-26 21:36 Sam James
2021-03-26 20:39 Agostino Sarubbo
2021-03-09 10:10 Mikle Kolyada
2021-01-28 19:44 Fabian Groffen
2021-01-21 21:22 Mikle Kolyada
2021-01-01  1:34 Michał Górny
2020-09-09  7:55 Mikle Kolyada
2020-08-31 12:26 Mikle Kolyada
2020-08-30 12:04 Mikle Kolyada
2020-08-30 12:04 Mikle Kolyada
2020-08-28 19:07 Mikle Kolyada
2020-08-27 19:49 Mikle Kolyada
2020-08-09  9:25 Mikle Kolyada
2020-06-07 10:44 Mikle Kolyada
2020-06-07 10:44 Mikle Kolyada
2020-06-07 10:31 Mikle Kolyada
2020-06-07 10:31 Mikle Kolyada
2020-06-07 10:31 Mikle Kolyada
2020-04-28  9:06 Mikle Kolyada
2020-04-27  1:26 Jason A. Donenfeld
2020-04-24 11:34 Mikle Kolyada
2020-04-17 14:43 Craig Andrews
2020-04-08  7:24 Benda XU
2020-03-11  6:58 Mikle Kolyada
2020-02-10 11:05 Mikle Kolyada
2020-01-08 15:30 Mikle Kolyada
2020-01-08 14:35 Mikle Kolyada
2019-12-31 12:41 Mikle Kolyada
2019-12-31 10:15 Mikle Kolyada
2019-12-31 10:15 Mikle Kolyada
2019-12-20 10:45 Mikle Kolyada
2019-12-20 10:41 Mikle Kolyada
2019-12-20 10:36 Mikle Kolyada
2019-12-06 17:47 Mikle Kolyada
2019-11-27  9:18 Mikle Kolyada
2019-10-26 20:47 Mikle Kolyada
2019-10-26 20:47 Mikle Kolyada
2019-10-10 16:56 Craig Andrews
2019-10-08 18:37 Craig Andrews
2019-10-01 19:12 Mikle Kolyada
2019-07-18  9:54 Agostino Sarubbo
2019-07-17 15:24 Agostino Sarubbo
2019-07-16 16:36 Andreas Sturmlechner
2019-05-19  9:45 Mikle Kolyada
2019-05-02 19:10 Mikle Kolyada
2019-03-07 17:26 Mikle Kolyada
2019-03-07 17:26 Mikle Kolyada
2019-01-22 18:01 Mikle Kolyada
2019-01-21 13:27 Mikle Kolyada
2018-12-01 14:19 Mikle Kolyada
2018-11-29 18:36 Mikle Kolyada
2018-11-29 18:36 Mikle Kolyada
2018-11-23 11:54 Mikle Kolyada
2018-11-23 11:54 Mikle Kolyada
2018-10-07 19:14 Mikle Kolyada
2018-10-06 21:05 Mikle Kolyada
2018-10-06 21:03 Mikle Kolyada
2018-09-01 22:51 Mikle Kolyada
2018-08-15 22:00 Mikle Kolyada
2018-05-14 21:41 Zac Medico
2017-11-13 22:37 Sergei Trofimovich
2017-11-12 11:35 Sergei Trofimovich
2017-11-07 13:12 Manuel Rüger
2017-11-05 21:29 Thomas Deutschmann
2017-10-28 22:07 Andreas Sturmlechner
2017-10-28 20:53 Sergei Trofimovich
2017-10-24 17:38 Markus Meier
2017-10-23 12:10 Manuel Rüger
2017-10-22 20:33 Thomas Deutschmann
2017-10-20 22:40 Andreas Sturmlechner
2017-10-15 21:34 Andreas Sturmlechner
2017-10-15 21:34 Andreas Sturmlechner
2017-10-15 21:34 Andreas Sturmlechner
2017-07-07 21:17 Patrick McLean
2017-05-02  1:27 Patrick McLean
2017-04-04  2:15 Patrick McLean

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1508539191.50877c698ea87d0719894992b212930e20d3a478.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox