diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-01-08 18:16:35 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-01-08 18:16:35 +0000 |
commit | 2237cda0c6b012952e02ec1314e1f48eddf4dab7 (patch) | |
tree | 0a7ab76265dc441f4b3436f07d019007e6a13237 /dev-util/patchbin | |
parent | 6a57f9ee53dc794f3d47ea68f78d6ef76d00af47 (diff) |
gentoo auto-resync : 08:01:2023 - 18:16:34
Diffstat (limited to 'dev-util/patchbin')
-rw-r--r-- | dev-util/patchbin/Manifest | 4 | ||||
-rw-r--r-- | dev-util/patchbin/metadata.xml | 12 | ||||
-rw-r--r-- | dev-util/patchbin/patchbin-20160208.ebuild | 45 | ||||
-rw-r--r-- | dev-util/patchbin/patchbin-99999999.ebuild | 45 |
4 files changed, 0 insertions, 106 deletions
diff --git a/dev-util/patchbin/Manifest b/dev-util/patchbin/Manifest deleted file mode 100644 index 6ae29b61f557..000000000000 --- a/dev-util/patchbin/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST patchbin-20160208.tar.gz 9713001 BLAKE2B 4ce3c5d43f7b0a909b5058b3877cecef68f703d803bcb6a4e4b7e907dedaab98cbe87f33a5211a318f8146e9ef4753da18d58b3cbc8e4ff715b58d82227ad7b6 SHA512 eeb5c4bc708cfc3a065568ef233297586c3bb3d497c6bf3ace52b8337b5a5d127e607f668a6f74e3be892e8cfac96a046dea3646735c4404efedd8760572353a -EBUILD patchbin-20160208.ebuild 962 BLAKE2B bdcaa52af4ac329e25d0ab2f2b12a54b659ccaa1984221661e384a02654891a48f925e317649de7aa8f6cd28bcb02d593fc9a46da4cfba4363da899f5d1a24d7 SHA512 5f43f7b6b7cf5f3d512ba8a1d1fcc68714a1cff1c339ad307b3bce277addf051f02b0e49fa0d5ff2b6eaec4848ebef079e5a0be9b1a113558b697e30038d8b6f -EBUILD patchbin-99999999.ebuild 964 BLAKE2B de5dcd0d66bf7688088dddf12ede4c3d9c8b7b193a4ccc1aafab65be7b193aa4d5430b5c51b8c62530198dfae8a9544001910075813b98d993cbfef5d11b86e3 SHA512 32293afd7cde3e8d26d6b12c2bcf193cec76de93bb72d1dd4fc086720cc046b1a87a812e9bc41ac8549447ad8c2951322c3c5dd3d6d2800f8f0a1f4761838ba3 -MISC metadata.xml 365 BLAKE2B 3d6db56763e0b6dd71be3051e38518a8c2206a27779fde59c44e3f565e4e72edc78cd880cf39cbe613ffca7e455347b634089d2f58347331006aa88561e3889f SHA512 a111b2ca5eec0b25f4564a76b567a9af67049e9b502cba04c7bbc9b2884dc18bf65bbf96ee0b8811ad50e4cbed9d5fb727aae396a37a8001bb8358a11c7d49e1 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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">wine-compholio/wine-staging</remote-id> - <maintainer> - <name>Sebastian Lackner</name> - <email>sebastian@fds-team.de</email> - </maintainer> - </upstream> -</pkgmetadata> 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." -} |