From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8974158041 for ; Tue, 9 Apr 2024 11:25:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA4B7E2A0B; Tue, 9 Apr 2024 11:25:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3476E2A0B for ; Tue, 9 Apr 2024 11:25:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9331D343249 for ; Tue, 9 Apr 2024 11:25:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E20216BB for ; Tue, 9 Apr 2024 11:25:22 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1712660090.2be749599792a2b85d9e30b514d012cb2aa95ade.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-build/xmake/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-build/xmake/Manifest dev-build/xmake/xmake-2.8.8.ebuild X-VCS-Directories: dev-build/xmake/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 2be749599792a2b85d9e30b514d012cb2aa95ade X-VCS-Branch: master Date: Tue, 9 Apr 2024 11:25:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fea5e3a3-32ea-4bcd-8ee1-1f90bc569c54 X-Archives-Hash: 4587f0db1a3f7eb8e9324cd21439c3b1 commit: 2be749599792a2b85d9e30b514d012cb2aa95ade Author: Takuya Wakazono gmail com> AuthorDate: Tue Apr 9 10:17:59 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Tue Apr 9 10:54:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2be74959 dev-build/xmake: drop 2.8.8 Signed-off-by: Takuya Wakazono gmail.com> dev-build/xmake/Manifest | 1 - dev-build/xmake/xmake-2.8.8.ebuild | 68 -------------------------------------- 2 files changed, 69 deletions(-) diff --git a/dev-build/xmake/Manifest b/dev-build/xmake/Manifest index b37ca63759..1c9926f892 100644 --- a/dev-build/xmake/Manifest +++ b/dev-build/xmake/Manifest @@ -1,2 +1 @@ -DIST xmake-v2.8.8.tar.gz 2810801 BLAKE2B 79a877ebfbd99e034a5bb5767c1522304261024d96338671215dba0fd368737eca0603051c521859276ab811465e6c54548bb02582e5aea9d7c44387846701ec SHA512 538b33cb54a7aefc52edff1cc77144ba3d3b273f11d3b8cfa1cfac744b868467ff3ad0dc3bc39046648819b73badb7e8c9eb485d98cccf81da048a74470831a0 DIST xmake-v2.8.9.tar.gz 2814291 BLAKE2B 8a7ba74e2a8374e34f4fd4a70a1c0c5365954d5f30093d08d5054d1f4697b98049abee6b105f3830a2bbf4dfc0fc140b536d291bc71747414e37af012b5308a6 SHA512 63edfd8ef71a363f4587fa819eb538182b3770215d9b7e844c92aa2dca07f712a5c49cea1947cad84189bc5df1350a62e6c4a6b1c23e55425220857749e39f11 diff --git a/dev-build/xmake/xmake-2.8.8.ebuild b/dev-build/xmake/xmake-2.8.8.ebuild deleted file mode 100644 index 25ed5aa18d..0000000000 --- a/dev-build/xmake/xmake-2.8.8.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 - -LICENSE="Apache-2.0" -SLOT="0" -# tarball doesn't provide tests -RESTRICT="test" - -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 -}