diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2021-05-25 17:54:41 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2021-05-25 17:54:41 +0200 |
commit | 05423d804968ce5715793c8d06bfe0c447e8a0dc (patch) | |
tree | a52912b59bd9a6cbd046e21560e0de6c8d9f39fb /media-radio/grig | |
parent | media-radio/js8call: Drop old (diff) | |
download | gentoo-05423d804968ce5715793c8d06bfe0c447e8a0dc.tar.gz gentoo-05423d804968ce5715793c8d06bfe0c447e8a0dc.tar.bz2 gentoo-05423d804968ce5715793c8d06bfe0c447e8a0dc.zip |
media-radio/grig: Drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'media-radio/grig')
-rw-r--r-- | media-radio/grig/grig-0.8.1.ebuild | 31 |
1 files changed, 0 insertions, 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 198e5a7d5dd3..000000000000 --- 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" -} |