summaryrefslogtreecommitdiff
path: root/dev-util/patchbin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /dev-util/patchbin
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'dev-util/patchbin')
-rw-r--r--dev-util/patchbin/Manifest4
-rw-r--r--dev-util/patchbin/patchbin-20160208.ebuild6
-rw-r--r--dev-util/patchbin/patchbin-99999999.ebuild6
3 files changed, 8 insertions, 8 deletions
diff --git a/dev-util/patchbin/Manifest b/dev-util/patchbin/Manifest
index df7fb6c0b7ae..33957993ef65 100644
--- a/dev-util/patchbin/Manifest
+++ b/dev-util/patchbin/Manifest
@@ -1,4 +1,4 @@
DIST patchbin-20160208.tar.gz 9713001 BLAKE2B 4ce3c5d43f7b0a909b5058b3877cecef68f703d803bcb6a4e4b7e907dedaab98cbe87f33a5211a318f8146e9ef4753da18d58b3cbc8e4ff715b58d82227ad7b6 SHA512 eeb5c4bc708cfc3a065568ef233297586c3bb3d497c6bf3ace52b8337b5a5d127e607f668a6f74e3be892e8cfac96a046dea3646735c4404efedd8760572353a
-EBUILD patchbin-20160208.ebuild 1005 BLAKE2B 3d82acb4a83591fc62326a8255f77993831553ff855d03d2a68204d2695f547dd7c834df38e363ae868dc8d0d33b10881e6ca1f7faf4c3dc045e4ef1831f95e6 SHA512 b95dd4c43b002253828e53b14d11e78c10d7a859484bfba1f750c9b5a2df88fecf166049c5be34d760c983d38a136812ce04930e92adb9232ac817b1944d4314
-EBUILD patchbin-99999999.ebuild 1007 BLAKE2B d411705e8d857e4c6d3f69e6f9545ae630b3bba7384e018df8cc1310c208d081eeb829045696434074a3590a487dbfd0297ddb27ec9f5d24a669194ea28a77de SHA512 adcfd9d895cd87424bcbeb30711bdd0c137786c860f42dae86aeaa47197ee44fb62ea1f9c66aa71c831721de67c8dc9cf165f363a3a477001f4a281da7d186d4
+EBUILD patchbin-20160208.ebuild 1008 BLAKE2B ab47ce4a15474422f0f286214c14aa830ffd1e000c69dcaacb2e1623828c8f00181f04036d88c65e90f958ae95537b488fb224119121f81ac0a29b9f7a0fd95b SHA512 6718f909bda5a9e5b626f6837c26361af47322860cb47b9b87de8a52296d4a3c2b629c352de59dd364cbee9f1d433becf0ffc784cf46f6aed60255cf047307f6
+EBUILD patchbin-99999999.ebuild 1010 BLAKE2B 85063233e51b7c5a4abd5b45dcc41a64aa81cef9ddfd41b6bc8ecad93ff8017cb12b66d1e0f56f5d516399117e6c9ada0e2806fae11d05bdf223d3fd55804100 SHA512 dc867d5298c24ee84b815cf7c875e6adc430d14dce274343f3814b3b5fb0525a9a32308465f87133ad29e7c4d17088b525f9035f9245e543a0826b0a58ff480e
MISC metadata.xml 528 BLAKE2B 566d71b86021dba9948978378279d2a4c95d50e4402c31c3da9bb3e1ab50d1d6148e104e3e3ea4c688a2bf1f720f3c4379d3eefc2eb57d316d9952d3f1e04409 SHA512 d15966f28c81025fd34bc247fc2f3f4ceda3c7dadd23f28487c80fe3155666665b9dd451e59356cd6bdcd30197be9a0439ab5c0b9383ab655870aa9033d58d94
diff --git a/dev-util/patchbin/patchbin-20160208.ebuild b/dev-util/patchbin/patchbin-20160208.ebuild
index 37723059a047..dc1c6612f55f 100644
--- a/dev-util/patchbin/patchbin-20160208.ebuild
+++ b/dev-util/patchbin/patchbin-20160208.ebuild
@@ -30,18 +30,18 @@ RDEPEND="
sys-devel/patch
"
-src_prepare(){
+src_prepare() {
mv patches/gitapply.sh ${PN} || die
sed -E -i "s/(\.\/)?gitapply(\.sh)?/${PN}/g" ${PN} || die
default
}
-src_install(){
+src_install() {
exeinto /usr/bin/
doexe ${PN}
}
-pkg_postinst(){
+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
index 69d98763e9f6..e6f35b3196ad 100644
--- a/dev-util/patchbin/patchbin-99999999.ebuild
+++ b/dev-util/patchbin/patchbin-99999999.ebuild
@@ -30,18 +30,18 @@ RDEPEND="
sys-devel/patch
"
-src_prepare(){
+src_prepare() {
mv patches/gitapply.sh ${PN} || die
sed -E -i "s/(\.\/)?gitapply(\.sh)?/${PN}/g" ${PN} || die
default
}
-src_install(){
+src_install() {
exeinto /usr/bin/
doexe ${PN}
}
-pkg_postinst(){
+pkg_postinst() {
einfo "${PN} can optionally use dev-util/git to apply patches if installed."
}