diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-09-23 10:22:15 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-09-23 10:22:15 +0100 |
commit | 8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch) | |
tree | 230f3135ceaace633cf93e9838b185c4a6664c2e /app-misc/glastree | |
parent | 9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff) |
gentoo resync : 23.09.2020
Diffstat (limited to 'app-misc/glastree')
-rw-r--r-- | app-misc/glastree/Manifest | 4 | ||||
-rw-r--r-- | app-misc/glastree/files/glastree-posix-make.patch | 4 | ||||
-rw-r--r-- | app-misc/glastree/glastree-1.04.ebuild | 15 |
3 files changed, 10 insertions, 13 deletions
diff --git a/app-misc/glastree/Manifest b/app-misc/glastree/Manifest index db462e597b50..c87ac7053652 100644 --- a/app-misc/glastree/Manifest +++ b/app-misc/glastree/Manifest @@ -1,6 +1,6 @@ -AUX glastree-posix-make.patch 559 BLAKE2B be055c7114bd0ddf52aed5b09ccba2110b15167019146ccddd411aba48e07f6d8091756a47034915ff7c253d166137e0e34a7fa92cb3263bff53886bd4a37aa8 SHA512 fe76f51fc869ce03b9e44270045b6b92c8d69e4fac5878eee7167899633aad1fe2d68648310f3ba6edd47360dcb93c7d0dbda2323e9c2d44adf0d984708a174d +AUX glastree-posix-make.patch 535 BLAKE2B 3a8e4918c2a5206978cd0b748331e444e59643b2262b494aa11a9e8147afbffacc455afa89e7931a3013309241e9aa6a40ad9e5ecc11c8025afdc07926cab498 SHA512 a9a79aac878dddb49022f7fa1abf302147e540316e0fc472286dec839125003e9d09ff30807469a6a6ee179dabfb3b128ac111f94a295fcb10f63307a170a736 DIST glastree-1.04.tar.gz 5846 BLAKE2B b380b577a712f08b0a3ec89627d9f8bd20c76244ab19c8e76d27ac2fa08b0242381c280430fafe8a43bef78de8954d4660051d7648550c4ecd789a8941b55a4d SHA512 81b819bc91780f42f945db13efc97faadd661c3272007dc0b90ed998776d3fc0fbe406249f069f0065271208c9f6ccd0488021d384e05d5b9da39311bec8f94d DIST glastree-1.04_p20150525.tar.gz 5716 BLAKE2B e248d607ce87f4e78d880c67415c8eb15325a15dca222d14bc9fbafbcfd30c356f71a73fcfc4c8df80c645741e8b0edeca71cfdd0d66b284facad23b5322d64b SHA512 cff2fc671265f7be62b098f9c0a6f8c7711f86c014b64bd0bc1dde4c1570e7707de735d2a421e78d15ff126bcd6cbf18c90ba96bf7a5b30c5f6135c2e4a03179 -EBUILD glastree-1.04.ebuild 635 BLAKE2B e4ff8181d2701c2933136ddc98f6685e2c43e8c70d8993d2d1fa2d709a441c2191a005a0a91e275c5802aa310b0359cd4d8270bf36960cdc3d44e9bd1cb8fc45 SHA512 cd9989a5c734ba1df00af5dc79a34cb7ff4c3ffc9367a9dda494dcdb6bdd31a201fc3b95b664a79014c22ac895df4fdb20daca5968b124d10e18773939853406 +EBUILD glastree-1.04.ebuild 596 BLAKE2B 86b06b0707d170772207af3537b466e67890ceada4c98e43489b31a261f02735b1246662786ebf6c8b6279ee19ba37b071d7796660cf630bf911d9128d91ed09 SHA512 d0519c65d28a1faf6710c8fc4dc802d1ee863966e90cedf21f862444b84e4e98231c51248e749ee585a2d0708f7153d98b6c14a1cc9067c067534fb1cad54b03 EBUILD glastree-1.04_p20150525.ebuild 790 BLAKE2B 0f3970c2eac909b4f328c9d6c3a4c5f468216eb3fd3461238d001b384cd0624af07a425d1ee89f06ac78d76ec94548272324f17395293bbb1825fae0cd8751d1 SHA512 f9b549bfe93c93a2f79071a2a6d167df57387e2e39c5e8e22b87636b5c761c028ce9cbdd8744e73a08e61c59690394e096453fce5ada40defcb26dcb7fd003d3 MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/app-misc/glastree/files/glastree-posix-make.patch b/app-misc/glastree/files/glastree-posix-make.patch index 07e4bf6ec91a..6d0dc395812c 100644 --- a/app-misc/glastree/files/glastree-posix-make.patch +++ b/app-misc/glastree/files/glastree-posix-make.patch @@ -1,8 +1,8 @@ Make sure the perl code is valid both with and without the backslashes. Some make versions strip them, others don't. ---- glastree-1.04/Makefile -+++ glastree-1.04/Makefile +--- a/Makefile ++++ b/Makefile @@ -24,8 +24,8 @@ install: diff --git a/app-misc/glastree/glastree-1.04.ebuild b/app-misc/glastree/glastree-1.04.ebuild index 892b11bc30aa..699a36518cf8 100644 --- a/app-misc/glastree/glastree-1.04.ebuild +++ b/app-misc/glastree/glastree-1.04.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 - -inherit eutils +EAPI=7 DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written in perl" HOMEPAGE="http://www.igmus.org/code/" @@ -12,17 +10,16 @@ DEPEND="dev-lang/perl dev-perl/Date-Calc" SLOT="0" KEYWORDS="~amd64 ppc x86" -IUSE="" LICENSE="public-domain" -src_prepare() { - epatch "${FILESDIR}"/${PN}-posix-make.patch -} +PATCHES=( + "${FILESDIR}"/${PN}-posix-make.patch +) src_compile() { :; } src_install() { dodir /usr/share/man/man1 - emake INSTROOT="${D}"/usr INSTMAN=share/man install + emake INSTROOT="${ED}"/usr INSTMAN=share/man install dodoc README CHANGES THANKS TODO } |