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:01
Message-Id: 1590085782.0157dea7d399b863d1f9d5f201e0915d8e1b4f15.asturm@gentoo
1 commit: 0157dea7d399b863d1f9d5f201e0915d8e1b4f15
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 18:29:42 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 18:29:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0157dea7
7
8 sci-electronics/librepcb: Drop 0.1.0-r1
9
10 Closes: https://bugs.gentoo.org/686228
11 Closes: https://bugs.gentoo.org/694648
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 sci-electronics/librepcb/Manifest | 1 -
16 sci-electronics/librepcb/librepcb-0.1.0-r1.ebuild | 36 -----------------------
17 2 files changed, 37 deletions(-)
18
19 diff --git a/sci-electronics/librepcb/Manifest b/sci-electronics/librepcb/Manifest
20 index e0cf1b45069..72b59cca066 100644
21 --- a/sci-electronics/librepcb/Manifest
22 +++ b/sci-electronics/librepcb/Manifest
23 @@ -1,2 +1 @@
24 -DIST librepcb-0.1.0-source.zip 12390253 BLAKE2B a44cd0ae0b27961725b01b18eb4d31a1f5f81f9f88252c6d4a7d44280e7bc262c56e99d679598e9cab0eb99c1f30f4e2887a97d72034a691f93946fbe372d6ee SHA512 c87f71743385b44763187251afb6cfa08860e20b58a2d69e4f6a1bc71765e2c49cbc6b59348b4ea089624f3cbc401872ccac1e97a5c260e866665003710cf937
25 DIST librepcb-0.1.3-source.zip 12148919 BLAKE2B 2be3455c9be3e60a7cb314292e2a6ffe10d98f0c647d9c79f223ee5c5ef50675685d914889f772448dba699742d3bcd5b6636d489e630c8033912f3c9f223715 SHA512 28d45800bbbbcee8d30973c1a1e1e561c0fe2c65339eda4f6170779d921a9f5b2f5fb8c1cda00477e59976b88a3c368bb4985f31331bb16f761823642138c78b
26
27 diff --git a/sci-electronics/librepcb/librepcb-0.1.0-r1.ebuild b/sci-electronics/librepcb/librepcb-0.1.0-r1.ebuild
28 deleted file mode 100644
29 index 4a304ef6f48..00000000000
30 --- a/sci-electronics/librepcb/librepcb-0.1.0-r1.ebuild
31 +++ /dev/null
32 @@ -1,36 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit qmake-utils
39 -
40 -DESCRIPTION="Free EDA software to develop printed circuit boards"
41 -HOMEPAGE="https://librepcb.org/"
42 -SRC_URI="https://download.librepcb.org/releases/${PV}/${P}-source.zip"
43 -
44 -LICENSE="GPL-3+"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -IUSE=""
48 -
49 -RDEPEND="
50 - dev-qt/qtcore:5
51 - dev-qt/qtgui:5
52 - dev-qt/qtnetwork:5[ssl]
53 - dev-qt/qtopengl:5
54 - dev-qt/qtprintsupport:5
55 - dev-qt/qtsql:5
56 - dev-qt/qtwidgets:5
57 - dev-qt/qtxml:5
58 - sys-libs/zlib"
59 -
60 -DEPEND="${RDEPEND}"
61 -
62 -src_configure() {
63 - eqmake5 -r PREFIX="/usr"
64 -}
65 -
66 -src_install() {
67 - emake INSTALL_ROOT="${D}" install
68 -}