diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-11-10 08:21:45 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-11-10 08:24:09 +0200 |
commit | 2f9610141e421ae4ad1d60c5c7329edfcaf6ecbc (patch) | |
tree | 8fc8bb86887264fe98735cde8138f27e70a1a5b4 /dev-vcs | |
parent | dev-python/pydevd: put LDFLAGS before libs (diff) | |
download | gentoo-2f9610141e421ae4ad1d60c5c7329edfcaf6ecbc.tar.gz gentoo-2f9610141e421ae4ad1d60c5c7329edfcaf6ecbc.tar.bz2 gentoo-2f9610141e421ae4ad1d60c5c7329edfcaf6ecbc.zip |
dev-vcs/gti: treeclean
Closes: https://bugs.gentoo.org/817320
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/gti/gti-9999.ebuild | 35 | ||||
-rw-r--r-- | dev-vcs/gti/metadata.xml | 5 |
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-vcs/gti/gti-9999.ebuild b/dev-vcs/gti/gti-9999.ebuild deleted file mode 100644 index 5ab71a691c09..000000000000 --- 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 115e9d64a669..000000000000 --- 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> |