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/tinyxml2/
Date: Sat, 30 Nov 2019 12:08:21 +0000 (UTC)	[thread overview]
Message-ID: <1575115674.8a3dab6854241da572ac3001ebacc526d03333b7.asturm@gentoo> (raw)

commit:     8a3dab6854241da572ac3001ebacc526d03333b7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 11:50:40 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 12:07:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3dab68

dev-libs/tinyxml2: Drop 6.2.0 and 7.0.1-r1

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

 dev-libs/tinyxml2/Manifest                 |  2 --
 dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild    | 23 -----------------------
 dev-libs/tinyxml2/tinyxml2-7.0.1-r1.ebuild | 20 --------------------
 3 files changed, 45 deletions(-)

diff --git a/dev-libs/tinyxml2/Manifest b/dev-libs/tinyxml2/Manifest
index d7008a2d4d6..57f0230c11b 100644
--- a/dev-libs/tinyxml2/Manifest
+++ b/dev-libs/tinyxml2/Manifest
@@ -1,3 +1 @@
-DIST tinyxml2-6.2.0.tar.gz 585870 BLAKE2B 6f79ffe0894d625e3a2cccaf897c13962672f090c477b6b13e8685585a304b5cf0f5069d88d61650882e55f23768514dcbeea4795e3a4758b016cb177eee44d4 SHA512 ef784240aeb090ab04aad659352ad4b224c431feecf485f33aca7936bcaa0ef4ab9d0a2e0692d3cf6036ac3e8012019d65665e780a920bbad3d4820f736445b1
-DIST tinyxml2-7.0.1.tar.gz 590384 BLAKE2B ea055e9b85c8f1ea789f91d406e549abf1d6e8aacbbf89f5d887b6cc0d8678562810b4352c158de0ee4adedf8146016f970e1b2a221dcb8fd36aac0486d45d9f SHA512 623cd7eff542d20b434a67111ac98110101c95a18767318bf906e5e56d8cc25622269f740f50477fe907a4c52d875b614cb6167f4760d42ab18dc55b9d4bf380
 DIST tinyxml2-7.1.0.tar.gz 592717 BLAKE2B 5936356d472b8642bebb9f02579e6beda14446d57749f1e7a869ff941a03a5ad30624c4db4b2eaaaca48d7f339e3100fddfd58f96bbcfc22737a23d9c9198c9a SHA512 09d5f37018f79a593ff35e33d4296c9ec643a22e83c0cee4c37949300f86201eee07e9b7e6ba55044d8abb438d5d21b70d5843a96ae4652389bb164047ec31e1

diff --git a/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild b/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild
deleted file mode 100644
index 8e411cbc267..00000000000
--- a/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-multilib
-
-DESCRIPTION="A simple, small, efficient, C++ XML parser"
-HOMEPAGE="http://www.grinninglizard.com/tinyxml2/ https://github.com/leethomason/tinyxml2/"
-SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0/6"
-KEYWORDS="amd64 arm arm64 hppa ~ppc64 sparc x86"
-IUSE="static-libs test"
-
-multilib_src_configure() {
-	local mycmakeargs=(
-		-DBUILD_STATIC_LIBS=$(usex static-libs)
-		-DBUILD_TESTING=$(usex test)
-	)
-	cmake-utils_src_configure
-}

diff --git a/dev-libs/tinyxml2/tinyxml2-7.0.1-r1.ebuild b/dev-libs/tinyxml2/tinyxml2-7.0.1-r1.ebuild
deleted file mode 100644
index 5e24e7bc18a..00000000000
--- a/dev-libs/tinyxml2/tinyxml2-7.0.1-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-multilib
-
-DESCRIPTION="A simple, small, efficient, C++ XML parser"
-HOMEPAGE="http://www.grinninglizard.com/tinyxml2/ https://github.com/leethomason/tinyxml2/"
-SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0/7"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
-IUSE="test"
-
-multilib_src_configure() {
-	local mycmakeargs=( -DBUILD_TESTING=$(usex test) )
-	cmake-utils_src_configure
-}


             reply	other threads:[~2019-11-30 12:08 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-30 12:08 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-27 18:07 [gentoo-commits] repo/gentoo:master commit in: dev-libs/tinyxml2/ Arthur Zamarin
2024-09-22 18:59 Arthur Zamarin
2024-09-22 18:43 Arthur Zamarin
2024-09-22 18:42 Arthur Zamarin
2024-09-22 18:42 Arthur Zamarin
2024-09-22 18:42 Arthur Zamarin
2024-09-22 18:42 Arthur Zamarin
2024-02-02 14:17 Arthur Zamarin
2023-05-06  0:03 Sam James
2022-09-09  7:59 David Seifert
2022-08-28  5:06 WANG Xuerui
2022-04-17 19:24 Sam James
2021-09-14  5:17 Sam James
2021-09-14  5:15 Sam James
2021-09-14  5:15 Sam James
2021-09-14  5:15 Sam James
2021-09-14  5:15 Sam James
2021-08-23 22:59 Marek Szuba
2020-09-05  2:35 Sam James
2020-09-01  0:21 Sam James
2020-08-31 23:31 Sam James
2020-08-31 17:13 Thomas Deutschmann
2020-08-31 15:38 Sam James
2020-05-27 21:20 Tim Harder
2019-11-27 13:39 Mikle Kolyada
2019-11-25  7:30 Sergei Trofimovich
2019-11-20  1:41 Aaron Bauman
2019-11-19 19:45 Sergei Trofimovich
2019-11-19 15:40 Agostino Sarubbo
2019-11-18 11:50 Agostino Sarubbo
2019-08-31 10:41 Tim Harder
2019-07-31 21:11 Aaron Bauman
2018-12-12 23:53 Tim Harder
2018-12-12  8:25 Tim Harder
2018-09-18 23:04 Matt Turner
2018-09-04 18:38 Sergei Trofimovich
2018-08-30  6:16 Sergei Trofimovich
2018-08-22  5:12 Markus Meier
2018-08-16 22:52 Mikle Kolyada
2018-08-16  0:39 Thomas Deutschmann
2018-08-13 20:43 Sergei Trofimovich
2018-04-13  3:38 Tim Harder
2018-01-18 15:56 Mikle Kolyada
2017-12-25 23:09 Tim Harder
2017-10-12  9:11 Sergei Trofimovich
2017-10-12  9:11 Sergei Trofimovich
2017-08-27 15:34 Michael Palimaka
2017-06-29 20:28 Alexis Ballier
2017-06-29 20:28 Alexis Ballier
2017-02-24 17:54 Markus Meier
2016-09-16  8:46 Anthony G. Basile

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=1575115674.8a3dab6854241da572ac3001ebacc526d03333b7.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