summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoao Carreira <jfmcarreira@gmail.com>2021-11-28 23:04:05 +0000
committerJoao Carreira <jfmcarreira@gmail.com>2021-11-28 23:04:05 +0000
commitb12eda071ff2df8e128ae83a6b95f2999b0fc504 (patch)
tree1ac1c01a51b0aa15287f4e84b99788d4ce515736
parentmedia-video/calyp: version bump 2.1.0 (diff)
downloadcarreira-b12eda071ff2df8e128ae83a6b95f2999b0fc504.tar.gz
carreira-b12eda071ff2df8e128ae83a6b95f2999b0fc504.tar.bz2
carreira-b12eda071ff2df8e128ae83a6b95f2999b0fc504.zip
dev-cpp/debug_assert: add version 1.3.3
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Joao Carreira <jfmcarreira@gmail.com>
-rw-r--r--dev-cpp/debug_assert/Manifest1
-rw-r--r--dev-cpp/debug_assert/debug_assert-1.3.3.ebuild19
-rw-r--r--dev-cpp/debug_assert/metadata.xml11
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-cpp/debug_assert/Manifest b/dev-cpp/debug_assert/Manifest
new file mode 100644
index 0000000..aa4d10d
--- /dev/null
+++ b/dev-cpp/debug_assert/Manifest
@@ -0,0 +1 @@
+DIST debug_assert-1.3.3.tar.gz 9249 SHA256 bb76b03ab49b2e8dde2a3d099d9e1b8a7f23b399922895af3e40be98335cfc1b SHA512 9ef6ebcf29aa4519e10a12fd8cca5a393148a7dcf5b1f53831b116dd687ea40d4ecda58b5cdd0780b2c2cc56bb0a50e3a918b633ca2978410e1e077f81634cc1 WHIRLPOOL 322f2a18a83d831318a33ec348797ff92a6129c3e639effaf157a19e4a26e86502aaca9084a7f8298a8b557c837f67ea7a73a9ddcef56ae9312ccfa06aa15716
diff --git a/dev-cpp/debug_assert/debug_assert-1.3.3.ebuild b/dev-cpp/debug_assert/debug_assert-1.3.3.ebuild
new file mode 100644
index 0000000..8cc756f
--- /dev/null
+++ b/dev-cpp/debug_assert/debug_assert-1.3.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils cmake
+
+DESCRIPTION="debug_assert is a simple, C++11, header-only library that provides a very flexible DEBUG_ASSERT() macro."
+HOMEPAGE="https://github.com/foonathan/debug_assert"
+SRC_URI="https://github.com/foonathan/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="ZLIB"
+
+SLOT=0
+KEYWORDS="~amd64"
+
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
diff --git a/dev-cpp/debug_assert/metadata.xml b/dev-cpp/debug_assert/metadata.xml
new file mode 100644
index 0000000..fe4a308
--- /dev/null
+++ b/dev-cpp/debug_assert/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>jfmcarreira@gmail.com</email>
+ <name>Joao Carreira</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">foonathan/debug_assert</remote-id>
+ </upstream>
+</pkgmetadata>