Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/librepcb/
Date: Fri, 29 Apr 2022 10:21:58
Message-Id: 1651227659.72e7a7e6825cf9c789463f96b9e10c5f17b05ad6.sam@gentoo
1 commit: 72e7a7e6825cf9c789463f96b9e10c5f17b05ad6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 09:35:42 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 10:20:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e7a7e6
7
8 sci-electronics/librepcb: drop 0.1.3
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-electronics/librepcb/Manifest | 1 -
13 sci-electronics/librepcb/librepcb-0.1.3.ebuild | 54 --------------------------
14 2 files changed, 55 deletions(-)
15
16 diff --git a/sci-electronics/librepcb/Manifest b/sci-electronics/librepcb/Manifest
17 index febaf25c929b..3089c1f2947b 100644
18 --- a/sci-electronics/librepcb/Manifest
19 +++ b/sci-electronics/librepcb/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST librepcb-0.1.3-source.zip 12148919 BLAKE2B 2be3455c9be3e60a7cb314292e2a6ffe10d98f0c647d9c79f223ee5c5ef50675685d914889f772448dba699742d3bcd5b6636d489e630c8033912f3c9f223715 SHA512 28d45800bbbbcee8d30973c1a1e1e561c0fe2c65339eda4f6170779d921a9f5b2f5fb8c1cda00477e59976b88a3c368bb4985f31331bb16f761823642138c78b
22 DIST librepcb-0.1.5-source.zip 13111207 BLAKE2B 3a8c5f8b310971e1a6bd5b1fa8eb8059cd1c571e9ab369bf80c946ccbd320c258d5e8c65bea3b5a5bc4d85a38cac8205d5bbfbaad6aebf0a031315b73e9b99f4 SHA512 ed8c8fc154a03082bcbfe414bdb934870d09cf137811036a3ce59d70e1ad0b582fea64c31037c84e76a939bf1d087caabb9aa349578b525bce882e853a969653
23 DIST librepcb-0.1.6-source.zip 12671974 BLAKE2B bed8d6134159ec663dd88f9933ef0dad6d3bca70776537bf2e16397f0e4fd968a41661d95a118008fcf9d7d6d2432ebac81d78153b3c3ce8d69c64fb59aaf70e SHA512 a51ac2830d65bbd10be8904ecdcc6a7781d80c95e1423ed5bd04fcd009a0b7135ff3a49a87afe9e99006ae1f6ae44f2341021e5733675f2f20b05525860da5d7
24
25 diff --git a/sci-electronics/librepcb/librepcb-0.1.3.ebuild b/sci-electronics/librepcb/librepcb-0.1.3.ebuild
26 deleted file mode 100644
27 index 610277aedbe6..000000000000
28 --- a/sci-electronics/librepcb/librepcb-0.1.3.ebuild
29 +++ /dev/null
30 @@ -1,54 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit qmake-utils xdg-utils
37 -
38 -DESCRIPTION="Free EDA software to develop printed circuit boards"
39 -HOMEPAGE="https://librepcb.org/"
40 -SRC_URI="https://download.librepcb.org/releases/${PV}/${P}-source.zip"
41 -
42 -LICENSE="GPL-3+"
43 -SLOT="0"
44 -KEYWORDS="~amd64"
45 -IUSE=""
46 -
47 -BDEPEND="
48 - app-arch/unzip
49 - dev-qt/linguist-tools:5"
50 -
51 -RDEPEND="
52 - dev-qt/qtcore:5
53 - dev-qt/qtconcurrent:5
54 - dev-qt/qtgui:5
55 - dev-qt/qtnetwork:5[ssl]
56 - dev-qt/qtopengl:5
57 - dev-qt/qtprintsupport:5
58 - dev-qt/qtsql:5
59 - dev-qt/qtwidgets:5
60 - dev-qt/qtxml:5
61 - sys-libs/zlib"
62 -
63 -DEPEND="${RDEPEND}
64 - dev-qt/qttest:5"
65 -
66 -src_configure() {
67 - eqmake5 -r PREFIX="/usr"
68 -}
69 -
70 -src_install() {
71 - emake INSTALL_ROOT="${D}" install
72 -}
73 -
74 -pkg_postinst() {
75 - xdg_desktop_database_update
76 - xdg_icon_cache_update
77 - xdg_mimeinfo_database_update
78 -}
79 -
80 -pkg_postrm() {
81 - xdg_desktop_database_update
82 - xdg_icon_cache_update
83 - xdg_mimeinfo_database_update
84 -}