public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rui Huang" <vowstar@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/gpds/
Date: Mon, 19 Feb 2024 02:44:51 +0000 (UTC)	[thread overview]
Message-ID: <1708310427.084e10932ad5b4df942804531e8d379d22823d1e.vowstar@gentoo> (raw)

commit:     084e10932ad5b4df942804531e8d379d22823d1e
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Feb 19 02:40:27 2024 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Feb 19 02:40:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=084e1093

dev-libs/gpds: drop 1.8.3

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 dev-libs/gpds/Manifest          |  1 -
 dev-libs/gpds/gpds-1.8.3.ebuild | 47 -----------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-libs/gpds/Manifest b/dev-libs/gpds/Manifest
index 7139fed168..ed9a6882fa 100644
--- a/dev-libs/gpds/Manifest
+++ b/dev-libs/gpds/Manifest
@@ -1,2 +1 @@
-DIST gpds-1.8.3.tar.gz 875674 BLAKE2B 18f4a8633960e68529255d2625d03bb652c30dc239969f97e9f1ac99031c104f3706bb55c7c755abb304889e9e6747ff76a16c4233f092f9175550280f80a6b9 SHA512 a981c2d136bd4e5cd81ddc457252fa8e87353f63bc8e00d42a8c4a9e6daa8e6b9fd5a18a11c402c1cfe9885f8ba5f995f97cb5ea2aa69e1339b02e4d66f08d43
 DIST gpds-1.8.4.tar.gz 875582 BLAKE2B f4ddb017e381708f6b0de2d32fe8802cd6e79000b9d238351564b71aac2bf7045954a7244dcc06f12ed1d43aeb046d56bbfe45bc64155d42d3d025b9e48cdf2d SHA512 dcf586dbb79335667a679038d366d1314aeb46357b1d1a5907b8a492cc31560a95371ec967be0ea388ca9744d864e1740031f9f6273450bc2361bb74e76df355

diff --git a/dev-libs/gpds/gpds-1.8.3.ebuild b/dev-libs/gpds/gpds-1.8.3.ebuild
deleted file mode 100644
index 308bccb737..0000000000
--- a/dev-libs/gpds/gpds-1.8.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="A general purpose data serializer"
-HOMEPAGE="https://gpds.simulton.com"
-
-if [[ "${PV}" == "9999" ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/simulton/${PN}.git"
-else
-	SRC_URI="https://github.com/simulton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-	S="${WORKDIR}/${PN}-${PV}"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples +spdlog static-libs test"
-RESTRICT="!test? ( test )"
-DEPEND="${RDEPEND}"
-
-DOCS=( license.txt readme.md )
-
-src_prepare() {
-	cmake_src_prepare
-	use static-libs || sed -i -e '/TARGET-STATIC/d' "${S}"/lib/CMakeLists.txt || die
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DGPDS_BUILD_STATIC=$(usex static-libs)
-		-DGPDS_BUILD_SHARED=ON
-		-DGPDS_BUILD_TESTS=$(usex test)
-		-DGPDS_BUILD_EXAMPLES=$(usex examples)
-		-DGPDS_FEATURE_SPDLOG=$(usex spdlog)
-	)
-
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-}


WARNING: multiple messages have this Message-ID (diff)
From: "Rui Huang" <vowstar@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/gpds/
Date: Mon, 19 Feb 2024 02:44:01 +0000 (UTC)	[thread overview]
Message-ID: <1708310427.084e10932ad5b4df942804531e8d379d22823d1e.vowstar@gentoo> (raw)
Message-ID: <20240219024401.bPW0fzqLJpPfEsn1qsovmQtZ4SDwTUSKef8LyEeuiWE@z> (raw)

commit:     084e10932ad5b4df942804531e8d379d22823d1e
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Feb 19 02:40:27 2024 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Feb 19 02:40:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=084e1093

dev-libs/gpds: drop 1.8.3

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 dev-libs/gpds/Manifest          |  1 -
 dev-libs/gpds/gpds-1.8.3.ebuild | 47 -----------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-libs/gpds/Manifest b/dev-libs/gpds/Manifest
index 7139fed168..ed9a6882fa 100644
--- a/dev-libs/gpds/Manifest
+++ b/dev-libs/gpds/Manifest
@@ -1,2 +1 @@
-DIST gpds-1.8.3.tar.gz 875674 BLAKE2B 18f4a8633960e68529255d2625d03bb652c30dc239969f97e9f1ac99031c104f3706bb55c7c755abb304889e9e6747ff76a16c4233f092f9175550280f80a6b9 SHA512 a981c2d136bd4e5cd81ddc457252fa8e87353f63bc8e00d42a8c4a9e6daa8e6b9fd5a18a11c402c1cfe9885f8ba5f995f97cb5ea2aa69e1339b02e4d66f08d43
 DIST gpds-1.8.4.tar.gz 875582 BLAKE2B f4ddb017e381708f6b0de2d32fe8802cd6e79000b9d238351564b71aac2bf7045954a7244dcc06f12ed1d43aeb046d56bbfe45bc64155d42d3d025b9e48cdf2d SHA512 dcf586dbb79335667a679038d366d1314aeb46357b1d1a5907b8a492cc31560a95371ec967be0ea388ca9744d864e1740031f9f6273450bc2361bb74e76df355

diff --git a/dev-libs/gpds/gpds-1.8.3.ebuild b/dev-libs/gpds/gpds-1.8.3.ebuild
deleted file mode 100644
index 308bccb737..0000000000
--- a/dev-libs/gpds/gpds-1.8.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="A general purpose data serializer"
-HOMEPAGE="https://gpds.simulton.com"
-
-if [[ "${PV}" == "9999" ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/simulton/${PN}.git"
-else
-	SRC_URI="https://github.com/simulton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-	S="${WORKDIR}/${PN}-${PV}"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples +spdlog static-libs test"
-RESTRICT="!test? ( test )"
-DEPEND="${RDEPEND}"
-
-DOCS=( license.txt readme.md )
-
-src_prepare() {
-	cmake_src_prepare
-	use static-libs || sed -i -e '/TARGET-STATIC/d' "${S}"/lib/CMakeLists.txt || die
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DGPDS_BUILD_STATIC=$(usex static-libs)
-		-DGPDS_BUILD_SHARED=ON
-		-DGPDS_BUILD_TESTS=$(usex test)
-		-DGPDS_BUILD_EXAMPLES=$(usex examples)
-		-DGPDS_FEATURE_SPDLOG=$(usex spdlog)
-	)
-
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-}


             reply	other threads:[~2024-02-19  2:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-19  2:44 Rui Huang [this message]
2024-02-19  2:44 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/gpds/ Rui Huang
  -- strict thread matches above, loose matches on Subject: below --
2024-10-04 10:18 Rui Huang
2024-10-04 10:24 ` [gentoo-commits] repo/proj/guru:master " Rui Huang
2024-10-04 10:18 [gentoo-commits] repo/proj/guru:dev " Rui Huang
2024-10-04 10:24 ` [gentoo-commits] repo/proj/guru:master " Rui Huang
2024-02-19  2:44 [gentoo-commits] repo/proj/guru:dev " Rui Huang
2024-02-19  2:44 ` [gentoo-commits] repo/proj/guru:master " Rui Huang
2024-02-18  8:01 Rui Huang
2024-02-18  7:40 Rui Huang
2024-02-18  5:13 Rui Huang
2024-02-17 15:48 Rui Huang
2024-02-17 15:48 Rui Huang
2023-11-20 14:14 David Roman
2023-10-08 20:58 David Roman
2023-10-08 20:58 David Roman

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=1708310427.084e10932ad5b4df942804531e8d379d22823d1e.vowstar@gentoo \
    --to=vowstar@gmail.com \
    --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