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: Sun, 30 Jun 2019 11:04:10
Message-Id: 1561892624.494d80b93ff78921bdea1e4eaf27297f2bb9011f.asturm@gentoo
1 commit: 494d80b93ff78921bdea1e4eaf27297f2bb9011f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 30 10:49:13 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 30 11:03:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494d80b9
7
8 sci-electronics/librepcb: Drop 0.1.0 (r0)
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-electronics/librepcb/librepcb-0.1.0.ebuild | 37 --------------------------
14 1 file changed, 37 deletions(-)
15
16 diff --git a/sci-electronics/librepcb/librepcb-0.1.0.ebuild b/sci-electronics/librepcb/librepcb-0.1.0.ebuild
17 deleted file mode 100644
18 index 5e3edf8dbef..00000000000
19 --- a/sci-electronics/librepcb/librepcb-0.1.0.ebuild
20 +++ /dev/null
21 @@ -1,37 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit qmake-utils
28 -
29 -DESCRIPTION="Free EDA software to develop printed circuit boards"
30 -HOMEPAGE="https://librepcb.org/"
31 -SRC_URI="https://download.librepcb.org/releases/${PV}/${P}-source.zip"
32 -
33 -LICENSE="GPL-3+"
34 -SLOT="0"
35 -KEYWORDS="~amd64"
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/qtwebkit:5
46 - dev-qt/qtwidgets:5
47 - dev-qt/qtxml:5
48 - sys-libs/zlib"
49 -
50 -DEPEND="${RDEPEND}"
51 -
52 -src_configure() {
53 - eqmake5 -r PREFIX="/usr"
54 -}
55 -
56 -src_install() {
57 - emake INSTALL_ROOT="${D}" install
58 -}