public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-arch/libarchive-qt/
Date: Sun, 13 Feb 2022 20:24:43 +0000 (UTC)	[thread overview]
Message-ID: <1644782602.40445a985f19537e3c9f217a0db5b252aca46216.arthurzam@gentoo> (raw)

commit:     40445a985f19537e3c9f217a0db5b252aca46216
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 20:03:22 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 20:03:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40445a98

app-arch/libarchive-qt: drop 2.0.3, 2.0.4

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-arch/libarchive-qt/Manifest                   |  2 --
 app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild | 39 -----------------------
 app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild | 39 -----------------------
 3 files changed, 80 deletions(-)

diff --git a/app-arch/libarchive-qt/Manifest b/app-arch/libarchive-qt/Manifest
index ce865c4ad..5d096def6 100644
--- a/app-arch/libarchive-qt/Manifest
+++ b/app-arch/libarchive-qt/Manifest
@@ -1,3 +1 @@
-DIST libarchive-qt-2.0.3.tar.gz 52793 BLAKE2B bfc29a21c54421b4c589eb5d444b7d9cb40c9d4f71b3ac36489df5f919e9d6eb2455574b1ad6c435cb3556f5ff697a0e6244554cf2dbaf032c1c77dc454f8328 SHA512 4d3c809a6bac4db576314a6b52893613de3b6d7eefc7ce74271ce5e6c5b73f3650380ba4b987724abda722e70cce3d1555a5ffd470d867ae9e1157cde7e761ee
-DIST libarchive-qt-2.0.4.tar.gz 52779 BLAKE2B a46605eae1880df638933fb780b846b98e6c58407fc601362f5b70823ae0559ae50f72bc85a1addfd6c385d0fa8d2aea07058e03ab6ada5e2425ab23ed78a08a SHA512 37b8719f689f6670543c41ebe1a1e73f4cc1fda48415103708832a94aeee2b27753c6e17e60e6849c05f2a98486e7e819a7d15faf284234bd47c18feb9565893
 DIST libarchive-qt-2.0.6.tar.gz 99095 BLAKE2B 57089d64179344a621d9d8be993b77f299a18a3cbd727c79adde2f7821e2cd5ca4a750ddd8707622de1c929f7f8ba3d4c42238f3d86d924e0fc42f73950acd30 SHA512 aa25952a585724579c4f8885414b7f343d958f576bfd8278c09cdec0f8ca776bb6480b5e3e545c33adbbd3c980ff20ce36ee37cc754df2971e77b04292a05828

diff --git a/app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild b/app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild
deleted file mode 100644
index ad8ad3261..000000000
--- a/app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg cmake
-
-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"
-IUSE="static-libs"
-
-DEPEND="
-	app-arch/libarchive[lzma,bzip2,zlib]
-	app-arch/lrzip
-	app-arch/lzip
-	app-arch/lzop
-	dev-qt/qtgui:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DINSTALL_STATIC=$(usex static-libs)
-	)
-	cmake_src_configure
-}

diff --git a/app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild b/app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild
deleted file mode 100644
index ad8ad3261..000000000
--- a/app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg cmake
-
-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"
-IUSE="static-libs"
-
-DEPEND="
-	app-arch/libarchive[lzma,bzip2,zlib]
-	app-arch/lrzip
-	app-arch/lzip
-	app-arch/lzop
-	dev-qt/qtgui:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DINSTALL_STATIC=$(usex static-libs)
-	)
-	cmake_src_configure
-}


WARNING: multiple messages have this Message-ID (diff)
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-arch/libarchive-qt/
Date: Sun, 13 Feb 2022 20:07:59 +0000 (UTC)	[thread overview]
Message-ID: <1644782602.40445a985f19537e3c9f217a0db5b252aca46216.arthurzam@gentoo> (raw)
Message-ID: <20220213200759.dH-3X3c0r_vJF5HT2M2fA5MIxwOj14CinZ7AxYuddLM@z> (raw)

commit:     40445a985f19537e3c9f217a0db5b252aca46216
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 20:03:22 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 20:03:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40445a98

app-arch/libarchive-qt: drop 2.0.3, 2.0.4

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-arch/libarchive-qt/Manifest                   |  2 --
 app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild | 39 -----------------------
 app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild | 39 -----------------------
 3 files changed, 80 deletions(-)

diff --git a/app-arch/libarchive-qt/Manifest b/app-arch/libarchive-qt/Manifest
index ce865c4ad..5d096def6 100644
--- a/app-arch/libarchive-qt/Manifest
+++ b/app-arch/libarchive-qt/Manifest
@@ -1,3 +1 @@
-DIST libarchive-qt-2.0.3.tar.gz 52793 BLAKE2B bfc29a21c54421b4c589eb5d444b7d9cb40c9d4f71b3ac36489df5f919e9d6eb2455574b1ad6c435cb3556f5ff697a0e6244554cf2dbaf032c1c77dc454f8328 SHA512 4d3c809a6bac4db576314a6b52893613de3b6d7eefc7ce74271ce5e6c5b73f3650380ba4b987724abda722e70cce3d1555a5ffd470d867ae9e1157cde7e761ee
-DIST libarchive-qt-2.0.4.tar.gz 52779 BLAKE2B a46605eae1880df638933fb780b846b98e6c58407fc601362f5b70823ae0559ae50f72bc85a1addfd6c385d0fa8d2aea07058e03ab6ada5e2425ab23ed78a08a SHA512 37b8719f689f6670543c41ebe1a1e73f4cc1fda48415103708832a94aeee2b27753c6e17e60e6849c05f2a98486e7e819a7d15faf284234bd47c18feb9565893
 DIST libarchive-qt-2.0.6.tar.gz 99095 BLAKE2B 57089d64179344a621d9d8be993b77f299a18a3cbd727c79adde2f7821e2cd5ca4a750ddd8707622de1c929f7f8ba3d4c42238f3d86d924e0fc42f73950acd30 SHA512 aa25952a585724579c4f8885414b7f343d958f576bfd8278c09cdec0f8ca776bb6480b5e3e545c33adbbd3c980ff20ce36ee37cc754df2971e77b04292a05828

diff --git a/app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild b/app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild
deleted file mode 100644
index ad8ad3261..000000000
--- a/app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg cmake
-
-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"
-IUSE="static-libs"
-
-DEPEND="
-	app-arch/libarchive[lzma,bzip2,zlib]
-	app-arch/lrzip
-	app-arch/lzip
-	app-arch/lzop
-	dev-qt/qtgui:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DINSTALL_STATIC=$(usex static-libs)
-	)
-	cmake_src_configure
-}

diff --git a/app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild b/app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild
deleted file mode 100644
index ad8ad3261..000000000
--- a/app-arch/libarchive-qt/libarchive-qt-2.0.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg cmake
-
-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"
-IUSE="static-libs"
-
-DEPEND="
-	app-arch/libarchive[lzma,bzip2,zlib]
-	app-arch/lrzip
-	app-arch/lzip
-	app-arch/lzop
-	dev-qt/qtgui:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DINSTALL_STATIC=$(usex static-libs)
-	)
-	cmake_src_configure
-}


             reply	other threads:[~2022-02-13 20:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-13 20:24 Arthur Zamarin [this message]
2022-02-13 20:07 ` [gentoo-commits] repo/proj/guru:dev commit in: app-arch/libarchive-qt/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2022-02-13 20:07 Arthur Zamarin
2022-02-13 20:24 ` [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2021-09-20 13:38 Arthur Zamarin
2021-04-16  7:36 Andrew Ammerlaan
2021-02-27 21:14 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-02-27 21:23 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-01-12 20:12 Andrew Ammerlaan
2021-01-12 20:12 Andrew Ammerlaan
2020-11-30 12:35 Andrew Ammerlaan

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=1644782602.40445a985f19537e3c9f217a0db5b252aca46216.arthurzam@gentoo \
    --to=arthurzam@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