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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AFFFE1382C5 for ; Mon, 21 Dec 2020 11:06:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA3AE2BC05C; Mon, 21 Dec 2020 11:06:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E4BF2BC05C for ; Mon, 21 Dec 2020 11:06:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36247340FD8 for ; Mon, 21 Dec 2020 11:06:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 724D8483 for ; Mon, 21 Dec 2020 11:06:50 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1608545458.72197474ed56974e85d0e9b46c3c121e8bf8d8b2.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-games/surgescript/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-games/surgescript/Manifest dev-games/surgescript/surgescript-0.5.4.3.ebuild dev-games/surgescript/surgescript-0.5.4.4.ebuild dev-games/surgescript/surgescript-9999.ebuild X-VCS-Directories: dev-games/surgescript/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 72197474ed56974e85d0e9b46c3c121e8bf8d8b2 X-VCS-Branch: master Date: Mon, 21 Dec 2020 11:06:50 +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: 563be73e-8336-4dc4-affd-c5c9e7e551fa X-Archives-Hash: b6d36a96fbc14f1efa27bf0ff835d329 commit: 72197474ed56974e85d0e9b46c3c121e8bf8d8b2 Author: Theo Anderson posteo de> AuthorDate: Mon Dec 21 10:10:58 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Dec 21 10:10:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72197474 dev-games/surgescript: bump to 0.5.4.4; sync live Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> dev-games/surgescript/Manifest | 1 + dev-games/surgescript/surgescript-0.5.4.3.ebuild | 11 +++++------ ...escript-0.5.4.3.ebuild => surgescript-0.5.4.4.ebuild} | 16 +++++----------- dev-games/surgescript/surgescript-9999.ebuild | 16 +++++----------- 4 files changed, 16 insertions(+), 28 deletions(-) diff --git a/dev-games/surgescript/Manifest b/dev-games/surgescript/Manifest index a6ddd340..f83d2f38 100644 --- a/dev-games/surgescript/Manifest +++ b/dev-games/surgescript/Manifest @@ -1 +1,2 @@ DIST surgescript-0.5.4.3.tar.gz 500022 BLAKE2B 08598ad4adbd3cbf841354cde8ef3c9348abd196a828e9a9606b3cfa3b268c68aa7561a95c09692ef0d78d7c497207ddfc176e2528e6ae9a064af229c24e80d6 SHA512 0ffbb464326f019a6b523eca280c75c02f5976c07f61e6507cb46b1b2bf8bf0779b6fbd56c9204aee33ecf0ce513e07be8d5503d3cbd06443205ab57d674a6b3 +DIST surgescript-0.5.4.4.tar.gz 501298 BLAKE2B b86545dfaea83e7a8387060c90495c51fd150149c7922b741a666a853d83bc4daa1f80d7ef8f2d2563b81f460f207d759d154cf20ae555cdbfe418f9d23c29ef SHA512 76d7d913353803372b7eec7226385f048f249a71e0a06fbdb255fddf411a0d4bf82773511a3db9c132e483d0dbca575dbfd35c5afae98287608fa2405bcc8200 diff --git a/dev-games/surgescript/surgescript-0.5.4.3.ebuild b/dev-games/surgescript/surgescript-0.5.4.3.ebuild index e53dbb1e..d7a9c5bc 100644 --- a/dev-games/surgescript/surgescript-0.5.4.3.ebuild +++ b/dev-games/surgescript/surgescript-0.5.4.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..9} ) DOCS_BUILDER="mkdocs" DOCS_DEPEND=" dev-python/mkdocs @@ -12,9 +12,12 @@ DOCS_DEPEND=" inherit cmake python-any-r1 docs +DESCRIPTION="scripting language made for opensurge" +HOMEPAGE="https://alemart.github.io/surgescript" + if [[ "${PV}" == "9999" ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/alemart/surgescript" + EGIT_REPO_URI="https://github.com/alemart/surgescript.git" SLOT="0" else SRC_URI="https://github.com/alemart/surgescript/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -22,18 +25,14 @@ else SLOT="0/${PV}" fi -DESCRIPTION="scripting language made for opensurge" -HOMEPAGE="https://alemart.github.io/surgescript" LICENSE="Apache-2.0" src_compile() { cmake_src_compile - docs_compile } src_install() { cmake_src_install - mv "${D}"/usr/lib "${D}"/usr/"$(get_libdir)" || die "Failed moving to libdir" } diff --git a/dev-games/surgescript/surgescript-0.5.4.3.ebuild b/dev-games/surgescript/surgescript-0.5.4.4.ebuild similarity index 74% copy from dev-games/surgescript/surgescript-0.5.4.3.ebuild copy to dev-games/surgescript/surgescript-0.5.4.4.ebuild index e53dbb1e..6016491e 100644 --- a/dev-games/surgescript/surgescript-0.5.4.3.ebuild +++ b/dev-games/surgescript/surgescript-0.5.4.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..9} ) DOCS_BUILDER="mkdocs" DOCS_DEPEND=" dev-python/mkdocs @@ -12,9 +12,12 @@ DOCS_DEPEND=" inherit cmake python-any-r1 docs +DESCRIPTION="scripting language made for opensurge" +HOMEPAGE="https://alemart.github.io/surgescript" + if [[ "${PV}" == "9999" ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/alemart/surgescript" + EGIT_REPO_URI="https://github.com/alemart/surgescript.git" SLOT="0" else SRC_URI="https://github.com/alemart/surgescript/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -22,18 +25,9 @@ else SLOT="0/${PV}" fi -DESCRIPTION="scripting language made for opensurge" -HOMEPAGE="https://alemart.github.io/surgescript" LICENSE="Apache-2.0" src_compile() { cmake_src_compile - docs_compile } - -src_install() { - cmake_src_install - - mv "${D}"/usr/lib "${D}"/usr/"$(get_libdir)" || die "Failed moving to libdir" -} diff --git a/dev-games/surgescript/surgescript-9999.ebuild b/dev-games/surgescript/surgescript-9999.ebuild index e53dbb1e..6016491e 100644 --- a/dev-games/surgescript/surgescript-9999.ebuild +++ b/dev-games/surgescript/surgescript-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..9} ) DOCS_BUILDER="mkdocs" DOCS_DEPEND=" dev-python/mkdocs @@ -12,9 +12,12 @@ DOCS_DEPEND=" inherit cmake python-any-r1 docs +DESCRIPTION="scripting language made for opensurge" +HOMEPAGE="https://alemart.github.io/surgescript" + if [[ "${PV}" == "9999" ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/alemart/surgescript" + EGIT_REPO_URI="https://github.com/alemart/surgescript.git" SLOT="0" else SRC_URI="https://github.com/alemart/surgescript/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -22,18 +25,9 @@ else SLOT="0/${PV}" fi -DESCRIPTION="scripting language made for opensurge" -HOMEPAGE="https://alemart.github.io/surgescript" LICENSE="Apache-2.0" src_compile() { cmake_src_compile - docs_compile } - -src_install() { - cmake_src_install - - mv "${D}"/usr/lib "${D}"/usr/"$(get_libdir)" || die "Failed moving to libdir" -}