diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 19:41:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 19:59:18 +0100 |
commit | 831bca8f3a1eb61aafa3c9f49f14fd4eb4a157c9 (patch) | |
tree | abd560558541fafd515db86f975f4a82ccd82248 /app-misc | |
parent | app-misc/digitemp: drop 3.7.1 (diff) | |
download | gentoo-831bca8f3a1eb61aafa3c9f49f14fd4eb4a157c9.tar.gz gentoo-831bca8f3a1eb61aafa3c9f49f14fd4eb4a157c9.tar.bz2 gentoo-831bca8f3a1eb61aafa3c9f49f14fd4eb4a157c9.zip |
app-misc/glastree: drop 1.04
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/glastree/Manifest | 1 | ||||
-rw-r--r-- | app-misc/glastree/glastree-1.04.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/app-misc/glastree/Manifest b/app-misc/glastree/Manifest index a1675a5cacaa..2875bc6538bf 100644 --- a/app-misc/glastree/Manifest +++ b/app-misc/glastree/Manifest @@ -1,2 +1 @@ -DIST glastree-1.04.tar.gz 5846 BLAKE2B b380b577a712f08b0a3ec89627d9f8bd20c76244ab19c8e76d27ac2fa08b0242381c280430fafe8a43bef78de8954d4660051d7648550c4ecd789a8941b55a4d SHA512 81b819bc91780f42f945db13efc97faadd661c3272007dc0b90ed998776d3fc0fbe406249f069f0065271208c9f6ccd0488021d384e05d5b9da39311bec8f94d DIST glastree-1.04_p20150525.tar.gz 5716 BLAKE2B e248d607ce87f4e78d880c67415c8eb15325a15dca222d14bc9fbafbcfd30c356f71a73fcfc4c8df80c645741e8b0edeca71cfdd0d66b284facad23b5322d64b SHA512 cff2fc671265f7be62b098f9c0a6f8c7711f86c014b64bd0bc1dde4c1570e7707de735d2a421e78d15ff126bcd6cbf18c90ba96bf7a5b30c5f6135c2e4a03179 diff --git a/app-misc/glastree/glastree-1.04.ebuild b/app-misc/glastree/glastree-1.04.ebuild deleted file mode 100644 index 6ba6ab08de11..000000000000 --- a/app-misc/glastree/glastree-1.04.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written in perl" -HOMEPAGE="https://old.igmus.org/code/" -SRC_URI="https://old.igmus.org/files/${P}.tar.gz" - -DEPEND="dev-lang/perl - dev-perl/Date-Calc" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -LICENSE="public-domain" - -PATCHES=( - "${FILESDIR}"/${PN}-posix-make.patch -) - -src_compile() { :; } - -src_install() { - dodir /usr/share/man/man1 - emake INSTROOT="${ED}"/usr INSTMAN=share/man install - dodoc README CHANGES THANKS TODO -} |