commit: 2f9610141e421ae4ad1d60c5c7329edfcaf6ecbc Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Wed Nov 10 06:21:45 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Nov 10 06:24:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f961014
dev-vcs/gti: treeclean Closes: https://bugs.gentoo.org/817320 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-vcs/gti/gti-9999.ebuild | 35 ----------------------------------- dev-vcs/gti/metadata.xml | 5 ----- profiles/package.mask | 5 ----- 3 files changed, 45 deletions(-) diff --git a/dev-vcs/gti/gti-9999.ebuild b/dev-vcs/gti/gti-9999.ebuild deleted file mode 100644 index 5ab71a691c0..00000000000 --- a/dev-vcs/gti/gti-9999.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -EGIT_REPO_URI="https://github.com/rwos/${PN}.git" -inherit git-r3 - -DESCRIPTION="A silly git launcher, basically. Inspired by sl" -HOMEPAGE="http://r-wos.org/hacks/gti" -SRC_URI="" - -LICENSE="MIT" -SLOT="0" -[[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="dev-vcs/git" -RDEPEND="${DEPEND}" - -src_prepare() { - default - # fix the makefile - sed -i \ - -e "s:CC=:CC?=:g" \ - -e "s:CFLAGS=:CFLAGS?=:g" \ - -e "/-\$(STRIP)/d" \ - -e 's:$(CC):$(CC) $(LDFLAGS):' \ - Makefile || die -} - -src_install() { - dobin gti -} diff --git a/dev-vcs/gti/metadata.xml b/dev-vcs/gti/metadata.xml deleted file mode 100644 index 115e9d64a66..00000000000 --- a/dev-vcs/gti/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 670cb916e34..9cd88e8c5c8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -567,11 +567,6 @@ dev-vcs/github-pages-publish # fork, x11-misc/picom. Bug #817338. Removal in ~30 days. x11-misc/compton -# Joonas Niilola <[email protected]> (2021-10-10) -# LiveOnlyPackage with no maintainer. Upstream has multiple releases. -# Bug #817320. Removal in ~30 days. -dev-vcs/gti - # Sam James <[email protected]> (2021-10-10) # Needs upstream build system fixes (currently in progress). # Python toggles don't work correctly right now.
