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 40BC113835A for ; Thu, 21 May 2020 18:30:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C0FAE092E; Thu, 21 May 2020 18:30:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 043D6E092E for ; Thu, 21 May 2020 18:30:00 +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 0C30E34BA07 for ; Thu, 21 May 2020 18:30:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0FF7230 for ; Thu, 21 May 2020 18:29:58 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1590085700.a444bb7f428ed5c57230bc59c687d1ea7be1f207.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/librepcb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/librepcb/librepcb-9999.ebuild X-VCS-Directories: sci-electronics/librepcb/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a444bb7f428ed5c57230bc59c687d1ea7be1f207 X-VCS-Branch: master Date: Thu, 21 May 2020 18:29:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8552510d-9331-4021-ab47-461cea2f047c X-Archives-Hash: 28dbd948cebe0360b8a3f7b45f2dbbd2 commit: a444bb7f428ed5c57230bc59c687d1ea7be1f207 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 21 18:28:20 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 21 18:28:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a444bb7f sci-electronics/librepcb: Drop unmaintained/out of sync live ebuild Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-electronics/librepcb/librepcb-9999.ebuild | 36 --------------------------- 1 file changed, 36 deletions(-) diff --git a/sci-electronics/librepcb/librepcb-9999.ebuild b/sci-electronics/librepcb/librepcb-9999.ebuild deleted file mode 100644 index 9f9a585fcd6..00000000000 --- a/sci-electronics/librepcb/librepcb-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit qmake-utils git-r3 - -DESCRIPTION="Free EDA software to develop printed circuit boards" -HOMEPAGE="https://librepcb.org/" -EGIT_REPO_URI="https://github.com/LibrePCB/LibrePCB.git" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5[ssl] - dev-qt/qtopengl:5 - dev-qt/qtprintsupport:5 - dev-qt/qtsql:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - sys-libs/zlib" - -DEPEND="${RDEPEND}" - -src_configure() { - eqmake5 -r PREFIX="/usr" -} - -src_install() { - emake INSTALL_ROOT="${D}" install -}