From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-arch/libarchive-qt/
Date: Sun, 6 Mar 2022 01:39:47 +0000 (UTC) [thread overview]
Message-ID: <1646530782.e92bc3fc3e0f98accb6d0ef8c44c89da62e1c626.epsilon-0@gentoo> (raw)
commit: e92bc3fc3e0f98accb6d0ef8c44c89da62e1c626
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Mar 6 01:39:18 2022 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Mar 6 01:39:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e92bc3fc
app-arch/libarchive-qt: version bump to 2.0.7
move to meson eclass
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
app-arch/libarchive-qt/Manifest | 1 +
.../{libarchive-qt-9999.ebuild => libarchive-qt-2.0.7.ebuild} | 10 +++++-----
app-arch/libarchive-qt/libarchive-qt-9999.ebuild | 10 +++++-----
3 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/app-arch/libarchive-qt/Manifest b/app-arch/libarchive-qt/Manifest
index 5d096def6..ed1cd107d 100644
--- a/app-arch/libarchive-qt/Manifest
+++ b/app-arch/libarchive-qt/Manifest
@@ -1 +1,2 @@
DIST libarchive-qt-2.0.6.tar.gz 99095 BLAKE2B 57089d64179344a621d9d8be993b77f299a18a3cbd727c79adde2f7821e2cd5ca4a750ddd8707622de1c929f7f8ba3d4c42238f3d86d924e0fc42f73950acd30 SHA512 aa25952a585724579c4f8885414b7f343d958f576bfd8278c09cdec0f8ca776bb6480b5e3e545c33adbbd3c980ff20ce36ee37cc754df2971e77b04292a05828
+DIST libarchive-qt-2.0.7.tar.gz 99012 BLAKE2B fbb688ce08bedf4dd076c1efba213b162181862bb1560aaeab6d5ca191874d4ce4961c30e0a7497f81dc8ac7736a2ebae484883c38edde015a6eb0e0d2eda9d9 SHA512 6d61d267ec527fd61f2d79074eee0f1df80ba722468d0d890492de6dd47590771fff8f8d51b2bf6b552c033ed74cff8faaed51166591e69888e58d1298231fad
diff --git a/app-arch/libarchive-qt/libarchive-qt-9999.ebuild b/app-arch/libarchive-qt/libarchive-qt-2.0.7.ebuild
similarity index 83%
copy from app-arch/libarchive-qt/libarchive-qt-9999.ebuild
copy to app-arch/libarchive-qt/libarchive-qt-2.0.7.ebuild
index 2ad5a6ded..82202f1ed 100644
--- a/app-arch/libarchive-qt/libarchive-qt-9999.ebuild
+++ b/app-arch/libarchive-qt/libarchive-qt-2.0.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit xdg cmake
+inherit xdg meson
DESCRIPTION="A Qt based archiving solution with libarchive backend"
HOMEPAGE="https://gitlab.com/marcusbritanicus/libarchive-qt"
@@ -32,8 +32,8 @@ DEPEND="
RDEPEND="${DEPEND}"
src_configure() {
- local mycmakeargs=(
- -DINSTALL_STATIC=$(usex static-libs)
+ local emesonargs=(
+ $(meson_use static-libs install_static)
)
- cmake_src_configure
+ meson_src_configure
}
diff --git a/app-arch/libarchive-qt/libarchive-qt-9999.ebuild b/app-arch/libarchive-qt/libarchive-qt-9999.ebuild
index 2ad5a6ded..82202f1ed 100644
--- a/app-arch/libarchive-qt/libarchive-qt-9999.ebuild
+++ b/app-arch/libarchive-qt/libarchive-qt-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit xdg cmake
+inherit xdg meson
DESCRIPTION="A Qt based archiving solution with libarchive backend"
HOMEPAGE="https://gitlab.com/marcusbritanicus/libarchive-qt"
@@ -32,8 +32,8 @@ DEPEND="
RDEPEND="${DEPEND}"
src_configure() {
- local mycmakeargs=(
- -DINSTALL_STATIC=$(usex static-libs)
+ local emesonargs=(
+ $(meson_use static-libs install_static)
)
- cmake_src_configure
+ meson_src_configure
}
next reply other threads:[~2022-03-06 1:39 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-06 1:39 Aisha Tammy [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-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-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=1646530782.e92bc3fc3e0f98accb6d0ef8c44c89da62e1c626.epsilon-0@gentoo \
--to=gentoo@aisha.cc \
--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