diff options
| author | Sebastian Parborg <sebastian@blender.org> | 2024-12-17 18:31:34 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-12-22 01:27:54 +0000 |
| commit | 4b6bedcedfc6a2e7b8c59262dea3d3e42f248427 (patch) | |
| tree | 2119199b2e530176632f5434d611b819dd34e679 /dev-cpp/pystring/pystring-1.1.4.ebuild | |
| parent | 91ab17b95bcf087033d9e298e8f02a667601211a (diff) | |
| download | gentoo-4b6bedcedfc6a2e7b8c59262dea3d3e42f248427.tar.gz gentoo-4b6bedcedfc6a2e7b8c59262dea3d3e42f248427.tar.bz2 gentoo-4b6bedcedfc6a2e7b8c59262dea3d3e42f248427.zip | |
dev-cpp/pystring: Bump to 1.1.4
Closes: https://bugs.gentoo.org/943179
Signed-off-by: Sebastian Parborg <darkdefende@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39761
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/pystring/pystring-1.1.4.ebuild')
| -rw-r--r-- | dev-cpp/pystring/pystring-1.1.4.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-cpp/pystring/pystring-1.1.4.ebuild b/dev-cpp/pystring/pystring-1.1.4.ebuild new file mode 100644 index 000000000000..749a5769169b --- /dev/null +++ b/dev-cpp/pystring/pystring-1.1.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 2020-2024 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" + +BDEPEND="dev-build/libtool" + +PATCHES=( + # This release doesn't install the header file. + "${FILESDIR}/install_header_file.patch" +) |
