* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/asmjit/
@ 2024-11-09 12:19 Golubev Alexander
0 siblings, 0 replies; 2+ messages in thread
From: Golubev Alexander @ 2024-11-09 12:19 UTC (permalink / raw
To: gentoo-commits
commit: ae38058e9ea508cdee38f8836a9a406d76b22bd2
Author: Alexander Golubev <fatzer2 <AT> gmail <DOT> com>
AuthorDate: Sat Nov 9 12:12:24 2024 +0000
Commit: Golubev Alexander <fatzer2 <AT> gmail <DOT> com>
CommitDate: Sat Nov 9 12:19:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae38058e
dev-libs/asmjit: new package, add 2024.10.25, 9999
Imported from the main tree because a version bump were required
Signed-off-by: Alexander Golubev <fatzer2 <AT> gmail.com>
dev-libs/asmjit/Manifest | 1 +
dev-libs/asmjit/asmjit-2024.10.25.ebuild | 33 ++++++++++++++++++++++++++++++++
dev-libs/asmjit/asmjit-9999.ebuild | 33 ++++++++++++++++++++++++++++++++
dev-libs/asmjit/metadata.xml | 11 +++++++++++
4 files changed, 78 insertions(+)
diff --git a/dev-libs/asmjit/Manifest b/dev-libs/asmjit/Manifest
new file mode 100644
index 000000000..df923fb6f
--- /dev/null
+++ b/dev-libs/asmjit/Manifest
@@ -0,0 +1 @@
+DIST asmjit-2024.10.25.tar.gz 1184167 BLAKE2B 2b07a470f1b7a3886aa67bd3d8efeb35f7218622df0f21da398b724226fa7253c37c3548f9a3f29ce0d2306794af02642969e9623829750e7ed6a0e6abfd88de SHA512 aef778b28bfb7187c93f5a7c8edacbb4d57b79d32b09ce30eab52e1708f641b123d19d5501c14625a155b4add8499782f4207145addbdf670266bc121d11138b
diff --git a/dev-libs/asmjit/asmjit-2024.10.25.ebuild b/dev-libs/asmjit/asmjit-2024.10.25.ebuild
new file mode 100644
index 000000000..69fb1376f
--- /dev/null
+++ b/dev-libs/asmjit/asmjit-2024.10.25.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit cmake
+
+DESCRIPTION="Machine code generation for C++"
+HOMEPAGE="https://asmjit.com/"
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/asmjit/asmjit"
+else
+ CommitId=f1096428b87e9d16305de16e91f2a7f52aef5a88
+ SRC_URI="https://github.com/asmjit/${PN}/archive/${CommitId}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}"/${PN}-${CommitId}
+fi
+
+LICENSE="ZLIB"
+SLOT="0"
+IUSE="test"
+
+BDEPEND="test? ( dev-cpp/gtest )"
+RESTRICT="!test? ( test )"
+
+DOCS=( README.md CONTRIBUTING.md )
+
+src_configure() {
+ local mycmakeargs=(
+ -DASMJIT_TEST=$(usex test)
+ )
+ cmake_src_configure
+}
diff --git a/dev-libs/asmjit/asmjit-9999.ebuild b/dev-libs/asmjit/asmjit-9999.ebuild
new file mode 100644
index 000000000..69fb1376f
--- /dev/null
+++ b/dev-libs/asmjit/asmjit-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit cmake
+
+DESCRIPTION="Machine code generation for C++"
+HOMEPAGE="https://asmjit.com/"
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/asmjit/asmjit"
+else
+ CommitId=f1096428b87e9d16305de16e91f2a7f52aef5a88
+ SRC_URI="https://github.com/asmjit/${PN}/archive/${CommitId}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}"/${PN}-${CommitId}
+fi
+
+LICENSE="ZLIB"
+SLOT="0"
+IUSE="test"
+
+BDEPEND="test? ( dev-cpp/gtest )"
+RESTRICT="!test? ( test )"
+
+DOCS=( README.md CONTRIBUTING.md )
+
+src_configure() {
+ local mycmakeargs=(
+ -DASMJIT_TEST=$(usex test)
+ )
+ cmake_src_configure
+}
diff --git a/dev-libs/asmjit/metadata.xml b/dev-libs/asmjit/metadata.xml
new file mode 100644
index 000000000..9a8fc8c2b
--- /dev/null
+++ b/dev-libs/asmjit/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>fatzer2@gmail.com</email>
+ <name>Alexander Golubev</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">asmjit/asmjit</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/asmjit/
@ 2024-11-10 3:36 Takuya Wakazono
0 siblings, 0 replies; 2+ messages in thread
From: Takuya Wakazono @ 2024-11-10 3:36 UTC (permalink / raw
To: gentoo-commits
commit: d633935f6c9e1c96e9212c2f53e9aa6990bbf58f
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Nov 10 03:34:07 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Nov 10 03:35:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d633935f
Revert "dev-libs/asmjit: new package, add 2024.10.25, 9999"
This reverts commit ae38058e9ea508cdee38f8836a9a406d76b22bd2.
Please update the ebuild in ::gentoo.
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-libs/asmjit/Manifest | 1 -
dev-libs/asmjit/asmjit-2024.10.25.ebuild | 33 --------------------------------
dev-libs/asmjit/asmjit-9999.ebuild | 33 --------------------------------
dev-libs/asmjit/metadata.xml | 11 -----------
4 files changed, 78 deletions(-)
diff --git a/dev-libs/asmjit/Manifest b/dev-libs/asmjit/Manifest
deleted file mode 100644
index df923fb6f..000000000
--- a/dev-libs/asmjit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST asmjit-2024.10.25.tar.gz 1184167 BLAKE2B 2b07a470f1b7a3886aa67bd3d8efeb35f7218622df0f21da398b724226fa7253c37c3548f9a3f29ce0d2306794af02642969e9623829750e7ed6a0e6abfd88de SHA512 aef778b28bfb7187c93f5a7c8edacbb4d57b79d32b09ce30eab52e1708f641b123d19d5501c14625a155b4add8499782f4207145addbdf670266bc121d11138b
diff --git a/dev-libs/asmjit/asmjit-2024.10.25.ebuild b/dev-libs/asmjit/asmjit-2024.10.25.ebuild
deleted file mode 100644
index 69fb1376f..000000000
--- a/dev-libs/asmjit/asmjit-2024.10.25.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit cmake
-
-DESCRIPTION="Machine code generation for C++"
-HOMEPAGE="https://asmjit.com/"
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/asmjit/asmjit"
-else
- CommitId=f1096428b87e9d16305de16e91f2a7f52aef5a88
- SRC_URI="https://github.com/asmjit/${PN}/archive/${CommitId}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}"/${PN}-${CommitId}
-fi
-
-LICENSE="ZLIB"
-SLOT="0"
-IUSE="test"
-
-BDEPEND="test? ( dev-cpp/gtest )"
-RESTRICT="!test? ( test )"
-
-DOCS=( README.md CONTRIBUTING.md )
-
-src_configure() {
- local mycmakeargs=(
- -DASMJIT_TEST=$(usex test)
- )
- cmake_src_configure
-}
diff --git a/dev-libs/asmjit/asmjit-9999.ebuild b/dev-libs/asmjit/asmjit-9999.ebuild
deleted file mode 100644
index 69fb1376f..000000000
--- a/dev-libs/asmjit/asmjit-9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit cmake
-
-DESCRIPTION="Machine code generation for C++"
-HOMEPAGE="https://asmjit.com/"
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/asmjit/asmjit"
-else
- CommitId=f1096428b87e9d16305de16e91f2a7f52aef5a88
- SRC_URI="https://github.com/asmjit/${PN}/archive/${CommitId}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}"/${PN}-${CommitId}
-fi
-
-LICENSE="ZLIB"
-SLOT="0"
-IUSE="test"
-
-BDEPEND="test? ( dev-cpp/gtest )"
-RESTRICT="!test? ( test )"
-
-DOCS=( README.md CONTRIBUTING.md )
-
-src_configure() {
- local mycmakeargs=(
- -DASMJIT_TEST=$(usex test)
- )
- cmake_src_configure
-}
diff --git a/dev-libs/asmjit/metadata.xml b/dev-libs/asmjit/metadata.xml
deleted file mode 100644
index 9a8fc8c2b..000000000
--- a/dev-libs/asmjit/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>fatzer2@gmail.com</email>
- <name>Alexander Golubev</name>
- </maintainer>
- <upstream>
- <remote-id type="github">asmjit/asmjit</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-10 3:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-10 3:36 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/asmjit/ Takuya Wakazono
-- strict thread matches above, loose matches on Subject: below --
2024-11-09 12:19 Golubev Alexander
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox