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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA78E15A7D9 for ; Fri, 17 Mar 2023 00:07:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D67392BC005; Fri, 17 Mar 2023 00:07:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B42A72BC005 for ; Fri, 17 Mar 2023 00:07:22 +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 BC8CB340E6C for ; Fri, 17 Mar 2023 00:07:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 514008B7 for ; Fri, 17 Mar 2023 00:07:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1679011599.f1ae7180cb6f538c590784805f4e833d5a4dd239.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/luakit/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/luakit/luakit-9999.ebuild X-VCS-Directories: www-client/luakit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f1ae7180cb6f538c590784805f4e833d5a4dd239 X-VCS-Branch: master Date: Fri, 17 Mar 2023 00:07:20 +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: 89cb8acd-ecb3-4c7d-bfe1-c9a456c957bd X-Archives-Hash: b00915e17dfc1d3e218aed321ba1713c commit: f1ae7180cb6f538c590784805f4e833d5a4dd239 Author: Sam James gentoo org> AuthorDate: Fri Mar 17 00:06:34 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 17 00:06:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ae7180 www-client/luakit: drop 9999 Out of sync and very outdated. Signed-off-by: Sam James gentoo.org> www-client/luakit/luakit-9999.ebuild | 92 ------------------------------------ 1 file changed, 92 deletions(-) diff --git a/www-client/luakit/luakit-9999.ebuild b/www-client/luakit/luakit-9999.ebuild deleted file mode 100644 index 81da040c1b33..000000000000 --- a/www-client/luakit/luakit-9999.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -LUA_COMPAT=( lua5-1 luajit ) - -inherit lua-single toolchain-funcs xdg - -DESCRIPTION="A fast, extensible, and customizable web browser" -HOMEPAGE="https://luakit.github.io/luakit" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/luakit/luakit.git" -else - SRC_URI="https://github.com/luakit/luakit/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="GPL-3+" -SLOT="0" -IUSE="doc test" - -REQUIRED_USE="${LUA_REQUIRED_USE}" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-db/sqlite:3 - dev-libs/glib:2 - net-libs/webkit-gtk:4= - x11-libs/gtk+:3 - ${LUA_DEPS} - $(lua_gen_cond_dep ' - dev-lua/luafilesystem[${LUA_USEDEP}] - ') -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - doc? ( app-doc/doxygen ) - test? ( - $(lua_gen_cond_dep ' - dev-lua/luassert[${LUA_USEDEP}] - dev-lua/luacheck[${LUA_USEDEP}] - ') - x11-base/xorg-server[xvfb] - ) -" -PATCHES=( - "${FILESDIR}"/${PN}-9999-make.patch -) - -src_configure() { - export LUA_BIN_NAME=${ELUA} - export LUA_PKG_NAME=${ELUA} - tc-export CC PKG_CONFIG -} - -src_compile() { - emake \ - PREFIX="${EPREFIX}/usr" \ - USE_LUAJIT=$(usex lua_single_target_luajit 1 0) \ - ${PN} ${PN}.so - - use doc && emake doc -} - -src_test() { - local failing_test - for failing_test in test_clib_luakit test_image_css; do - mv tests/async/${failing_test}.lua{,.disabled} || die - done - - emake \ - USE_LUAJIT=$(usex lua_single_target_luajit 1 0) \ - run-tests -} - -src_install() { - emake \ - DESTDIR="${ED}" \ - DOCDIR="${EPREFIX}/usr/share/doc/${PF}" \ - PREFIX="${EPREFIX}/usr" \ - USE_LUAJIT=$(usex lua_single_target_luajit 1 0) \ - XDGPREFIX="${EPREFIX}/etc/xdg" \ - install - - rm "${ED}/usr/share/doc/${PF}/COPYING.GPLv3" || die - - use doc && dodoc -r doc/html -}