diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-10-13 22:19:36 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-10-14 23:22:23 +0100 |
commit | 4b19be30aa626b327c885dae62c559ec0e9fb935 (patch) | |
tree | 76e74807bc479502e13866b581b6bf86734ec634 /dev-vcs/git-deploy | |
parent | 30d6f67c98d149508509d5e86f176d558793acc0 (diff) |
gentoo resync : 13.10.2019
Diffstat (limited to 'dev-vcs/git-deploy')
-rw-r--r-- | dev-vcs/git-deploy/Manifest | 2 | ||||
-rw-r--r-- | dev-vcs/git-deploy/git-deploy-6.0.1_p20131024-r1.ebuild (renamed from dev-vcs/git-deploy/git-deploy-6.0.1_p20131024.ebuild) | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-vcs/git-deploy/Manifest b/dev-vcs/git-deploy/Manifest index 1cc9edb8813f..06c0edf6fed3 100644 --- a/dev-vcs/git-deploy/Manifest +++ b/dev-vcs/git-deploy/Manifest @@ -1,3 +1,3 @@ DIST git-deploy-6.0.1_p20131024.tar.gz 55394 BLAKE2B 7d2f7578948033e182e271c44752be27bcddc4b2480a795d110675feea9408ac7b786b135f058f224f5edcbb184bcd022b19bb3d7614a366ec29b2ea4d5f6d2b SHA512 cf3504b8f40d86cd8322ed93f2fe43593bcbf2db37685d3337b89501f39b38298dfb6d6cd51dd3f518f6048b680446a1660b85887ef73647829608e77b497634 -EBUILD git-deploy-6.0.1_p20131024.ebuild 1401 BLAKE2B a5d65369e12757b875b4e80cb0c7ad56c406f10dd498716fc16664c06a45b311641f7061b3437f814a95e744d2150b4e64abacdb7daf967b3c3039a99bf2bd32 SHA512 63b71fd006776eff4cc7a77311746446796fc3a230ca61756455861c76bef72a7cd4a0cbcc70c17e05456d76ab3425e37f8a6d7b5ea6712123837e99b78912ab +EBUILD git-deploy-6.0.1_p20131024-r1.ebuild 1424 BLAKE2B 6271ae1774de999ee4a5e7800b8cb7bbff52c678eb755c290533ec9b5530a73a217fbe282c4e93d5582f516f59d69a2cf513ba0f4bcdd2be253e3cd08e185609 SHA512 b9a085b4d2378396e5c19b653ee45fa00987b8a298cdae21f804137e9e23528466726097e879c08d85a58ba6ad5d5be8bfe934d01906909854fc47c97e723185 MISC metadata.xml 253 BLAKE2B 418a1c1e806a98951e739e1e18cc2a0417643c0629c49cec5e7e51f8de4bebf072c046bf749e757d5723dd41064544f18514c12dfd3b9c9c47c6c74167fafbf5 SHA512 21be5cc9f7b4fc3af74661ab49aa067574a2028f25c5175aa4d137ab77d00c51fa705c44a94e13b784d91ecf9d4e43a4a4ccf0abf63aed814e9382448519ae82 diff --git a/dev-vcs/git-deploy/git-deploy-6.0.1_p20131024.ebuild b/dev-vcs/git-deploy/git-deploy-6.0.1_p20131024-r1.ebuild index da2005af964f..3e27f1ef8e6d 100644 --- a/dev-vcs/git-deploy/git-deploy-6.0.1_p20131024.ebuild +++ b/dev-vcs/git-deploy/git-deploy-6.0.1_p20131024-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit perl-app +inherit perl-functions COMMIT="e9ef93debd12d85e70676dd79b4bd78ac2b05271" @@ -29,7 +29,7 @@ DEPEND="dev-lang/perl ${COMMON_DEPEND} virtual/perl-File-Temp )" -RDEPEND="dev-lang/perl +RDEPEND="dev-lang/perl:= ${COMMON_DEPEND}" S="${WORKDIR}/${PN}-${COMMIT}" @@ -56,6 +56,7 @@ src_test() { } src_install() { + perl_set_version dobin git-deploy insinto $VENDOR_LIB |