* [gentoo-commits] proj/sci:master commit in: dev-libs/asmjit/
@ 2013-06-12 8:13 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2013-06-12 8:13 UTC (permalink / raw
To: gentoo-commits
commit: 81bf3f80d09497fedeee6eb06f0aea9fbca87041
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 08:09:59 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 08:09:59 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=81bf3f80
dev-libs/asmjit: Version BUmp, Fix license, bump EAPI
Package-Manager: portage-2.2.0_alpha179
---
dev-libs/asmjit/ChangeLog | 8 +++++++-
.../{asmjit-1.0_beta_p2.ebuild => asmjit-1.0_beta4.ebuild} | 6 +++---
dev-libs/asmjit/metadata.xml | 12 ++++++------
3 files changed, 16 insertions(+), 10 deletions(-)
diff --git a/dev-libs/asmjit/ChangeLog b/dev-libs/asmjit/ChangeLog
index 2713d17..eda4f8c 100644
--- a/dev-libs/asmjit/ChangeLog
+++ b/dev-libs/asmjit/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-libs/asmjit
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*asmjit-1.0_beta4 (12 Jun 2013)
+
+ 12 Jun 2013; Justin Lecher <jlec@gentoo.org> +asmjit-1.0_beta4.ebuild,
+ -asmjit-1.0_beta_p2.ebuild, metadata.xml:
+ Version BUmp, Fix license, bump EAPI
+
*asmjit-1.0_beta_p2 (12 Nov 2010)
12 Nov 2010; Kacper Kowalik <xarthisius@gentoo.org>
diff --git a/dev-libs/asmjit/asmjit-1.0_beta_p2.ebuild b/dev-libs/asmjit/asmjit-1.0_beta4.ebuild
similarity index 92%
rename from dev-libs/asmjit/asmjit-1.0_beta_p2.ebuild
rename to dev-libs/asmjit/asmjit-1.0_beta4.ebuild
index fdd01fc..b3e1be9 100644
--- a/dev-libs/asmjit/asmjit-1.0_beta_p2.ebuild
+++ b/dev-libs/asmjit/asmjit-1.0_beta4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=5
inherit cmake-utils versionator
@@ -15,8 +15,8 @@ DESCRIPTION="complete x86/x64 JIT-Assembler for C++ language"
HOMEPAGE="http://code.google.com/p/asmjit/"
SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.zip"
-LICENSE="as-is"
SLOT="0"
+LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
IUSE="test"
diff --git a/dev-libs/asmjit/metadata.xml b/dev-libs/asmjit/metadata.xml
index a33aea3..c532e11 100644
--- a/dev-libs/asmjit/metadata.xml
+++ b/dev-libs/asmjit/metadata.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci</herd>
- <maintainer>
- <email>xarthisius@gentoo.org</email>
- <name>Kacper Kowalik</name>
- </maintainer>
- <longdescription lang="en">
+ <herd>sci</herd>
+ <maintainer>
+ <email>xarthisius@gentoo.org</email>
+ <name>Kacper Kowalik</name>
+ </maintainer>
+ <longdescription lang="en">
AsmJit is complete x86/x64 JIT-Assembler for C++ language. It supports
32/64-bit x86 processors including all usable extensions (FPU, MMX,
3dNow, SSE, SSE2, SSE3 and SSE4) through type-safe API that mimics Intel
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/asmjit/
@ 2020-09-25 23:19 Aisha Tammy
0 siblings, 0 replies; 5+ messages in thread
From: Aisha Tammy @ 2020-09-25 23:19 UTC (permalink / raw
To: gentoo-commits
commit: ce46f296a73cb17ab4581fccec3a44f31f0087c8
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Sep 25 23:19:49 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Fri Sep 25 23:19:49 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ce46f296
dev-libs/asmjit: add live ebuild
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-libs/asmjit/asmjit-9999.ebuild | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/dev-libs/asmjit/asmjit-9999.ebuild b/dev-libs/asmjit/asmjit-9999.ebuild
new file mode 100644
index 000000000..4aa72707c
--- /dev/null
+++ b/dev-libs/asmjit/asmjit-9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="complete x86/x64 JIT-Assembler for C++ language"
+HOMEPAGE="http://asmjit.com/"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/asmjit/asmjit"
+else
+ COMMIT=b49d685cd9e2e4488f55ce6004306a79bdea056b
+ SRC_URI="https://github.com/asmjit/asmjit/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}"/${PN}-${COMMIT}
+ KEYWORDS="~amd64"
+fi
+
+SLOT="0"
+LICENSE="BSD"
+IUSE="natvis static-libs test"
+RESTRICT="!test? ( test )"
+
+src_configure() {
+ local mycmakeargs=(
+ -DASMJIT_EMBED=$(usex static-libs)
+ -DASMJIT_BUILD_X86=ON
+ -DASMJIT_NO_NATVIS=$(usex natvis)
+ -DASMJIT_TEST=$(usex test)
+ )
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/asmjit/
@ 2020-09-25 23:19 Aisha Tammy
0 siblings, 0 replies; 5+ messages in thread
From: Aisha Tammy @ 2020-09-25 23:19 UTC (permalink / raw
To: gentoo-commits
commit: 17dca45a06c8959357a0980d914a473be35e7fbd
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Sep 25 23:19:23 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Fri Sep 25 23:19:23 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=17dca45a
dev-libs/asmjit: version bump to dated
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-libs/asmjit/asmjit-1.0_beta4.ebuild | 42 -----------------------------
dev-libs/asmjit/asmjit-1.0_p22092020.ebuild | 34 +++++++++++++++++++++++
dev-libs/asmjit/metadata.xml | 27 ++++++++++++-------
3 files changed, 51 insertions(+), 52 deletions(-)
diff --git a/dev-libs/asmjit/asmjit-1.0_beta4.ebuild b/dev-libs/asmjit/asmjit-1.0_beta4.ebuild
deleted file mode 100644
index f20a5c087..000000000
--- a/dev-libs/asmjit/asmjit-1.0_beta4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils versionator
-
-MY_PN=AsmJit
-MY_PV=$(replace_version_separator _ -)
-MY_PV=${MY_PV/_p/}
-MY_P=${MY_PN}-${MY_PV}
-
-DESCRIPTION="complete x86/x64 JIT-Assembler for C++ language"
-HOMEPAGE="http://code.google.com/p/asmjit/"
-SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.zip"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}"/${PN}-test.patch )
-
-#TODO: Debug is currenlty handled by CMAKE_BUILD_TYPE=debug, fix that
-
-src_prepare() {
- sed -i -e "s:lib):lib\${LIB_SUFFIX}):" CMakeLists.txt || die
- cmake-utils_src_prepare
-}
-
-src_configure() {
- mycmakeargs=(
- -DASMJIT_BUILD_LIBRARY=1
- $(cmake-utils_use test ASMJIT_BUILD_TEST)
- )
- cmake-utils_src_configure
-}
diff --git a/dev-libs/asmjit/asmjit-1.0_p22092020.ebuild b/dev-libs/asmjit/asmjit-1.0_p22092020.ebuild
new file mode 100644
index 000000000..4aa72707c
--- /dev/null
+++ b/dev-libs/asmjit/asmjit-1.0_p22092020.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="complete x86/x64 JIT-Assembler for C++ language"
+HOMEPAGE="http://asmjit.com/"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/asmjit/asmjit"
+else
+ COMMIT=b49d685cd9e2e4488f55ce6004306a79bdea056b
+ SRC_URI="https://github.com/asmjit/asmjit/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}"/${PN}-${COMMIT}
+ KEYWORDS="~amd64"
+fi
+
+SLOT="0"
+LICENSE="BSD"
+IUSE="natvis static-libs test"
+RESTRICT="!test? ( test )"
+
+src_configure() {
+ local mycmakeargs=(
+ -DASMJIT_EMBED=$(usex static-libs)
+ -DASMJIT_BUILD_X86=ON
+ -DASMJIT_NO_NATVIS=$(usex natvis)
+ -DASMJIT_TEST=$(usex test)
+ )
+ cmake_src_configure
+}
diff --git a/dev-libs/asmjit/metadata.xml b/dev-libs/asmjit/metadata.xml
index a1c96691e..d8cc7be33 100644
--- a/dev-libs/asmjit/metadata.xml
+++ b/dev-libs/asmjit/metadata.xml
@@ -5,20 +5,27 @@
<email>xarthisius@gentoo.org</email>
<name>Kacper Kowalik</name>
</maintainer>
+ <maintainer type="person">
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
-AsmJit is complete x86/x64 JIT-Assembler for C++ language. It supports
-32/64-bit x86 processors including all usable extensions (FPU, MMX,
-3dNow, SSE, SSE2, SSE3 and SSE4) through type-safe API that mimics Intel
-assembler syntax and eliminates nearly all common mistakes that can be
-done by developers.
+ AsmJit is complete x86/x64 JIT-Assembler for C++ language. It supports
+ 32/64-bit x86 processors including all usable extensions (FPU, MMX,
+ 3dNow, SSE, SSE2, SSE3 and SSE4) through type-safe API that mimics Intel
+ assembler syntax and eliminates nearly all common mistakes that can be
+ done by developers.
-AsmJit contains also high-level code generation classes that can be used
-as a portable way to create JIT code that should run on all supported
-architectures. High-level classes can handle various function
-calling-conventions, register allocation and 32/64-bit mode differences.
-</longdescription>
+ AsmJit contains also high-level code generation classes that can be used
+ as a portable way to create JIT code that should run on all supported
+ architectures. High-level classes can handle various function
+ calling-conventions, register allocation and 32/64-bit mode differences.
+ </longdescription>
+ <use>
+ <flag name="natvis">build natvis files</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/asmjit/
@ 2021-01-13 21:06 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-01-13 21:06 UTC (permalink / raw
To: gentoo-commits
commit: 9d5cfabd2fd73c5b6de31daf22bb872a53626d06
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jan 13 20:43:28 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jan 13 20:43:28 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9d5cfabd
dev-libs/asmjit: use https homepage
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-libs/asmjit/asmjit-1.0_p22092020.ebuild | 4 ++--
dev-libs/asmjit/asmjit-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-libs/asmjit/asmjit-1.0_p22092020.ebuild b/dev-libs/asmjit/asmjit-1.0_p22092020.ebuild
index 4aa72707c..097ccfb7e 100644
--- a/dev-libs/asmjit/asmjit-1.0_p22092020.ebuild
+++ b/dev-libs/asmjit/asmjit-1.0_p22092020.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
inherit cmake
DESCRIPTION="complete x86/x64 JIT-Assembler for C++ language"
-HOMEPAGE="http://asmjit.com/"
+HOMEPAGE="https://asmjit.com/"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
diff --git a/dev-libs/asmjit/asmjit-9999.ebuild b/dev-libs/asmjit/asmjit-9999.ebuild
index 4aa72707c..097ccfb7e 100644
--- a/dev-libs/asmjit/asmjit-9999.ebuild
+++ b/dev-libs/asmjit/asmjit-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
inherit cmake
DESCRIPTION="complete x86/x64 JIT-Assembler for C++ language"
-HOMEPAGE="http://asmjit.com/"
+HOMEPAGE="https://asmjit.com/"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/asmjit/
@ 2022-07-03 8:37 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2022-07-03 8:37 UTC (permalink / raw
To: gentoo-commits
commit: 203194ee62f8d4ffce6fb8278078b693af3ec87f
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 3 08:35:27 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jul 3 08:35:27 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=203194ee
dev-libs/asmjit: moved to ::gentoo
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-libs/asmjit/asmjit-1.0_p22092020.ebuild | 34 -----------------------------
dev-libs/asmjit/asmjit-9999.ebuild | 34 -----------------------------
dev-libs/asmjit/metadata.xml | 31 --------------------------
3 files changed, 99 deletions(-)
diff --git a/dev-libs/asmjit/asmjit-1.0_p22092020.ebuild b/dev-libs/asmjit/asmjit-1.0_p22092020.ebuild
deleted file mode 100644
index 097ccfb7e..000000000
--- a/dev-libs/asmjit/asmjit-1.0_p22092020.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="complete x86/x64 JIT-Assembler for C++ language"
-HOMEPAGE="https://asmjit.com/"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/asmjit/asmjit"
-else
- COMMIT=b49d685cd9e2e4488f55ce6004306a79bdea056b
- SRC_URI="https://github.com/asmjit/asmjit/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}"/${PN}-${COMMIT}
- KEYWORDS="~amd64"
-fi
-
-SLOT="0"
-LICENSE="BSD"
-IUSE="natvis static-libs test"
-RESTRICT="!test? ( test )"
-
-src_configure() {
- local mycmakeargs=(
- -DASMJIT_EMBED=$(usex static-libs)
- -DASMJIT_BUILD_X86=ON
- -DASMJIT_NO_NATVIS=$(usex natvis)
- -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 097ccfb7e..000000000
--- a/dev-libs/asmjit/asmjit-9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="complete x86/x64 JIT-Assembler for C++ language"
-HOMEPAGE="https://asmjit.com/"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/asmjit/asmjit"
-else
- COMMIT=b49d685cd9e2e4488f55ce6004306a79bdea056b
- SRC_URI="https://github.com/asmjit/asmjit/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}"/${PN}-${COMMIT}
- KEYWORDS="~amd64"
-fi
-
-SLOT="0"
-LICENSE="BSD"
-IUSE="natvis static-libs test"
-RESTRICT="!test? ( test )"
-
-src_configure() {
- local mycmakeargs=(
- -DASMJIT_EMBED=$(usex static-libs)
- -DASMJIT_BUILD_X86=ON
- -DASMJIT_NO_NATVIS=$(usex natvis)
- -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 d8cc7be33..000000000
--- a/dev-libs/asmjit/metadata.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>xarthisius@gentoo.org</email>
- <name>Kacper Kowalik</name>
- </maintainer>
- <maintainer type="person">
- <email>gentoo@aisha.cc</email>
- <name>Aisha Tammy</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription lang="en">
- AsmJit is complete x86/x64 JIT-Assembler for C++ language. It supports
- 32/64-bit x86 processors including all usable extensions (FPU, MMX,
- 3dNow, SSE, SSE2, SSE3 and SSE4) through type-safe API that mimics Intel
- assembler syntax and eliminates nearly all common mistakes that can be
- done by developers.
-
- AsmJit contains also high-level code generation classes that can be used
- as a portable way to create JIT code that should run on all supported
- architectures. High-level classes can handle various function
- calling-conventions, register allocation and 32/64-bit mode differences.
- </longdescription>
- <use>
- <flag name="natvis">build natvis files</flag>
- </use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-07-03 8:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-25 23:19 [gentoo-commits] proj/sci:master commit in: dev-libs/asmjit/ Aisha Tammy
-- strict thread matches above, loose matches on Subject: below --
2022-07-03 8:37 Andrew Ammerlaan
2021-01-13 21:06 Andrew Ammerlaan
2020-09-25 23:19 Aisha Tammy
2013-06-12 8:13 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox