Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/librepcb/
Date: Thu, 21 May 2020 18:30:02
Message-Id: 1590085700.a444bb7f428ed5c57230bc59c687d1ea7be1f207.asturm@gentoo
1 commit: a444bb7f428ed5c57230bc59c687d1ea7be1f207
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 18:28:20 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 18:28:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a444bb7f
7
8 sci-electronics/librepcb: Drop unmaintained/out of sync live ebuild
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-electronics/librepcb/librepcb-9999.ebuild | 36 ---------------------------
14 1 file changed, 36 deletions(-)
15
16 diff --git a/sci-electronics/librepcb/librepcb-9999.ebuild b/sci-electronics/librepcb/librepcb-9999.ebuild
17 deleted file mode 100644
18 index 9f9a585fcd6..00000000000
19 --- a/sci-electronics/librepcb/librepcb-9999.ebuild
20 +++ /dev/null
21 @@ -1,36 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit qmake-utils git-r3
28 -
29 -DESCRIPTION="Free EDA software to develop printed circuit boards"
30 -HOMEPAGE="https://librepcb.org/"
31 -EGIT_REPO_URI="https://github.com/LibrePCB/LibrePCB.git"
32 -
33 -LICENSE="GPL-3+"
34 -SLOT="0"
35 -KEYWORDS=""
36 -IUSE=""
37 -
38 -RDEPEND="
39 - dev-qt/qtcore:5
40 - dev-qt/qtgui:5
41 - dev-qt/qtnetwork:5[ssl]
42 - dev-qt/qtopengl:5
43 - dev-qt/qtprintsupport:5
44 - dev-qt/qtsql:5
45 - dev-qt/qtwidgets:5
46 - dev-qt/qtxml:5
47 - sys-libs/zlib"
48 -
49 -DEPEND="${RDEPEND}"
50 -
51 -src_configure() {
52 - eqmake5 -r PREFIX="/usr"
53 -}
54 -
55 -src_install() {
56 - emake INSTALL_ROOT="${D}" install
57 -}