From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E40911382C5 for ; Fri, 16 Mar 2018 23:46:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E685E0921; Fri, 16 Mar 2018 23:46:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECB5CE0921 for ; Fri, 16 Mar 2018 23:46:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C40DF335C9A for ; Fri, 16 Mar 2018 23:46:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F073260 for ; Fri, 16 Mar 2018 23:46:16 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1521243962.4586b5857eda9a179626c53f38532cc7b534e848.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugins-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.0.0.ebuild X-VCS-Directories: sci-geosciences/opencpn-plugins-meta/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 4586b5857eda9a179626c53f38532cc7b534e848 X-VCS-Branch: master Date: Fri, 16 Mar 2018 23:46:16 +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: 86725a53-9194-4bb7-9f0a-0288349e302d X-Archives-Hash: a94bff2da1d01cc0470de5f3b6026f7b commit: 4586b5857eda9a179626c53f38532cc7b534e848 Author: Marc Schiffbauer gentoo org> AuthorDate: Fri Mar 16 23:36:20 2018 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Fri Mar 16 23:46:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4586b585 sci-geosciences/opencpn-plugins-meta: remove old version Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../opencpn-plugins-meta-4.0.0.ebuild | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.0.0.ebuild b/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.0.0.ebuild deleted file mode 100644 index ce300f5720f..00000000000 --- a/sci-geosciences/opencpn-plugins-meta/opencpn-plugins-meta-4.0.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Meta ebuild to pull in opencpn plugins" -HOMEPAGE="https://www.gentoo.org" - -LICENSE="metapackage" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - ~sci-geosciences/opencpn-${PV} - ~sci-geosciences/opencpn-plugin-br24radar-1.1 - ~sci-geosciences/opencpn-plugin-climatology-1.0 - ~sci-geosciences/opencpn-plugin-launcher-1.0 - ~sci-geosciences/opencpn-plugin-logbookkonni-1.2018 - ~sci-geosciences/opencpn-plugin-objsearch-0.5.1 - ~sci-geosciences/opencpn-plugin-ocpndebugger-1.0 - ~sci-geosciences/opencpn-plugin-statusbar-0.5 - ~sci-geosciences/opencpn-plugin-weatherfax-1.3 - ~sci-geosciences/opencpn-plugin-wmm-1.0 -"