public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/librepcb/
Date: Fri, 21 Oct 2022 08:44:44 +0000 (UTC)	[thread overview]
Message-ID: <1666341863.64e5798075e27e52c17ccfc741a73ccdf014c931.andrewammerlaan@gentoo> (raw)

commit:     64e5798075e27e52c17ccfc741a73ccdf014c931
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 08:44:23 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 08:44:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e57980

sci-electronics/librepcb: drop 0.1.5-r1

Closes: https://bugs.gentoo.org/836880
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-electronics/librepcb/Manifest                 |  1 -
 sci-electronics/librepcb/librepcb-0.1.5-r1.ebuild | 55 -----------------------
 2 files changed, 56 deletions(-)

diff --git a/sci-electronics/librepcb/Manifest b/sci-electronics/librepcb/Manifest
index 0f29f7f766af..52fa31a39204 100644
--- a/sci-electronics/librepcb/Manifest
+++ b/sci-electronics/librepcb/Manifest
@@ -1,3 +1,2 @@
-DIST librepcb-0.1.5-source.zip 13111207 BLAKE2B 3a8c5f8b310971e1a6bd5b1fa8eb8059cd1c571e9ab369bf80c946ccbd320c258d5e8c65bea3b5a5bc4d85a38cac8205d5bbfbaad6aebf0a031315b73e9b99f4 SHA512 ed8c8fc154a03082bcbfe414bdb934870d09cf137811036a3ce59d70e1ad0b582fea64c31037c84e76a939bf1d087caabb9aa349578b525bce882e853a969653
 DIST librepcb-0.1.6-source.zip 12671974 BLAKE2B bed8d6134159ec663dd88f9933ef0dad6d3bca70776537bf2e16397f0e4fd968a41661d95a118008fcf9d7d6d2432ebac81d78153b3c3ce8d69c64fb59aaf70e SHA512 a51ac2830d65bbd10be8904ecdcc6a7781d80c95e1423ed5bd04fcd009a0b7135ff3a49a87afe9e99006ae1f6ae44f2341021e5733675f2f20b05525860da5d7
 DIST librepcb-0.1.7-source.zip 13112342 BLAKE2B 53b6dad94febee84b60df1d848936f44093698c9965d4b24815395ff564a5634ab84f38574e7a1b6891f2cdd99b5162eb3747bbfdde2dfc2d680cff76a4e1cc1 SHA512 285ad661b9c528b1aa05c9a0482034af26e9344eb08a119ffabbadf518957a9784ccb9582bcfabcf5bf8982c33b6286b39722c0d59072df983925b3949b3e6c5

diff --git a/sci-electronics/librepcb/librepcb-0.1.5-r1.ebuild b/sci-electronics/librepcb/librepcb-0.1.5-r1.ebuild
deleted file mode 100644
index 409f5eabcce4..000000000000
--- a/sci-electronics/librepcb/librepcb-0.1.5-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2009-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils virtualx xdg
-
-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"
-
-BDEPEND="
-	app-arch/unzip
-	dev-qt/linguist-tools:5"
-
-RDEPEND="
-	dev-libs/quazip:=[qt5(+)]
-	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/qtsvg:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-	sys-libs/zlib"
-
-DEPEND="${RDEPEND}
-	dev-qt/qttest:5"
-
-PATCHES=( "${FILESDIR}"/${P}-quazip1.x.patch )
-
-src_configure() {
-	local pro_lst
-	for pro_lst in $(find libs/librepcb/ -type f -name "*.pro" || die)
-	do
-		sed -e 's:target.path = $${PREFIX}/lib:target.path = $${PREFIX}/'$(get_libdir)':' -i ${pro_lst} || die "Can't fix ${pro_lst} file"
-	done
-	eqmake5 -r PREFIX="/usr" UNBUNDLE+="quazip"
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-}
-
-src_test() {
-	cd "${S}"/output
-	virtx ./librepcb-unittests --gtest_filter=-SystemInfoTest.testGetUsername
-}


             reply	other threads:[~2022-10-21  8:44 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-21  8:44 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-12 22:48 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/librepcb/ Andreas Sturmlechner
2025-01-08 17:03 Andreas Sturmlechner
2025-01-01 18:25 Andreas Sturmlechner
2025-01-01 18:25 Andreas Sturmlechner
2024-08-24 18:39 Joonas Niilola
2024-08-16 18:33 Andrew Ammerlaan
2024-01-10 13:39 Andrew Ammerlaan
2023-10-27  8:02 Andrew Ammerlaan
2023-10-18 11:36 Andrew Ammerlaan
2022-10-21  8:42 Andrew Ammerlaan
2022-10-21  8:42 Andrew Ammerlaan
2022-09-10  0:29 Sam James
2022-09-09 16:09 Andrew Ammerlaan
2022-04-29 10:21 Sam James
2022-04-25  6:57 Joonas Niilola
2021-05-23 17:44 Andreas Sturmlechner
2020-05-21 18:29 Andreas Sturmlechner
2020-05-21 18:29 Andreas Sturmlechner
2020-04-14  8:35 Joonas Niilola
2019-12-08 10:08 Joonas Niilola
2019-12-08 10:08 Joonas Niilola
2019-06-30 11:04 Andreas Sturmlechner
2019-06-30 11:04 Andreas Sturmlechner
2019-02-14 23:44 Andreas Sturmlechner
2019-02-14 23:44 Andreas Sturmlechner
2019-02-05 22:38 Patrice Clement
2018-08-14 21:20 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1666341863.64e5798075e27e52c17ccfc741a73ccdf014c931.andrewammerlaan@gentoo \
    --to=andrewammerlaan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox