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 C01AA15802E for ; Mon, 1 Jul 2024 14:34:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1883AE2B6C; Mon, 1 Jul 2024 14:34:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 EECB0E2B6C for ; Mon, 1 Jul 2024 14:34:01 +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 0720D335DE9 for ; Mon, 1 Jul 2024 14:34:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 963871C93 for ; Mon, 1 Jul 2024 14:33:59 +0000 (UTC) From: "Aiden Wingard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aiden Wingard" Message-ID: <1719844433.6fb60960221f8b577d9075eff1002a15e1d6a3f5.kernaltrap@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/badvideo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/badvideo/badvideo-5.2.ebuild app-misc/badvideo/badvideo-9999.ebuild X-VCS-Directories: app-misc/badvideo/ X-VCS-Committer: kernaltrap X-VCS-Committer-Name: Aiden Wingard X-VCS-Revision: 6fb60960221f8b577d9075eff1002a15e1d6a3f5 X-VCS-Branch: dev Date: Mon, 1 Jul 2024 14:33:59 +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: 1dbc8384-e96f-48a3-a938-95540b353751 X-Archives-Hash: c3452077f73706c9bace77e422347300 commit: 6fb60960221f8b577d9075eff1002a15e1d6a3f5 Author: kernaltrap8 gmail com> AuthorDate: Mon Jul 1 14:33:53 2024 +0000 Commit: Aiden Wingard gmail com> CommitDate: Mon Jul 1 14:33:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6fb60960 app-misc/badvideo: add version 5.2 Signed-off-by: kernaltrap8 gmail.com> .../badvideo/{badvideo-9999.ebuild => badvideo-5.2.ebuild} | 13 ++++++------- app-misc/badvideo/badvideo-9999.ebuild | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/app-misc/badvideo/badvideo-9999.ebuild b/app-misc/badvideo/badvideo-5.2.ebuild similarity index 64% copy from app-misc/badvideo/badvideo-9999.ebuild copy to app-misc/badvideo/badvideo-5.2.ebuild index e899423f1..da9e144fb 100644 --- a/app-misc/badvideo/badvideo-9999.ebuild +++ b/app-misc/badvideo/badvideo-5.2.ebuild @@ -3,15 +3,14 @@ EAPI=8 +inherit git-r3 + +EGIT_REPO_URI="https://github.com/kernaltrap8/badvideo" +EGIT_COMMIT="v${PV}" + DESCRIPTION="Ruin your videos in SECONDS!" HOMEPAGE="https://github.com/kernaltrap8/badvideo" -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/kernaltrap8/badvideo" - S="${WORKDIR}/${PN}-9999" -fi - LICENSE="BSD" SLOT="0" @@ -21,5 +20,5 @@ RDEPEND=" DEPEND="${RDEPEND}" src_install() { - newbin ${S}/src/badvideo.sh badvideo + newbin "${S}"/src/badvideo.sh badvideo } diff --git a/app-misc/badvideo/badvideo-9999.ebuild b/app-misc/badvideo/badvideo-9999.ebuild index e899423f1..bf17bce42 100644 --- a/app-misc/badvideo/badvideo-9999.ebuild +++ b/app-misc/badvideo/badvideo-9999.ebuild @@ -21,5 +21,5 @@ RDEPEND=" DEPEND="${RDEPEND}" src_install() { - newbin ${S}/src/badvideo.sh badvideo + newbin "${S}"/src/badvideo.sh badvideo }