commit: d8cdb83362d9c9f0401cfabb20b7dad2802eed9a Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Wed Oct 1 20:21:43 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Oct 1 20:23:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8cdb833
app-misc/glastree: treeclean Closes: https://bugs.gentoo.org/962064 (pkgremoved) Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-misc/glastree/Manifest | 1 - app-misc/glastree/files/glastree-posix-make.patch | 16 ----------- app-misc/glastree/glastree-1.04_p20150525.ebuild | 34 ----------------------- app-misc/glastree/metadata.xml | 8 ------ profiles/package.mask | 6 ---- 5 files changed, 65 deletions(-) diff --git a/app-misc/glastree/Manifest b/app-misc/glastree/Manifest deleted file mode 100644 index 2875bc6538bf..000000000000 --- a/app-misc/glastree/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST glastree-1.04_p20150525.tar.gz 5716 BLAKE2B e248d607ce87f4e78d880c67415c8eb15325a15dca222d14bc9fbafbcfd30c356f71a73fcfc4c8df80c645741e8b0edeca71cfdd0d66b284facad23b5322d64b SHA512 cff2fc671265f7be62b098f9c0a6f8c7711f86c014b64bd0bc1dde4c1570e7707de735d2a421e78d15ff126bcd6cbf18c90ba96bf7a5b30c5f6135c2e4a03179 diff --git a/app-misc/glastree/files/glastree-posix-make.patch b/app-misc/glastree/files/glastree-posix-make.patch deleted file mode 100644 index 6d0dc395812c..000000000000 --- a/app-misc/glastree/files/glastree-posix-make.patch +++ /dev/null @@ -1,16 +0,0 @@ -Make sure the perl code is valid both with and without the backslashes. -Some make versions strip them, others don't. - ---- a/Makefile -+++ b/Makefile -@@ -24,8 +24,8 @@ - - install: - @perl -e 'eval "use Date::Calc"; \ -- print "Checking for prereq Date::Calc..."; \ -- if ($$@) { print "\nThis program requires the Date::Calc module.\n"; exit 1; } \ -+ print "Checking for prereq Date::Calc..."; if ($$@) { \ -+ print "\nThis program requires the Date::Calc module.\n"; exit 1; } \ - print " OK\n"; ' - - $(INSTALL) -d $(INSTROOT)/$(INSTBIN) diff --git a/app-misc/glastree/glastree-1.04_p20150525.ebuild b/app-misc/glastree/glastree-1.04_p20150525.ebuild deleted file mode 100644 index ddff74381dba..000000000000 --- a/app-misc/glastree/glastree-1.04_p20150525.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -COMMIT="1dc111308356d999f2a32aa50b6a0737ec5e6b09" -DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written in perl" -HOMEPAGE="https://old.igmus.org/code/" -SRC_URI="https://github.com/jeremywohl/glastree/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT}" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-lang/perl - dev-perl/Date-Calc -" -BDEPEND="test? ( ${RDEPEND} )" - -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 -} diff --git a/app-misc/glastree/metadata.xml b/app-misc/glastree/metadata.xml deleted file mode 100644 index 4e722780b5ff..000000000000 --- a/app-misc/glastree/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">jeremywohl/glastree</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index fa942d8f3d2d..5d4e462c4f80 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -217,12 +217,6 @@ app-vim/voom # Obsolete transitional meta package. Bug #961795. Removal on 2025-09-28. media-sound/pulseaudio -# Arthur Zamarin <[email protected]> (2025-08-28) -# EAPI=7, maintainer-needed, Gentoo is last distro to package it, -# unmaintained in Gentoo since 2016. -# Removal on 2025-09-27. Bug #962064. -app-misc/glastree - # James Le Cuirot <[email protected]> (2025-08-21) # The required Direct3D 9 feature is being dropped from Mesa. Use DXVK or # WineD3D instead. Removal on 2025-09-21.
