From 831bca8f3a1eb61aafa3c9f49f14fd4eb4a157c9 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 17 Apr 2022 19:41:47 +0100 Subject: app-misc/glastree: drop 1.04 Signed-off-by: Sam James --- app-misc/glastree/Manifest | 1 - app-misc/glastree/glastree-1.04.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) delete mode 100644 app-misc/glastree/glastree-1.04.ebuild (limited to 'app-misc') 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 -} -- cgit v1.2.3-65-gdbad