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 A8CDC138334 for ; Sun, 8 Dec 2019 10:08:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97871E08F6; Sun, 8 Dec 2019 10:08:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 63FC2E08F6 for ; Sun, 8 Dec 2019 10:08:42 +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 8E60134D86F for ; Sun, 8 Dec 2019 10:08:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 704F08D5 for ; Sun, 8 Dec 2019 10:08:38 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1575799696.8f90db01149b47e7469b8b3a6311a1f2af041955.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/librepcb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/librepcb/Manifest sci-electronics/librepcb/librepcb-0.1.3.ebuild X-VCS-Directories: sci-electronics/librepcb/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8f90db01149b47e7469b8b3a6311a1f2af041955 X-VCS-Branch: master Date: Sun, 8 Dec 2019 10:08:38 +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: 4c23e303-edbd-4d62-b2cf-ce6397db637a X-Archives-Hash: 40b9e93135b9419e47fe87d9f8f24915 commit: 8f90db01149b47e7469b8b3a6311a1f2af041955 Author: Victor Kustov yandex ru> AuthorDate: Fri Dec 6 12:44:21 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Dec 8 10:08:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f90db01 sci-electronics/librepcb: bump version to 0.1.3 Bump version to 0.1.3 Add linguist-tools to BDEPEND Closes: https://bugs.gentoo.org/696546 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Victor Kustov yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/13837 Signed-off-by: Joonas Niilola gentoo.org> sci-electronics/librepcb/Manifest | 1 + sci-electronics/librepcb/librepcb-0.1.3.ebuild | 41 ++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/sci-electronics/librepcb/Manifest b/sci-electronics/librepcb/Manifest index eaf40b69966..e0cf1b45069 100644 --- a/sci-electronics/librepcb/Manifest +++ b/sci-electronics/librepcb/Manifest @@ -1 +1,2 @@ DIST librepcb-0.1.0-source.zip 12390253 BLAKE2B a44cd0ae0b27961725b01b18eb4d31a1f5f81f9f88252c6d4a7d44280e7bc262c56e99d679598e9cab0eb99c1f30f4e2887a97d72034a691f93946fbe372d6ee SHA512 c87f71743385b44763187251afb6cfa08860e20b58a2d69e4f6a1bc71765e2c49cbc6b59348b4ea089624f3cbc401872ccac1e97a5c260e866665003710cf937 +DIST librepcb-0.1.3-source.zip 12148919 BLAKE2B 2be3455c9be3e60a7cb314292e2a6ffe10d98f0c647d9c79f223ee5c5ef50675685d914889f772448dba699742d3bcd5b6636d489e630c8033912f3c9f223715 SHA512 28d45800bbbbcee8d30973c1a1e1e561c0fe2c65339eda4f6170779d921a9f5b2f5fb8c1cda00477e59976b88a3c368bb4985f31331bb16f761823642138c78b diff --git a/sci-electronics/librepcb/librepcb-0.1.3.ebuild b/sci-electronics/librepcb/librepcb-0.1.3.ebuild new file mode 100644 index 00000000000..50dfacb22b3 --- /dev/null +++ b/sci-electronics/librepcb/librepcb-0.1.3.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit qmake-utils + +DESCRIPTION="Free EDA software to develop printed circuit boards" +HOMEPAGE="https://librepcb.org/" +SRC_URI="https://download.librepcb.org/releases/${PV}/${P}-source.zip" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +BDEPEND=" + app-arch/unzip + dev-qt/linguist-tools:5" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtconcurrent: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 +}