From ef0fedb39c21a343a3f316726f272bad9005b22c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 12 Mar 2025 01:49:51 +0000 Subject: gentoo auto-resync : 12:03:2025 - 01:49:51 --- dev-cpp/pystring/Manifest | 2 +- dev-cpp/pystring/pystring-1.1.4-r1.ebuild | 25 +++++++++++++++++++++++++ dev-cpp/pystring/pystring-1.1.4.ebuild | 25 ------------------------- 3 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 dev-cpp/pystring/pystring-1.1.4-r1.ebuild delete mode 100644 dev-cpp/pystring/pystring-1.1.4.ebuild (limited to 'dev-cpp/pystring') diff --git a/dev-cpp/pystring/Manifest b/dev-cpp/pystring/Manifest index 136bcd7e76a3..4a4199774024 100644 --- a/dev-cpp/pystring/Manifest +++ b/dev-cpp/pystring/Manifest @@ -3,5 +3,5 @@ AUX install_header_file.patch 405 BLAKE2B 6dc6fc499e38668d799977bb31a1e1f135b25a DIST pystring-1.1.3.tar.gz 18364 BLAKE2B caab1a3b1dc688ad6ecbb32e5e8139bb883a88b78ce8a021229924d57376e94b17d89277e2fccf4f7ec478c81ee9259c5e56848f4388c44b2eab9cfb841bcfb8 SHA512 a46bb2e96d6eb351a4a8097cde46ac2877d28e88f9e57e0ac36c42e8fc8543517c4be70306a01e2f88a891fc53c612494aeb37f47a200d94b8e1b050ed16eff6 DIST pystring-1.1.4.tar.gz 19184 BLAKE2B 299e6feb10e2f12fa1e92fd1a7309b482769b4d0edea65f5f4bac06c6ae318d3464cf8acc2d6a899c28eb9073a396402b6d28e0950b51ac7f214da1a0a7ca521 SHA512 9c0460fea67885492f9b0d29a9ba312d960fd5e43577cdcfd47faf04397ff4b7e456ed68f1948b923d2f63f9922d576b93e4ca1a27376bcb6d29c683828acb01 EBUILD pystring-1.1.3-r1.ebuild 691 BLAKE2B 7296817e4aa502f4cf8ea2b11a77060b9c97d8ee1dd0b4df401cb7301e5ef54f2a273a9caa1e5f3d41a1aa1e88293a7faad21102bc871527a859c5b71636143e SHA512 8c9a161e9dea92741fb5a1d93969561e261abd4628897dd6730b2b1d9f090bb936f63cf6d38a70b38d81679d1e0bab2eade67e3695c5512086017beed795b0c4 -EBUILD pystring-1.1.4.ebuild 648 BLAKE2B ec034f818ccb52e6d00e1511f622acd9b1cef7a31569110552a47735368d200f69df00c17666d87c3924340999d976efb8bc79f6124dc580a9550c289a8d226c SHA512 83afc56f3c06cce95d3064fd5828a9a620bc3836576badecd243388b1d7734a7b5a423f2a67037a6f8ff6ea050c269a1bb7dea40476c28cede7cc1a43399f977 +EBUILD pystring-1.1.4-r1.ebuild 656 BLAKE2B d7bbd78ba01ce285a7bc7413d83c201d3bbb98b65fe5fd8150ff301cc577440867a7bca5ce747cbfac61ee4ba1fc33523f48830162ea084ba684343c459f255b SHA512 1ddf8fad41feb13667205ab959c94ed920e0a7273a841f68affbdea92ae9746da0bbba8b211791a2b8139819af4b7de0f508b4c353748ec134d1ffa67d690f49 MISC metadata.xml 486 BLAKE2B a18d073c90097ec2cea226520618f43ec2c1c81bae1e30405f0b99ae912ad146467bbc875cc640188475f7de7739e2085bf8c933e1d31b024ecc763a1f58eaf6 SHA512 462cb9958cdfffff17a18afad1d0528be7e0b6f0be151f3c59eac8c9b2a25e18afb1477264c90113c26dd60156ee26f6f16a6d5c8d751fbecf6e6d727753e8a4 diff --git a/dev-cpp/pystring/pystring-1.1.4-r1.ebuild b/dev-cpp/pystring/pystring-1.1.4-r1.ebuild new file mode 100644 index 000000000000..8fc7d5f0f8e4 --- /dev/null +++ b/dev-cpp/pystring/pystring-1.1.4-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2020-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="C++ functions matching the interface and behavior of python string methods" +HOMEPAGE="https://github.com/imageworks/pystring" + +if [[ "${PV}" == "9999" ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/imageworks/pystring.git" +else + SRC_URI="https://github.com/imageworks/pystring/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" +fi + +LICENSE="BSD" +SLOT="0/0.fudge" + +PATCHES=( + # This release doesn't install the header file. + "${FILESDIR}/install_header_file.patch" +) diff --git a/dev-cpp/pystring/pystring-1.1.4.ebuild b/dev-cpp/pystring/pystring-1.1.4.ebuild deleted file mode 100644 index 0d112703d55a..000000000000 --- a/dev-cpp/pystring/pystring-1.1.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2020-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="C++ functions matching the interface and behavior of python string methods" -HOMEPAGE="https://github.com/imageworks/pystring" - -if [[ "${PV}" == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/imageworks/pystring.git" -else - SRC_URI="https://github.com/imageworks/pystring/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" -fi - -LICENSE="BSD" -SLOT="0" - -PATCHES=( - # This release doesn't install the header file. - "${FILESDIR}/install_header_file.patch" -) -- cgit v1.2.3