public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/xmake/
Date: Tue, 12 Mar 2024 14:48:41 +0000 (UTC)	[thread overview]
Message-ID: <1710237061.54d784927486472db14e2918b3ada11d55177af1.lanodan@gentoo> (raw)

commit:     54d784927486472db14e2918b3ada11d55177af1
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Tue Mar 12 04:23:54 2024 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Mar 12 09:51:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54d78492

dev-util/xmake: drop 2.8.6

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-util/xmake/Manifest           |  1 -
 dev-util/xmake/xmake-2.8.6.ebuild | 68 ---------------------------------------
 2 files changed, 69 deletions(-)

diff --git a/dev-util/xmake/Manifest b/dev-util/xmake/Manifest
index 4b27185959..9e8a0d40dc 100644
--- a/dev-util/xmake/Manifest
+++ b/dev-util/xmake/Manifest
@@ -1,2 +1 @@
-DIST xmake-v2.8.6.tar.gz 2792484 BLAKE2B eee06090c260576cff3fca50998f0e912a41786eb65e1a67119194e0eb20956795eeff092dfa59d92989ad9fe8fc190eb6ce2a35653c54582652a3cb2e1202bd SHA512 86808a38dc6e28a44b64f9598b26eadb8d6314dc2ff14929eb7cbcd0c01172240dd8475e1e88f874abff651436536c7391ad2294fd57b261529dd4560b8c563b
 DIST xmake-v2.8.8.tar.gz 2810801 BLAKE2B 79a877ebfbd99e034a5bb5767c1522304261024d96338671215dba0fd368737eca0603051c521859276ab811465e6c54548bb02582e5aea9d7c44387846701ec SHA512 538b33cb54a7aefc52edff1cc77144ba3d3b273f11d3b8cfa1cfac744b868467ff3ad0dc3bc39046648819b73badb7e8c9eb485d98cccf81da048a74470831a0

diff --git a/dev-util/xmake/xmake-2.8.6.ebuild b/dev-util/xmake/xmake-2.8.6.ebuild
deleted file mode 100644
index 6c3a300383..0000000000
--- a/dev-util/xmake/xmake-2.8.6.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit optfeature shell-completion
-
-DESCRIPTION="A cross-platform build utility based on Lua"
-HOMEPAGE="https://xmake.io"
-
-if [[ ${PV} == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/xmake-io/${PN}.git"
-else
-	SRC_URI="https://github.com/xmake-io/${PN}/releases/download/v${PV}/${PN}-v${PV}.tar.gz"
-	KEYWORDS="~amd64 ~riscv ~x86"
-fi
-
-# tarball doesn't provide tests
-RESTRICT="test"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-DEPEND="
-	sys-libs/ncurses:=
-	sys-libs/readline:=
-"
-BDEPEND="
-	virtual/pkgconfig
-"
-RDEPEND="
-	${DEPEND}
-	${BDEPEND}
-"
-
-DOCS=(
-	CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md
-	NOTICE.md README.md README_zh.md
-)
-
-src_prepare() {
-	default
-
-	# Don't strip binaries
-	sed -i 's/"-s"/""/' configure || die
-}
-
-src_configure() {
-	econf --prefix="${EPREFIX}"/usr \
-		--plat=linux
-		# --plat=linux is necessary, which enables correct directory:
-		# build/linux/ARCH other than build/ARCH/ARCH
-}
-
-src_install() {
-	default
-
-	doman scripts/man/*
-
-	newbashcomp xmake/scripts/completions/register-completions.bash xmake
-	bashcomp_alias xmake xrepo
-	newzshcomp xmake/scripts/completions/register-completions.zsh _xmake
-	newfishcomp xmake/scripts/completions/register-completions.fish xmake.fish
-}
-
-pkg_postinst() {
-	optfeature "cached compilation for your xmake projects" dev-util/ccache
-}


             reply	other threads:[~2024-03-12 14:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-12 14:48 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-12 14:48 [gentoo-commits] repo/proj/guru:master commit in: dev-util/xmake/ Haelwenn Monnier
2024-01-09 15:13 David Roman
2024-01-09 12:03 David Roman
2024-01-09 12:03 David Roman
2023-04-23  8:40 Florian Schmaus
2023-04-01 21:30 Haelwenn Monnier
2023-03-24 11:43 Florian Schmaus

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=1710237061.54d784927486472db14e2918b3ada11d55177af1.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --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