public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/crossguid/
Date: Mon, 23 Dec 2024 16:01:41 +0000 (UTC)	[thread overview]
Message-ID: <1734969627.6bff83492b06e449bce56546b94045076e9e20ad.arkamar@gentoo> (raw)

commit:     6bff83492b06e449bce56546b94045076e9e20ad
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 23 16:00:27 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 16:00:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bff8349

dev-libs/crossguid: drop 0_pre20150817

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 dev-libs/crossguid/Manifest                       |  1 -
 dev-libs/crossguid/crossguid-0_pre20150817.ebuild | 47 -----------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-libs/crossguid/Manifest b/dev-libs/crossguid/Manifest
index cbf759e557c4..8c7c4899206d 100644
--- a/dev-libs/crossguid/Manifest
+++ b/dev-libs/crossguid/Manifest
@@ -1,2 +1 @@
 DIST crossguid-0.2.2_p20190529.tar.gz 141660 BLAKE2B 0f78a8ab5a420297f666b3b8156d499a9141ec25c049d4d2bb2ba594dc585abe211a149b83c605cce4f5530207231a065d5f3a87a0c969781de8c6381afa2527 SHA512 f0a80d8e99b10473bcfdfde3d1c5fd7b766959819f0d1c0595ac84ce46db9007a5fbfde9a55aca60530c46cb7f8ef4c7e472c6191559ded92f868589c141ccaf
-DIST crossguid-0_pre20150817.tar.gz 46569 BLAKE2B 3384b6c507c4713f5ea0d6012138f3543445a42c7353e934e267b91275f7cf75720a446f5fe24f334b1022946f856a65f5c158d0036c999c761e626c1e30062a SHA512 823ca301f1d3b78a778649cd9169194d98dd33c65cadd5bfb9f86429e82049c99c17e09f093b92675981d2aac2aac25b60cbb157fad57a3e1bada826edd8ba0a

diff --git a/dev-libs/crossguid/crossguid-0_pre20150817.ebuild b/dev-libs/crossguid/crossguid-0_pre20150817.ebuild
deleted file mode 100644
index 9c61857673ce..000000000000
--- a/dev-libs/crossguid/crossguid-0_pre20150817.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/graeme-hill/crossguid.git"
-	inherit git-r3
-else
-	EGIT_COMMIT="8f399e8bd4252be9952f3dfa8199924cc8487ca4"
-	SRC_URI="https://github.com/graeme-hill/crossguid/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-fi
-
-DESCRIPTION="Lightweight cross platform C++ GUID/UUID library"
-HOMEPAGE="https://github.com/graeme-hill/crossguid"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-# We use libuuid from util-linux.
-DEPEND="sys-apps/util-linux"
-RDEPEND="${DEPEND}"
-
-RESTRICT="test" #575544
-
-e() { echo "$@"; "$@"; }
-
-src_compile() {
-	e $(tc-getCXX) \
-		${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS} \
-		-std=c++11 \
-		-c guid.cpp -o guid.o \
-		-DGUID_LIBUUID \
-		|| die
-
-	e $(tc-getAR) rs libcrossguid.a guid.o || die
-}
-
-src_install() {
-	insinto /usr/include
-	doins guid.h
-	dolib.a libcrossguid.a
-}


             reply	other threads:[~2024-12-23 16:01 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-23 16:01 Petr Vaněk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-07 23:44 [gentoo-commits] repo/gentoo:master commit in: dev-libs/crossguid/ Andreas Sturmlechner
2024-03-07 23:24 Andreas Sturmlechner
2023-02-26 19:28 Arthur Zamarin
2023-02-26 19:04 Arthur Zamarin
2023-02-26 17:15 Arthur Zamarin
2022-08-27 11:45 Yixun Lan
2021-04-19  4:31 Sam James
2021-03-29 14:50 Sam James
2020-06-26 21:16 Mart Raudsepp
2017-01-06 13:16 Aaron Bauman
2016-03-14 12:13 Miroslav Šulc
2016-03-03  3:11 Mike Frysinger
2015-08-20 12:51 Mike Frysinger

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=1734969627.6bff83492b06e449bce56546b94045076e9e20ad.arkamar@gentoo \
    --to=arkamar@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