public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-arch/libarchive-qt/
Date: Tue, 13 Apr 2021 06:08:02 +0000 (UTC)	[thread overview]
Message-ID: <1618294079.2ecea54ac97d5f6762fb99e77c86bbd8f5d22c9d.xgqt@gentoo> (raw)

commit:     2ecea54ac97d5f6762fb99e77c86bbd8f5d22c9d
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Tue Apr 13 06:07:08 2021 +0000
Commit:     Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Tue Apr 13 06:07:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ecea54a

app-arch/libarchive-qt: drop old 2.0.2

New version 2.0.3 supports USE="static-libs"

Closes: https://bugs.gentoo.org/780591
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 app-arch/libarchive-qt/Manifest                   |  1 -
 app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild | 54 -----------------------
 2 files changed, 55 deletions(-)

diff --git a/app-arch/libarchive-qt/Manifest b/app-arch/libarchive-qt/Manifest
index c68c032e8..7e3812dc5 100644
--- a/app-arch/libarchive-qt/Manifest
+++ b/app-arch/libarchive-qt/Manifest
@@ -1,2 +1 @@
-DIST libarchive-qt-2.0.2.tar.gz 52672 BLAKE2B f3b223c5a5a468c3c7f2dac00b37b13c61d9cd86764af28468543cc899e79a6b9019a460fa8a4d73ef94f6f6233d7409f525cac6a0024c71b8f66f262d9d95ad SHA512 bf82884134265a825b49e3d313279d8826c422a54a5be65f170995c140ed2f4e6eca1cb939bf23bd1c04ef6bd60e47f9ae1cb5acaa505a114d2f1dfbb24c7c5c
 DIST libarchive-qt-2.0.3.tar.gz 52793 BLAKE2B bfc29a21c54421b4c589eb5d444b7d9cb40c9d4f71b3ac36489df5f919e9d6eb2455574b1ad6c435cb3556f5ff697a0e6244554cf2dbaf032c1c77dc454f8328 SHA512 4d3c809a6bac4db576314a6b52893613de3b6d7eefc7ce74271ce5e6c5b73f3650380ba4b987724abda722e70cce3d1555a5ffd470d867ae9e1157cde7e761ee

diff --git a/app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild b/app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild
deleted file mode 100644
index b2e5605fb..000000000
--- a/app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib qmake-utils xdg
-
-DESCRIPTION="A Qt based archiving solution with libarchive backend"
-HOMEPAGE="https://gitlab.com/marcusbritanicus/libarchive-qt"
-
-if [[ "${PV}" == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://gitlab.com/marcusbritanicus/${PN}.git"
-else
-	SRC_URI="https://gitlab.com/marcusbritanicus/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-RESTRICT="test"
-LICENSE="LGPL-3"
-SLOT="0"
-
-DEPEND="
-	app-arch/libarchive[lzma,bzip2,zlib]
-	app-arch/lrzip
-	app-arch/lzip
-	app-arch/lzop
-	dev-qt/qtgui:5
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	default
-
-	# remove override of the libpath
-	sed -i -e '/^	target.path/d' lib/shared.pro || die
-	sed -i -e '/^	target.path/d' lib/static.pro || die
-
-	# fix prefix of lib files
-	sed -i -e 's/$$INSTALL_PREFIX/$$PREFIX/g' lib/shared.pro || die
-	sed -i -e 's/$$INSTALL_PREFIX/$$PREFIX/g' lib/static.pro || die
-}
-
-src_configure() {
-	local lib="$(get_libdir)"
-	# '^^' because we need to upcase the definition
-	eqmake5 DEFINES+="${lib^^}"
-}
-
-src_install() {
-	einstalldocs
-	emake INSTALL_ROOT="${ED}" install
-}


             reply	other threads:[~2021-04-13  6:08 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-13  6:08 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-21 15:26 [gentoo-commits] repo/proj/guru:dev commit in: app-arch/libarchive-qt/ Takuya Wakazono
2024-08-21 15:26 Takuya Wakazono
2024-08-21 15:26 Takuya Wakazono
2022-03-06  1:39 Aisha Tammy
2022-02-13 20:24 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2022-02-13 20:07 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2022-02-13 20:07 Arthur Zamarin
2021-11-28 17:10 Maciej Barć
2021-10-20 23:34 Maciej Barć
2021-09-20 13:38 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2021-09-20 13:35 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2021-04-15 15:21 Maciej Barć
2021-04-13  6:08 Maciej Barć
2021-04-12 21:10 Maciej Barć
2021-02-27 21:14 Andrew Ammerlaan
2021-01-11 18:15 Maciej Barć
2021-01-11 18:13 Maciej Barć
2020-11-30 11:17 Maciej Barć

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=1618294079.2ecea54ac97d5f6762fb99e77c86bbd8f5d22c9d.xgqt@gentoo \
    --to=xgqt@riseup.net \
    --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