summaryrefslogtreecommitdiff
path: root/dev-util/patchbin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-11 16:09:52 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-11 16:09:52 +0000
commitf78108598211053d41752a83e0345441bb9014ae (patch)
treedd2fc7ae0a1aea7bda4942ab0c453d1e55284b37 /dev-util/patchbin
parentdc45b83b28fb83e9659492066e347b8dc60bc9e3 (diff)
gentoo resync : 11.02.2018
Diffstat (limited to 'dev-util/patchbin')
-rw-r--r--dev-util/patchbin/Manifest4
-rw-r--r--dev-util/patchbin/patchbin-20160208.ebuild3
-rw-r--r--dev-util/patchbin/patchbin-99999999.ebuild3
3 files changed, 4 insertions, 6 deletions
diff --git a/dev-util/patchbin/Manifest b/dev-util/patchbin/Manifest
index be4361bccd55..dd5af9b8f8b9 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 1142 BLAKE2B 41aeb9d2165fd3489e80b4c7a01c2cb5542ee74ff1d4ed22bc98135166d4813fcea75983295ad5c78910fbec3b1fd1d8c2c7cfeb789700bf96241bebade90d14 SHA512 e02e8b850bee5ff497b89a0d649a751752d44a6a7074986104f95c38e5557acede7bf21bda50395ca29562ab817f4f8b249706ba463a4effdd7fe93ecb13e49b
-EBUILD patchbin-99999999.ebuild 1144 BLAKE2B 337fc9f9f5887c4dd8032bab6e60cf7cdc400e4b901cd3395395c2fed9678399f9fd2aae19f9b9368b697363e4f0dd79e9bbbb74e3347d36cac2d0ce0e1781da SHA512 d34f4d8edaf8c0c5856a2968015bad0b50507d4264fdfcfee95e126188e9731f14079f0783ea6b6679bdd11c70e809aa4cbc23f09593c980f732df165c47a9ba
+EBUILD patchbin-20160208.ebuild 1113 BLAKE2B 15cc745c58f9af2a9e0724b5bb78d4c0e44eda3f52eee4f242a42f8ff94bf9c2023f3584717ed3a1b163290474971cbd575dc621be0a5fa6d17ec5793c15f97a SHA512 d4e8d1ffb09f910e88158fea92a82ae2606ee288d02ed636cc0fc932d9540d9b4b55d0baa58b81e51d9dd41ca1c7deaab7035fa852c629167bef2c4473ac6756
+EBUILD patchbin-99999999.ebuild 1115 BLAKE2B 14dce023dd58892cb6df213ba5ec2aa2c4ff8334c882023f85f79200902615b2d8c7b91e54cb9f4eb3e98730fe462ba5a609e3da2a5f2e31cc402517ab9882b2 SHA512 aefae56d63d80a27a2fdecc2743ea0406e1b495b78638e81459d3dd6102d3c07b0602d99a07dffed85c9948b1568a2d8522b3bd21e70425a8a21ade9b5110569
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 8fa59483c5c5..1f883b3bfbca 100644
--- a/dev-util/patchbin/patchbin-20160208.ebuild
+++ b/dev-util/patchbin/patchbin-20160208.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,6 @@ if [[ ${PV} == 99999999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging"
KEYWORDS=""
- S="${WORKDIR}/wine-staging"
else
SHA="4ffcf184bb71c6c3512b3a8c144dcf4a3a76d23c"
SRC_URI="https://github.com/wine-compholio/wine-staging/archive/${SHA}.tar.gz -> ${P}.tar.gz"
diff --git a/dev-util/patchbin/patchbin-99999999.ebuild b/dev-util/patchbin/patchbin-99999999.ebuild
index 8da830cccac7..3f22e8921aa8 100644
--- a/dev-util/patchbin/patchbin-99999999.ebuild
+++ b/dev-util/patchbin/patchbin-99999999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,6 @@ if [[ ${PV} == 99999999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging"
KEYWORDS=""
- S="${WORKDIR}/wine-staging"
else
SHA="4ffcf184bb71c6c3512b3a8c144dcf4a3a76d23c"
SRC_URI="https://github.com/wine-compholio/wine-staging/archive/${SHA}.tar.gz -> ${P}.tar.gz"