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 2397D15800F for ; Sun, 8 Jan 2023 12:32:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A79E5E0863; Sun, 8 Jan 2023 12:32:37 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90C3FE0863 for ; Sun, 8 Jan 2023 12:32:37 +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 C3EDE341013 for ; Sun, 8 Jan 2023 12:32:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C12387B for ; Sun, 8 Jan 2023 12:32:33 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1673180939.3a5d1a8111ba149d9bbc6df4d764ccb322eb9641.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/patchbin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/patchbin/Manifest dev-util/patchbin/metadata.xml dev-util/patchbin/patchbin-20160208.ebuild dev-util/patchbin/patchbin-99999999.ebuild X-VCS-Directories: dev-util/patchbin/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 3a5d1a8111ba149d9bbc6df4d764ccb322eb9641 X-VCS-Branch: master Date: Sun, 8 Jan 2023 12:32:33 +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: 41ee30b4-fe97-41d9-95d4-1c5244c47e36 X-Archives-Hash: 97fd32e1c013fbcbf37e7dadaa939d27 commit: 3a5d1a8111ba149d9bbc6df4d764ccb322eb9641 Author: Jakov Smolić gentoo org> AuthorDate: Sun Jan 8 12:28:59 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Jan 8 12:28:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5d1a81 dev-util/patchbin: treeclean Signed-off-by: Jakov Smolić gentoo.org> dev-util/patchbin/Manifest | 1 - dev-util/patchbin/metadata.xml | 12 -------- dev-util/patchbin/patchbin-20160208.ebuild | 45 ------------------------------ dev-util/patchbin/patchbin-99999999.ebuild | 45 ------------------------------ 4 files changed, 103 deletions(-) diff --git a/dev-util/patchbin/Manifest b/dev-util/patchbin/Manifest deleted file mode 100644 index b2fa5b7db37b..000000000000 --- a/dev-util/patchbin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST patchbin-20160208.tar.gz 9713001 BLAKE2B 4ce3c5d43f7b0a909b5058b3877cecef68f703d803bcb6a4e4b7e907dedaab98cbe87f33a5211a318f8146e9ef4753da18d58b3cbc8e4ff715b58d82227ad7b6 SHA512 eeb5c4bc708cfc3a065568ef233297586c3bb3d497c6bf3ace52b8337b5a5d127e607f668a6f74e3be892e8cfac96a046dea3646735c4404efedd8760572353a diff --git a/dev-util/patchbin/metadata.xml b/dev-util/patchbin/metadata.xml deleted file mode 100644 index 9ee474bf7c50..000000000000 --- a/dev-util/patchbin/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - wine-compholio/wine-staging - - Sebastian Lackner - sebastian@fds-team.de - - - diff --git a/dev-util/patchbin/patchbin-20160208.ebuild b/dev-util/patchbin/patchbin-20160208.ebuild deleted file mode 100644 index b28b64c40823..000000000000 --- a/dev-util/patchbin/patchbin-20160208.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -if [[ ${PV} == 99999999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging" -else - SHA="4ffcf184bb71c6c3512b3a8c144dcf4a3a76d23c" - SRC_URI="https://github.com/wine-compholio/wine-staging/archive/${SHA}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" - S="${WORKDIR}/wine-staging-${SHA}" -fi - -DESCRIPTION="Apply binary patches without git" -HOMEPAGE="https://github.com/wine-compholio/wine-staging" - -LICENSE="LGPL-2.1" -SLOT="0" - -RDEPEND=" - app-shells/bash - sys-apps/coreutils - sys-apps/gawk - sys-apps/grep - sys-apps/util-linux - sys-devel/patch -" - -src_prepare() { - mv patches/gitapply.sh ${PN} || die - sed -E -i "s/(\.\/)?gitapply(\.sh)?/${PN}/g" ${PN} || die - - default -} - -src_install() { - exeinto /usr/bin/ - doexe ${PN} -} - -pkg_postinst() { - einfo "${PN} can optionally use dev-util/git to apply patches if installed." -} diff --git a/dev-util/patchbin/patchbin-99999999.ebuild b/dev-util/patchbin/patchbin-99999999.ebuild deleted file mode 100644 index 90587e649d76..000000000000 --- a/dev-util/patchbin/patchbin-99999999.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -if [[ ${PV} == 99999999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging" -else - SHA="4ffcf184bb71c6c3512b3a8c144dcf4a3a76d23c" - SRC_URI="https://github.com/wine-compholio/wine-staging/archive/${SHA}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/wine-staging-${SHA}" -fi - -DESCRIPTION="Apply binary patches without git" -HOMEPAGE="https://github.com/wine-compholio/wine-staging" - -LICENSE="LGPL-2.1" -SLOT="0" - -RDEPEND=" - app-shells/bash - sys-apps/coreutils - sys-apps/gawk - sys-apps/grep - sys-apps/util-linux - sys-devel/patch -" - -src_prepare() { - mv patches/gitapply.sh ${PN} || die - sed -E -i "s/(\.\/)?gitapply(\.sh)?/${PN}/g" ${PN} || die - - default -} - -src_install() { - exeinto /usr/bin/ - doexe ${PN} -} - -pkg_postinst() { - einfo "${PN} can optionally use dev-util/git to apply patches if installed." -}