summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Sokolov <alexey+gentoo@asokolov.org>2023-02-21 22:44:05 +0000
committerLouis Sautier <sbraz@gentoo.org>2023-03-02 23:57:25 +0100
commitae21df0a95d3b3c8abc88309fecfc0c35ace837d (patch)
treee0385d8036f25d3bb8eb120911f3ad0868fb783b /dev-cpp/cctz
parentsys-apps/arch-chroot: keyword 28 for x86 (diff)
downloadgentoo-ae21df0a95d3b3c8abc88309fecfc0c35ace837d.tar.gz
gentoo-ae21df0a95d3b3c8abc88309fecfc0c35ace837d.tar.bz2
gentoo-ae21df0a95d3b3c8abc88309fecfc0c35ace837d.zip
dev-cpp/cctz: new package, version 2.3_p20230228
This package will be used by future version of net-irc/znc. Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-cpp/cctz')
-rw-r--r--dev-cpp/cctz/Manifest1
-rw-r--r--dev-cpp/cctz/cctz-2.3_p20230228.ebuild32
-rw-r--r--dev-cpp/cctz/metadata.xml16
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-cpp/cctz/Manifest b/dev-cpp/cctz/Manifest
new file mode 100644
index 000000000000..49f2faf82ba8
--- /dev/null
+++ b/dev-cpp/cctz/Manifest
@@ -0,0 +1 @@
+DIST cctz-2.3_p20230228.tar.gz 218332 BLAKE2B c29f2acf12d73387faf0087ef94b8624b5eefa2cf3136e0003e59a6a89b8a73f6de97f1962031ca1b1b1f4f6e888a363314aa1e160ad54c618189ad4a7d8f60e SHA512 ab6a103a6073a8169cd08587d2415dcab6c6e6c005b4b67fb69cc718b8b73a1331c5782b27aa4924aa5bdedc1563e31aa3ac76196078c50a13773d35d8df993b
diff --git a/dev-cpp/cctz/cctz-2.3_p20230228.ebuild b/dev-cpp/cctz/cctz-2.3_p20230228.ebuild
new file mode 100644
index 000000000000..448b7f921122
--- /dev/null
+++ b/dev-cpp/cctz/cctz-2.3_p20230228.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++ library for dealing with time zones and time conversion"
+HOMEPAGE="https://github.com/google/cctz"
+MY_COMMIT="3803b96130934f48b1fc1d47c5da5f542949c4b0"
+SRC_URI="https://github.com/google/cctz/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_COMMIT}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ test? (
+ dev-cpp/gtest
+ )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TESTING=$(usex test)
+ -DBUILD_BENCHMARK=OFF
+ )
+ cmake_src_configure
+}
diff --git a/dev-cpp/cctz/metadata.xml b/dev-cpp/cctz/metadata.xml
new file mode 100644
index 000000000000..aadf008c9297
--- /dev/null
+++ b/dev-cpp/cctz/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>sbraz@gentoo.org</email>
+ <name>Louis Sautier</name>
+ </maintainer>
+ <maintainer type="person" proxied="yes">
+ <email>alexey+gentoo@asokolov.org</email>
+ <name>Alexey Sokolov</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">google/cctz</remote-id>
+ <bugs-to>https://github.com/google/cctz/issues</bugs-to>
+ </upstream>
+</pkgmetadata>