mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-cpp/toml11: bump to 4.4.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST toml11-4.2.0.tar.gz 345359 BLAKE2B 771de7b1af5b3a8f93c114ff4a4ea84b2884c9a0a9a3c304aa3489e4a4aed90d31bca41287a183ee58519455839d7fb4a3075c48d689232991dca67a850f785a SHA512 acb29d37150e5752526cf0a38ae7f207fcfd142d3c78d280e706ad404b2d32f5bae6d44d6ce13cc0bdfd3b0fa4a0a94cf732d70b1fd2a01c3c517fee8a4ef05b
|
||||
DIST toml11-4.3.0.tar.gz 350737 BLAKE2B 65f5adbf118bc2c4245e3db4620391e0fc9bf46563b0854583f38f51a73296059384ad6540882ed27cabb18acda770a22e642bc2facd4a07b6d1b5a09d5b067f SHA512 2ceed4f5783a88f9bfb6d044cbf3d1d5dd2b061d4cbe89e9c4e8773b85d37005562365e5e61e68a345867d1c2b3ab9c5ecdc98356b3cdb944b94201ed5edd00b
|
||||
DIST toml11-4.4.0.tar.gz 357442 BLAKE2B cbb5308a6656c3f8f13c8ddc9a607314434371844c0b185d7648c9bae5894299e9c10e9a3084bc75d875b1ebb819acc1673b6bebd304a98c5c0ea81243029e26 SHA512 1779c6b21a0a4000f49e5bf3a8b1288989622eb4a4e365cd6c49d9a8cc859ad18514b94dca63bd8a49f554aa7387882a1a089fadde267cebdf2a8aa49aacd11b
|
||||
|
||||
26
dev-cpp/toml11/toml11-4.4.0.ebuild
Normal file
26
dev-cpp/toml11/toml11-4.4.0.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="TOML for Modern C++"
|
||||
HOMEPAGE="https://toruniina.github.io/toml11/
|
||||
https://github.com/ToruNiina/toml11/"
|
||||
|
||||
if [[ "${PV}" == *9999* ]] ; then
|
||||
inherit git-r3
|
||||
|
||||
EGIT_REPO_URI="https://github.com/ToruNiina/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/ToruNiina/${PN}/archive/v${PV}.tar.gz
|
||||
-> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
DOCS=( README.md README_ja.md )
|
||||
Reference in New Issue
Block a user