From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6C7A8138208 for ; Sun, 1 May 2016 14:19:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AE3A21C063; Sun, 1 May 2016 14:19:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4D8021C063 for ; Sun, 1 May 2016 14:19:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3875340A9D for ; Sun, 1 May 2016 14:19:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CD3332E for ; Sun, 1 May 2016 14:19:35 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1462112335.4a77cafc5a31e608b68d3c3bb0667b200c6e4c0d.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/grig/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/grig/Manifest media-radio/grig/grig-0.8.0.ebuild X-VCS-Directories: media-radio/grig/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 4a77cafc5a31e608b68d3c3bb0667b200c6e4c0d X-VCS-Branch: master Date: Sun, 1 May 2016 14:19:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2335ffca-69df-40d0-b6f8-914cb8ac99ff X-Archives-Hash: faefe4a6614ec6e06e1e9f0111ad4876 commit: 4a77cafc5a31e608b68d3c3bb0667b200c6e4c0d Author: Thomas Beierlein gentoo org> AuthorDate: Sun May 1 14:18:55 2016 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sun May 1 14:18:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a77cafc media-radio/grig: Drop old Package-Manager: portage-2.2.28 media-radio/grig/Manifest | 1 - media-radio/grig/grig-0.8.0.ebuild | 36 ------------------------------------ 2 files changed, 37 deletions(-) diff --git a/media-radio/grig/Manifest b/media-radio/grig/Manifest index 3d5092d..23f7a58 100644 --- a/media-radio/grig/Manifest +++ b/media-radio/grig/Manifest @@ -1,2 +1 @@ -DIST grig-0.8.0.tar.gz 514072 SHA256 d621a3400b7720d6671d18bff2e7627cc1442d58df161cc8789851300495d3f3 SHA512 204256a382dd2faf5c380d036d5c75748a24d683e1f3625cc75d5f41a3e73a57c5720cc6db3ad8968c741835516a241680af4e83c32dc0e0951731548fb82357 WHIRLPOOL 2cf6c9f51febdbcb1e3f7caffdb76084a8198c067bead507e9ff9fc61ebacaa787e07b96b702e941725c1e3dcbbc95e4d7acbc0953acc577697b053f8949e506 DIST grig-0.8.1.tar.gz 621728 SHA256 be8687418fb23efa0468674c3fdd15340fed06eef09be9de21106cc17e033c25 SHA512 84eda8db5d18324f26f0775483c8272296aad05dd75f0572c01a3c7af6dbd14bff7b98cc6a61fe3c43d25193866be4b3dafdc4e68dfc37217e88b53ca53266f9 WHIRLPOOL 21b70d145a7c7b0901cc74748f4ec24ba719a398a3c59e78eb231d0b886e62222477be9e612d21eec411426ba8f520b900ad03ef5c65ff81dcf3f6dd45e05068 diff --git a/media-radio/grig/grig-0.8.0.ebuild b/media-radio/grig/grig-0.8.0.ebuild deleted file mode 100644 index 1fe1f00..0000000 --- a/media-radio/grig/grig-0.8.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -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" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i -e "s/-DG_DISABLE_DEPRECATED//" src/Makefile.in || die -} - -src_configure() { - econf --enable-hardware -} - -src_install() { - default - make_desktop_entry ${PN} "GRig" "/usr/share/pixmaps/grig/grig-logo.png" "Application;HamRadio" - rm -rf "${D}/usr/share/grig" || die "cleanup docs failed" -}