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: dev-libs/double-conversion/
Date: Sat,  7 Jul 2018 10:30:08 +0000 (UTC)	[thread overview]
Message-ID: <1530959395.f826f16ed8557a65e62454fe84df8b386de83d9a.asturm@gentoo> (raw)

commit:     f826f16ed8557a65e62454fe84df8b386de83d9a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  7 09:47:00 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul  7 10:29:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f826f16e

dev-libs/double-conversion: Drop 2.0.1, scons--

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-libs/double-conversion/Manifest                |  1 -
 .../double-conversion-2.0.1.ebuild                 | 41 ----------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-libs/double-conversion/Manifest b/dev-libs/double-conversion/Manifest
index 658674a41ba..b0d2cf5f8f7 100644
--- a/dev-libs/double-conversion/Manifest
+++ b/dev-libs/double-conversion/Manifest
@@ -1,2 +1 @@
-DIST double-conversion-2.0.1.tar.gz 7014148 BLAKE2B df8df63f601076bd827ef95b2a2cde8bec6a85fb6ee81a879556481a168c2a101b3ca130ed6f45ca515281ea139e4a607a03934b05fc0a2fe5bacdf56033f2b3 SHA512 a4773dc95e9267d8426dda976586aa1ba968ead28b118caae9b1b7c123d1eea4aba5b588fde9a109a99a068a79a3a2426f12d6caadea8c548d4250e56eff33a4
 DIST double-conversion-3.0.0.tar.gz 7019526 BLAKE2B 631973dadefa8bbf7e4acffd44968dfbf6b7dbeeb045fbbe0df7824a890991f510131647a52646fcd2b069b8b886a7b66a82434b829bdcb58bd8f503fecc7d18 SHA512 5057af6e72f2aaace56ebdd9a0ddfa34318cbdfeabec5c361b60e6c92f160c8999c046c50f8c6f8d590eb8e97aa70bb6e97ba8148f0dc95dbc42f204fcdc1abf

diff --git a/dev-libs/double-conversion/double-conversion-2.0.1.ebuild b/dev-libs/double-conversion/double-conversion-2.0.1.ebuild
deleted file mode 100644
index 15ab24390e3..00000000000
--- a/dev-libs/double-conversion/double-conversion-2.0.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit scons-utils eutils toolchain-funcs
-
-DESCRIPTION="Binary-decimal and decimal-binary conversion routines for IEEE doubles"
-HOMEPAGE="https://github.com/google/double-conversion"
-SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/1"
-KEYWORDS="amd64 arm ~arm64 hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
-
-LIBNAME=lib${PN}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-scons.patch
-}
-
-src_compile() {
-	sed -i -e "s/g++/$(tc-getCXX)/" SConstruct || die
-	escons ${LIBNAME}.so.1
-	use static-libs && escons ${LIBNAME}.a
-}
-
-src_test() {
-	escons run_tests
-	export LD_LIBRARY_PATH=".:${LD_LIBRARY_PATH}"
-	./run_tests --list | tr -d '<' | xargs ./run_tests || die
-}
-
-src_install() {
-	dolib.so ${LIBNAME}.so*
-	use static-libs && dolib.a ${LIBNAME}.a
-	insinto /usr/include/double-conversion
-	doins src/{double-conversion,utils}.h
-	dodoc README Changelog AUTHORS
-}


             reply	other threads:[~2018-07-07 10:30 UTC|newest]

Thread overview: 99+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-07 10:30 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-12 17:56 [gentoo-commits] repo/gentoo:master commit in: dev-libs/double-conversion/ Sam James
2025-03-12 17:56 Sam James
2025-03-12 17:56 Sam James
2025-03-12 17:56 Sam James
2025-03-12 17:56 Sam James
2025-03-12 17:56 Sam James
2025-03-12 17:56 Sam James
2025-02-15  5:33 Ionen Wolkens
2024-06-06 13:20 Ionen Wolkens
2024-05-25 12:43 Arthur Zamarin
2024-05-25  2:03 Sam James
2024-05-25  2:03 Sam James
2024-05-24 17:35 Arthur Zamarin
2024-05-24 17:35 Arthur Zamarin
2024-05-24 14:56 Arthur Zamarin
2024-05-24 14:56 Arthur Zamarin
2024-05-04 18:56 Ionen Wolkens
2024-05-04 18:56 Ionen Wolkens
2023-11-30 21:43 James Le Cuirot
2023-09-01 19:26 Arthur Zamarin
2022-09-16 17:42 Andreas Sturmlechner
2022-09-16 17:17 Arthur Zamarin
2022-09-16 17:17 Arthur Zamarin
2022-09-10  8:33 Agostino Sarubbo
2022-09-10  0:48 Sam James
2022-09-09 22:26 Jakov Smolić
2022-09-09 19:34 Arthur Zamarin
2022-09-09 16:42 Arthur Zamarin
2022-08-04 23:49 Sam James
2022-06-16 23:17 Sam James
2022-05-19  5:08 WANG Xuerui
2022-02-21 12:06 Andreas Sturmlechner
2022-02-11 19:07 Jakov Smolić
2022-02-11 12:25 Sam James
2022-02-09  6:54 Agostino Sarubbo
2022-02-09  6:53 Agostino Sarubbo
2022-02-09  1:25 Sam James
2022-02-09  1:23 Sam James
2022-02-09  1:23 Sam James
2022-01-14 23:51 Matt Turner
2022-01-11 14:54 Andrew Ammerlaan
2022-01-08 21:32 Andreas Sturmlechner
2021-12-16 13:37 Andreas Sturmlechner
2020-07-14 13:26 Sam James
2020-06-02 13:29 Michał Górny
2020-03-17 12:40 Mart Raudsepp
2020-02-06  7:51 Sergei Trofimovich
2020-01-30 12:31 Agostino Sarubbo
2020-01-30 11:05 Agostino Sarubbo
2020-01-30 11:00 Agostino Sarubbo
2020-01-30 10:17 Agostino Sarubbo
2020-01-30  7:28 Sergei Trofimovich
2020-01-29 10:17 Agostino Sarubbo
2020-01-01 10:14 David Seifert
2019-12-30 23:35 Andreas Sturmlechner
2019-08-02 11:33 Andreas Sturmlechner
2019-08-02 11:15 Mikle Kolyada
2019-05-26  7:04 Sergei Trofimovich
2019-05-25  8:46 Mikle Kolyada
2019-05-25  0:39 Aaron Bauman
2019-05-24 22:50 Sergei Trofimovich
2019-05-24 22:08 Sergei Trofimovich
2019-05-20 17:25 Sergei Trofimovich
2019-04-18  8:43 Michael Palimaka
2019-04-18  8:43 Michael Palimaka
2019-03-16 22:42 Andreas Sturmlechner
2019-03-16 20:09 Sergei Trofimovich
2019-03-10 14:24 Mikle Kolyada
2019-03-02 20:49 Thomas Deutschmann
2019-02-28 14:57 Mikle Kolyada
2019-02-28  7:23 Sergei Trofimovich
2019-02-27  8:20 Sergei Trofimovich
2019-02-25 22:23 Sergei Trofimovich
2019-02-07 13:01 Andreas Sturmlechner
2019-02-04  0:48 Andreas Sturmlechner
2019-02-04  0:48 Andreas Sturmlechner
2018-07-07 11:20 Andreas Sturmlechner
2018-07-07  9:02 Sergei Trofimovich
2018-06-18 19:06 Andreas Sturmlechner
2018-05-03 17:12 Markus Meier
2018-04-15 18:40 Sergei Trofimovich
2018-03-18 14:45 Mikle Kolyada
2018-03-17 12:17 Sergei Trofimovich
2018-03-02 19:19 Michał Górny
2018-02-27  9:03 Andreas Sturmlechner
2018-02-27  9:03 Andreas Sturmlechner
2017-10-12 11:24 Sergei Trofimovich
2017-06-20  4:46 Markus Meier
2017-06-17 14:41 Alexis Ballier
2017-06-17 14:41 Alexis Ballier
2017-04-29 21:27 Jeroen Roovers
2017-04-23 12:40 Agostino Sarubbo
2016-12-26 20:58 Kacper Kowalik
2016-10-02  9:39 Jeroen Roovers
2016-07-25 15:51 Chí-Thanh Christopher Nguyễn
2016-04-24 13:08 Davide Pesavento
2015-10-09 18:53 Mike Frysinger
2015-09-01 19:07 Tobias Klausmann

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=1530959395.f826f16ed8557a65e62454fe84df8b386de83d9a.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