commit: 05423d804968ce5715793c8d06bfe0c447e8a0dc Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> AuthorDate: Tue May 25 15:54:41 2021 +0000 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> CommitDate: Tue May 25 15:54:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05423d80
media-radio/grig: Drop old Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org> media-radio/grig/grig-0.8.1.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/media-radio/grig/grig-0.8.1.ebuild b/media-radio/grig/grig-0.8.1.ebuild deleted file mode 100644 index 198e5a7d5dd..00000000000 --- a/media-radio/grig/grig-0.8.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="A tool for controlling amateur radios" -HOMEPAGE="http://groundstation.sourceforge.net/grig/" -SRC_URI="mirror://sourceforge/groundstation/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - dev-libs/glib:2 - x11-libs/gtk+:2 - <media-libs/hamlib-3.4" -RDEPEND="${DEPEND}" - -src_configure() { - econf --enable-hardware -} - -src_install() { - default - make_desktop_entry ${PN} "GRig" "/usr/share/pixmaps/grig/grig-logo.png" "HamRadio" - rm -rf "${D}/usr/share/grig" || die "cleanup docs failed" -}
