public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbytesize/
Date: Mon, 29 Jul 2019 07:55:21 +0000 (UTC)	[thread overview]
Message-ID: <1564386726.4e815604b91fb2d542994cc29fc6f7d74f17019d.polynomial-c@gentoo> (raw)

commit:     4e815604b91fb2d542994cc29fc6f7d74f17019d
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 07:52:06 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 07:52:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e815604

dev-libs/libbytesize: Removed old.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 dev-libs/libbytesize/Manifest                  |  2 -
 dev-libs/libbytesize/libbytesize-1.2-r1.ebuild | 64 ---------------------
 dev-libs/libbytesize/libbytesize-2.0-r3.ebuild | 80 --------------------------
 3 files changed, 146 deletions(-)

diff --git a/dev-libs/libbytesize/Manifest b/dev-libs/libbytesize/Manifest
index 5e87d56eede..feab2925d60 100644
--- a/dev-libs/libbytesize/Manifest
+++ b/dev-libs/libbytesize/Manifest
@@ -1,4 +1,2 @@
-DIST libbytesize-1.2.tar.gz 70598 BLAKE2B e136b1274703da7b3596e7583cea1ac773c1594af09c626f4dbb481dfcc23a3186b03ebdc54bba67d0a063c5d6587f6b7f8b610828c461cfd114eea1388dd193 SHA512 a8151e7440d0ec43d10239ddf08a9924827cdf08f20a16dff6177b444c1022fab905a0567384531e7610d854998111adb77f9a6a98e2d9648c02521f84ea2bf2
 DIST libbytesize-1.4.tar.gz 80943 BLAKE2B d4c6c34d81be01bf7db2c37b0660886d99eff3c0a87024f5fbc12cc3606dc01e772b81dfbcacbf76c62213120253a9e7bda90adbc749b6d4c3e31e1ed3ae7702 SHA512 5dd13cf52a1674be776220ee1863f42261a47dc53af1ce4a31460d6d02ce87e19c5a52260f700928af98f1d9d7a96de7c11d8f384907b3187ef2effc10cbb593
-DIST libbytesize-2.0.tar.gz 440544 BLAKE2B a371c617c965171a8746339ff8a2ec412daf3f79ae80e4e6a404546b0fc2f59f3e5882fc93726701490ef267f90cfd8c5db70bf7bd334c08806ff35eaab97377 SHA512 9d2a18930d0d900262ced4abd5cd358896570eadb06435f1b9aba5484ca530478b65dfb4982e8acf77ca4519a2d8a1dc236d42f5fa1ecbd7461949b282ef44a1
 DIST libbytesize-2.1.tar.gz 440209 BLAKE2B 7c689f269eae7b408b7f85fb9c877c9eb519d2a2eb143ef0ddb1657fbb4d79fab7cdaa56b35b4bbbb964e47361e37d7c70a0a135bacb8f817bd6cf8d2e22b68e SHA512 6b93d877e921820c19ed6874a36d9f8b6958112f6230f24980e8e6e30570b39ce74594f0ef126f70dc81b5434899c1f0f3ad0925f3ff7b6a596a9329c8f106c8

diff --git a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
deleted file mode 100644
index 05b5af25d1a..00000000000
--- a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
-
-inherit autotools python-r1
-
-DESCRIPTION="Tiny library providing a C \"class\" for working with arbitrary big sizes in bytes"
-HOMEPAGE="https://github.com/rhinstaller/libbytesize"
-SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ia64 ~mips ppc ppc64 sparc x86"
-IUSE="doc test"
-
-RDEPEND="
-	${PYTHON_DEPS}
-	dev-libs/gmp:0=
-	dev-libs/mpfr:=
-	>=dev-libs/libpcre-8.32
-"
-
-DEPEND="
-	${RDEPEND}
-	sys-devel/gettext
-	doc? ( dev-util/gtk-doc )
-	test? (
-		dev-python/pocketlint
-		dev-python/polib
-	)
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RESTRICT="test"
-
-pkg_setup() {
-	python_setup
-}
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	local myeconfargs=(
-		--without-python3 #634840
-		$(use_with doc gtk-doc)
-	)
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	emake install DESTDIR="${D}"
-
-	python_install() {
-		emake -C src/python install DESTDIR="${D}"
-		python_optimize
-	}
-	python_foreach_impl python_install
-}

diff --git a/dev-libs/libbytesize/libbytesize-2.0-r3.ebuild b/dev-libs/libbytesize/libbytesize-2.0-r3.ebuild
deleted file mode 100644
index f3c68f3c42f..00000000000
--- a/dev-libs/libbytesize/libbytesize-2.0-r3.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-inherit python-r1
-
-DESCRIPTION="Tiny library providing a C \"class\" for working with arbitrary big sizes in bytes"
-HOMEPAGE="https://github.com/storaged-project/libbytesize"
-SRC_URI="https://github.com/storaged-project/libbytesize/releases/download/${PV}/${P}.tar.gz"
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc python test tools"
-
-REQUIRED_USE="
-	python? ( ${PYTHON_REQUIRED_USE} )
-	tools? ( python )
-"
-
-RDEPEND="
-	dev-libs/gmp:0=
-	dev-libs/mpfr:=
-	dev-libs/libpcre2
-	python? ( ${PYTHON_DEPS} )
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="
-	sys-devel/gettext
-	doc? ( dev-util/gtk-doc )
-	test? (
-		dev-python/pocketlint[${PYTHON_USEDEP}]
-		dev-python/polib[${PYTHON_USEDEP}]
-	)
-"
-
-DOCS=( README.md )
-
-RESTRICT="test"
-
-python_do() {
-	if use python; then
-		python_foreach_impl run_in_build_dir "$@"
-	else
-		"$@"
-	fi
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(use_with doc gtk-doc)
-		$(use_with python python3)
-		$(use_with tools)
-	)
-	local ECONF_SOURCE="${S}"
-	python_do econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-	python_do emake
-}
-
-src_test() {
-	python_do emake check
-}
-
-install_helper() {
-	emake DESTDIR="${D}" install
-	use python && python_optimize
-}
-
-src_install() {
-	python_do install_helper
-	einstalldocs
-	find "${ED}" -name "*.la" -type f -delete || die
-}


             reply	other threads:[~2019-07-29  7:55 UTC|newest]

Thread overview: 135+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-29  7:55 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-31 13:51 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbytesize/ Sam James
2024-10-30 17:23 Arthur Zamarin
2024-10-30 15:45 Sam James
2024-10-30 15:11 Sam James
2024-10-30 15:11 Sam James
2024-10-30 15:11 Sam James
2024-10-30 14:53 Sam James
2024-10-04  7:19 Sam James
2024-09-13 12:00 Arthur Zamarin
2024-03-02 22:07 Sam James
2024-03-02  9:55 Arthur Zamarin
2024-02-25  7:16 Sam James
2024-02-25  6:58 Sam James
2024-02-25  6:57 Joonas Niilola
2024-02-25  6:57 Joonas Niilola
2023-11-21 10:05 Marek Szuba
2023-11-21 10:05 Marek Szuba
2023-09-24 14:25 Arthur Zamarin
2023-09-22 17:46 Arthur Zamarin
2023-09-22 12:14 Arthur Zamarin
2023-09-22  9:31 Arthur Zamarin
2023-09-22  9:15 Arthur Zamarin
2023-09-22  9:15 Arthur Zamarin
2023-09-22  9:15 Arthur Zamarin
2023-08-20  0:21 Marek Szuba
2023-08-20  0:21 Marek Szuba
2023-08-04  9:22 Sam James
2023-07-15  6:56 Sam James
2023-07-15  6:51 Sam James
2023-07-15  3:10 Sam James
2023-07-15  3:10 Sam James
2023-07-14 18:50 Arthur Zamarin
2023-07-14 17:12 Arthur Zamarin
2023-07-14 16:23 Arthur Zamarin
2023-06-03 17:21 Arthur Zamarin
2023-06-03 17:21 Arthur Zamarin
2023-06-03 17:21 Arthur Zamarin
2023-03-08 14:13 Joonas Niilola
2023-03-08 14:13 Joonas Niilola
2022-08-19  8:15 Joonas Niilola
2022-08-19  7:11 Agostino Sarubbo
2022-08-19  6:16 Arthur Zamarin
2022-08-19  6:16 Arthur Zamarin
2022-08-19  5:54 Arthur Zamarin
2022-08-19  5:54 Arthur Zamarin
2022-08-19  5:19 Arthur Zamarin
2022-08-19  3:38 Sam James
2022-06-24  7:43 Lars Wendler
2022-05-26  6:54 Agostino Sarubbo
2022-05-26  6:53 Agostino Sarubbo
2022-05-26  6:53 Agostino Sarubbo
2022-05-26  4:45 WANG Xuerui
2022-05-25 19:25 Sam James
2022-05-25 19:25 Sam James
2022-05-25 19:23 Sam James
2022-05-25 19:23 Sam James
2022-05-25 15:08 Lars Wendler
2021-12-24  8:02 Sam James
2021-07-07 12:21 Lars Wendler
2021-07-07 12:21 Lars Wendler
2021-05-27 19:23 Sam James
2021-05-27 19:11 Sam James
2021-05-27 16:51 Sergei Trofimovich
2021-05-27 14:34 Yixun Lan
2021-05-27  6:57 Agostino Sarubbo
2021-05-26 15:09 Agostino Sarubbo
2021-01-27 15:34 Lars Wendler
2020-09-23 13:06 Lars Wendler
2020-08-05 14:17 Agostino Sarubbo
2020-08-05 13:53 Agostino Sarubbo
2020-08-02 12:44 Sergei Trofimovich
2020-08-02 12:04 Sergei Trofimovich
2020-08-02 11:48 Sergei Trofimovich
2020-08-02  2:44 Sam James
2020-07-31 19:34 Sam James
2020-07-31 11:11 Lars Wendler
2020-05-21 10:49 Lars Wendler
2020-05-21 10:49 Lars Wendler
2020-04-22 16:41 Mart Raudsepp
2020-04-20  9:52 Agostino Sarubbo
2020-04-20  9:50 Agostino Sarubbo
2020-04-20  9:48 Agostino Sarubbo
2020-04-20  9:46 Agostino Sarubbo
2020-04-20  9:45 Agostino Sarubbo
2020-04-20  8:28 Agostino Sarubbo
2020-02-06 18:08 Lars Wendler
2020-02-05 19:12 Michał Górny
2019-12-02 13:48 Andreas Sturmlechner
2019-07-28 14:10 Mikle Kolyada
2019-07-25 14:57 Lars Wendler
2019-07-05  7:31 Lars Wendler
2019-05-20 11:31 Mikle Kolyada
2019-05-13  1:41 Thomas Deutschmann
2019-05-12 22:03 Sergei Trofimovich
2019-05-12 21:57 Sergei Trofimovich
2019-05-12 21:48 Sergei Trofimovich
2019-05-07 20:14 Tobias Klausmann
2019-05-06  8:30 Lars Wendler
2019-05-06  7:35 Lars Wendler
2019-05-06  7:35 Lars Wendler
2019-05-04  8:00 Lars Wendler
2019-05-04  6:59 Lars Wendler
2019-05-04  6:59 Lars Wendler
2019-05-03  4:46 Aaron Bauman
2019-05-02 21:24 Sergei Trofimovich
2019-05-02 15:37 Lars Wendler
2019-05-02 15:37 Lars Wendler
2019-04-15 23:55 Aaron Bauman
2019-02-02 12:53 Sergei Trofimovich
2018-08-06  8:48 Lars Wendler
2018-08-06  8:35 Lars Wendler
2018-04-23  7:30 Lars Wendler
2018-04-23  0:39 Lars Wendler
2018-03-27 23:47 Matt Turner
2018-01-22 18:20 Mikle Kolyada
2018-01-22 16:00 Mikle Kolyada
2018-01-18 19:03 Markus Meier
2018-01-18 18:05 Mikle Kolyada
2017-12-28 11:58 Sergei Trofimovich
2017-12-26 23:49 Sergei Trofimovich
2017-12-25 19:48 Lars Wendler
2017-12-24 12:05 Markus Meier
2017-12-21 22:34 Sergei Trofimovich
2017-12-21  5:45 Markus Meier
2017-12-19 23:16 Sergei Trofimovich
2017-12-14  7:33 Sven Wegener
2017-12-13 13:42 Lars Wendler
2017-12-13 13:42 Lars Wendler
2017-12-09  2:25 Anthony G. Basile
2017-10-01 22:49 Thomas Deutschmann
2017-09-22 21:12 Lars Wendler
2017-09-22 21:12 Lars Wendler
2017-08-07  6:55 Lars Wendler
2017-07-06  9:49 Lars Wendler

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=1564386726.4e815604b91fb2d542994cc29fc6f7d74f17019d.polynomial-c@gentoo \
    --to=polynomial-c@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