public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zhang Zheng" <zhangzheng.dylan@foxmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/xmake/
Date: Sat,  1 Apr 2023 12:19:27 +0000 (UTC)	[thread overview]
Message-ID: <1680351422.d89a8254dcf65a1b948e39ed5ee36b35db37ba48.zhangzheng.dylan@gentoo> (raw)

commit:     d89a8254dcf65a1b948e39ed5ee36b35db37ba48
Author:     Big Pineapple <zhangzheng.dylan <AT> foxmail <DOT> com>
AuthorDate: Sat Apr  1 12:17:02 2023 +0000
Commit:     Zhang Zheng <zhangzheng.dylan <AT> foxmail <DOT> com>
CommitDate: Sat Apr  1 12:17:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d89a8254

dev-util/xmake: add 2.7.7, drop 2.7.1; fix src_configure

Signed-off-by: Big Pineapple <zhangzheng.dylan <AT> foxmail.com>

 dev-util/xmake/Manifest                                 |  2 +-
 .../xmake/{xmake-2.7.1.ebuild => xmake-2.7.7.ebuild}    | 17 ++++++-----------
 dev-util/xmake/xmake-9999.ebuild                        | 17 ++++++-----------
 3 files changed, 13 insertions(+), 23 deletions(-)

diff --git a/dev-util/xmake/Manifest b/dev-util/xmake/Manifest
index 1aba9b603..0248d8c13 100644
--- a/dev-util/xmake/Manifest
+++ b/dev-util/xmake/Manifest
@@ -1 +1 @@
-DIST xmake-v2.7.1.tar.gz 4344324 BLAKE2B 6baec6724f4489f0abe25a5925f87fd952fd59645696014ffe23d33df98e838c7ef53fc948ca4d17feed6063da532fa2a59c691dd76305840f476e5e8f3407bb SHA512 499d1d4ac53b8189d8f68706b45981dd9a3c62018000291616a281b944fedb9d5802502dd9edfb7bc0ee5f0456b839f9f2605d536543994bdfb72d178024742e
+DIST xmake-v2.7.7.tar.gz 2719137 BLAKE2B c3aca5c538292d2ee002785c5a4bb82ff4ea6d67d07d00f055f35c46caeec8ecd3134e05f9bba6d4e7db5cda725b474fcf70d3b91a4be03b2859c542fa0c0f83 SHA512 449c6ce318076a9473084ae197b0d333e0b4b0f2d7bffe9e3c725ddf7aef3c7d888e9d063e033a7a7d9f690e0e49925e45bc7910f5076b790344f8bdbde0fb15

diff --git a/dev-util/xmake/xmake-2.7.1.ebuild b/dev-util/xmake/xmake-2.7.7.ebuild
similarity index 80%
rename from dev-util/xmake/xmake-2.7.1.ebuild
rename to dev-util/xmake/xmake-2.7.7.ebuild
index 9ecfbcf50..e02d4fa7a 100644
--- a/dev-util/xmake/xmake-2.7.1.ebuild
+++ b/dev-util/xmake/xmake-2.7.7.ebuild
@@ -14,12 +14,10 @@ if [[ ${PV} == *9999* ]]; then
 else
 	SRC_URI="https://github.com/xmake-io/${PN}/releases/download/v${PV}/${PN}-v${PV}.tar.gz"
 	KEYWORDS="~amd64 ~riscv ~x86"
-	# extraction path may change in future
-	S="${WORKDIR}"
 fi
 
 # tarball doesn't provide tests
-RESTRICT="test"
+RESTRICT="test strip"
 LICENSE="Apache-2.0"
 SLOT="0"
 
@@ -40,14 +38,11 @@ DOCS=(
 	NOTICE.md README.md README_zh.md
 )
 
-src_compile() {
-	emake build
-}
-
-src_install() {
-	einstalldocs
-
-	emake PREFIX="/usr" DESTDIR="${D}" install
+src_configure(){
+	econf --prefix="${EPREFIX}"/usr \
+		--plat=linux
+		# --plat=linux is necessary, which enables correct directory:
+		# build/linux/ARCH other than build/ARCH/ARCH
 }
 
 pkg_postinst() {

diff --git a/dev-util/xmake/xmake-9999.ebuild b/dev-util/xmake/xmake-9999.ebuild
index 9ecfbcf50..e02d4fa7a 100644
--- a/dev-util/xmake/xmake-9999.ebuild
+++ b/dev-util/xmake/xmake-9999.ebuild
@@ -14,12 +14,10 @@ if [[ ${PV} == *9999* ]]; then
 else
 	SRC_URI="https://github.com/xmake-io/${PN}/releases/download/v${PV}/${PN}-v${PV}.tar.gz"
 	KEYWORDS="~amd64 ~riscv ~x86"
-	# extraction path may change in future
-	S="${WORKDIR}"
 fi
 
 # tarball doesn't provide tests
-RESTRICT="test"
+RESTRICT="test strip"
 LICENSE="Apache-2.0"
 SLOT="0"
 
@@ -40,14 +38,11 @@ DOCS=(
 	NOTICE.md README.md README_zh.md
 )
 
-src_compile() {
-	emake build
-}
-
-src_install() {
-	einstalldocs
-
-	emake PREFIX="/usr" DESTDIR="${D}" install
+src_configure(){
+	econf --prefix="${EPREFIX}"/usr \
+		--plat=linux
+		# --plat=linux is necessary, which enables correct directory:
+		# build/linux/ARCH other than build/ARCH/ARCH
 }
 
 pkg_postinst() {


             reply	other threads:[~2023-04-01 12:19 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-01 12:19 Zhang Zheng [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-12  9:55 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/xmake/ Takuya Wakazono
2024-03-12  9:55 Takuya Wakazono
2024-01-09 12:27 Takuya Wakazono
2024-01-08 15:12 Takuya Wakazono
2024-01-08 15:12 Takuya Wakazono
2023-06-02  7:54 Zhang Zheng
2023-04-22  5:13 Zhang Zheng
2023-03-23 15:33 Zhang Zheng
2023-03-20 11:26 Zhang Zheng
2022-08-26 13:18 YingChi Long
2022-08-26 13:05 YingChi Long
2022-08-26 12:52 YingChi Long

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1680351422.d89a8254dcf65a1b948e39ed5ee36b35db37ba48.zhangzheng.dylan@gentoo \
    --to=zhangzheng.dylan@foxmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox