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/cereal/
Date: Thu, 25 Jun 2020 13:54:23 +0000 (UTC)	[thread overview]
Message-ID: <1593093251.a21cc7f91b9fed97244fffe59ce72e0cb65865c0.asturm@gentoo> (raw)

commit:     a21cc7f91b9fed97244fffe59ce72e0cb65865c0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 25 13:54:11 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 13:54:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21cc7f9

dev-libs/cereal: Drop 1.2.1 and 1.2.2

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/cereal/Manifest            |  2 --
 dev-libs/cereal/cereal-1.2.1.ebuild | 30 ------------------------------
 dev-libs/cereal/cereal-1.2.2.ebuild | 26 --------------------------
 3 files changed, 58 deletions(-)

diff --git a/dev-libs/cereal/Manifest b/dev-libs/cereal/Manifest
index afcc1a98b01..3b9b3fe3ed8 100644
--- a/dev-libs/cereal/Manifest
+++ b/dev-libs/cereal/Manifest
@@ -1,3 +1 @@
-DIST cereal-1.2.1.tar.gz 301994 BLAKE2B 0fd5649b5e9c12615a0ca68939dd48544c749483ac114c35e3e7238de0ede624b12ded8e0f529df186fbdfd1069bf35821504b04cc1a40d87dbaf7a8ff82b15f SHA512 f0050f27433a4b544e7785aa94fc7b14a57eed6d542e25d3d0fda4d27cf55ea55e796be2138bf80809c96c392436513fe42764b3a456938395bf7f7177dd1c73
-DIST cereal-1.2.2.tar.gz 335759 BLAKE2B 6804b9aabb235a546758c70554502208f1b7b6bcab9b602fa075123335331f0522191a83027fdbac4ee947881c6866f24f48223a00b9490fca5ca961f3e4b260 SHA512 9567b2e19add9446b24f8afd122eea09ba6ecd1a090335cf0ab31fdc8f64c6c97daa3d9eaf0801c36a770737488e0eebf81d96d7b7a65deed30da6130f2d47eb
 DIST cereal-1.3.0.tar.gz 374585 BLAKE2B 67bcdf8715585d8913c6ae4ff1a20d77df0eb95816b37a77620a3f08000b6e911afbd295236a6cd0394d3242ae0a3b2619f6e168503724517c9c66bc20f1d07c SHA512 2bb640a222d4efe7c624c6ec3e755fecae00ef59e91c4db462e233546c5afe73c065ba1d16d9600f7cd3cc185593109148008b0b2b870208e2f1d6984fd40c72

diff --git a/dev-libs/cereal/cereal-1.2.1.ebuild b/dev-libs/cereal/cereal-1.2.1.ebuild
deleted file mode 100644
index 3e62e1429c3..00000000000
--- a/dev-libs/cereal/cereal-1.2.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="header-only C++11 serialization library"
-HOMEPAGE="http://uscilab.github.io/cereal/"
-SRC_URI="https://github.com/USCiLab/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-libs/boost )"
-
-src_prepare() {
-	sed -i 's/-Werror//' CMakeLists.txt || die
-	default
-}
-
-src_configure() {
-	mycmakeargs=(
-		-DJUST_INSTALL_CEREAL=$(usex !test)
-	)
-	cmake-utils_src_configure
-}

diff --git a/dev-libs/cereal/cereal-1.2.2.ebuild b/dev-libs/cereal/cereal-1.2.2.ebuild
deleted file mode 100644
index fc09025d588..00000000000
--- a/dev-libs/cereal/cereal-1.2.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="header-only C++11 serialization library"
-HOMEPAGE="http://uscilab.github.io/cereal/"
-SRC_URI="https://github.com/USCiLab/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-libs/boost )"
-
-src_configure() {
-	mycmakeargs=(
-		-DJUST_INSTALL_CEREAL=$(usex !test)
-		-DWITH_WERROR=OFF
-	)
-	cmake-utils_src_configure
-}


             reply	other threads:[~2020-06-25 13:54 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-25 13:54 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-24 14:43 [gentoo-commits] repo/gentoo:master commit in: dev-libs/cereal/ Michał Górny
2023-04-16 12:11 WANG Xuerui
2022-12-26  8:43 Andreas Sturmlechner
2022-12-26  3:20 Sam James
2022-12-26  3:20 Sam James
2022-11-18 17:29 Arthur Zamarin
2022-04-03 10:45 Matthew Smith
2022-04-03  8:52 Matthew Smith
2022-03-29  8:49 Yixun Lan
2022-03-29  8:49 Yixun Lan
2022-03-18 17:04 Dennis Lamm
2022-03-18 17:04 Dennis Lamm
2022-03-09  9:19 Agostino Sarubbo
2022-03-07 16:20 Agostino Sarubbo
2022-02-22  5:40 Yixun Lan
2022-02-21 22:13 Sam James
2022-02-21  2:58 Sam James
2022-01-31 19:40 Jakov Smolić
2021-12-30 17:40 Dennis Lamm
2021-12-23 14:02 Dennis Lamm
2021-06-15 18:25 Dennis Lamm
2020-06-25 13:42 Andreas Sturmlechner
2020-06-25 13:38 Christoph Junghans
2020-06-25 13:29 Christoph Junghans
2017-02-15 17:13 Christoph Junghans
2016-08-31 21:30 Christoph Junghans

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=1593093251.a21cc7f91b9fed97244fffe59ce72e0cb65865c0.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