From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/engrampa/
Date: Tue, 26 Nov 2024 03:17:32 +0000 (UTC) [thread overview]
Message-ID: <1732590874.d1540f1b5065a6834a49f34715ae09a81d746192.sam@gentoo> (raw)
commit: d1540f1b5065a6834a49f34715ae09a81d746192
Author: Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Sun Nov 10 20:05:01 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 03:14:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1540f1b
app-arch/engrampa: add 1.28.2
Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/engrampa/Manifest | 1 +
app-arch/engrampa/engrampa-1.28.2.ebuild | 67 ++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
diff --git a/app-arch/engrampa/Manifest b/app-arch/engrampa/Manifest
index 6b6541ec5e82..1d9c4e869e2e 100644
--- a/app-arch/engrampa/Manifest
+++ b/app-arch/engrampa/Manifest
@@ -1 +1,2 @@
DIST engrampa-1.28.1.tar.xz 1720164 BLAKE2B a2776cbf7040bcb7baf992caa323afaabffe316ad94a222613cc8bc8c59490f389005ecdec66de519c88f2ad89167739b3934c2bed6c212846b20f6b4b60a6ae SHA512 912bec0e1b2bf8f79e89bda4cb72e28a96d4d1b2ab32fca14b3d28bf75be93cdd4a9e43315fe6ad2c8cac5af95686915cfa3d0a3182973a8b6e42817cfdd936f
+DIST engrampa-1.28.2.tar.xz 1729320 BLAKE2B 4210b78b4c7e01d4fd42ec1574cce6fa0c173abb8ecd8e741dd487003c4aba7225af86d80d2ef410051e2e1704c8be0bca4fd41e73241832b8c6535af24f2d13 SHA512 063eebc98f777787c445a544d572a149e5ed67d5e0dfde5b9b3a093ff3cd19507cd5d353a7694c843574fefe6313f8725efe588d32c632fc0596449bb18f39dc
diff --git a/app-arch/engrampa/engrampa-1.28.2.ebuild b/app-arch/engrampa/engrampa-1.28.2.ebuild
new file mode 100644
index 000000000000..f0fa99ba4f21
--- /dev/null
+++ b/app-arch/engrampa/engrampa-1.28.2.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MINOR=$(($(ver_cut 2) % 2))
+if [[ ${MINOR} -eq 0 ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+fi
+
+inherit mate optfeature
+
+DESCRIPTION="Engrampa archive manager for MATE"
+HOMEPAGE="https://mate-desktop.org/ https://github.com/mate-desktop/engrampa"
+
+LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
+SLOT="0"
+IUSE="caja magic"
+
+DEPEND="
+ >=dev-libs/glib-2.50:2
+ >=dev-libs/json-glib-0.14
+ virtual/libintl
+ x11-libs/gdk-pixbuf:2
+ >=x11-libs/gtk+-3.22:3[X]
+ x11-libs/libSM
+ x11-libs/pango
+ caja? ( >=mate-base/caja-1.17.1 )
+ magic? ( >=sys-apps/file-5.38 )
+"
+RDEPEND="
+ ${DEPEND}
+ virtual/libintl
+"
+BDEPEND="
+ app-text/yelp-tools
+ dev-util/glib-utils
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_configure() {
+ mate_src_configure \
+ --disable-run-in-place \
+ $(use_enable caja caja-actions) \
+ $(use_enable magic) \
+ --disable-packagekit
+}
+
+pkg_postinst() {
+ mate_pkg_postinst
+
+ optfeature "Support for 7-zip" app-arch/p7zip
+ optfeature "Support for ace" app-arch/unace
+ optfeature "Support for arj" app-arch/arj
+ optfeature "Support for cpio" app-alternatives/cpio
+ optfeature "Support for deb" app-arch/dpkg
+ optfeature "Support for iso" app-cdr/cdrtools
+ optfeature "Support for jar,zip" app-arch/zip app-arch/unzip
+ optfeature "Support for lha" app-arch/lha
+ optfeature "Support for lzma" app-arch/xz-utils
+ optfeature "Support for lzop" app-arch/lzop
+ optfeature "Support for rar" app-arch/unrar
+ optfeature "Support for rpm" app-arch/rpm
+ optfeature "Support for unstuff" app-arch/stuffit
+ optfeature "Support for zoo" app-arch/zoo
+}
next reply other threads:[~2024-11-26 3:17 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-26 3:17 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-17 17:50 [gentoo-commits] repo/gentoo:master commit in: app-arch/engrampa/ Andreas Sturmlechner
2024-06-18 8:06 Joonas Niilola
2024-04-17 15:53 Joonas Niilola
2024-04-09 17:28 Arthur Zamarin
2024-04-09 17:28 Arthur Zamarin
2024-03-16 9:09 Joonas Niilola
2024-03-10 1:59 Sam James
2023-12-22 6:46 Sam James
2023-12-21 11:55 Sam James
2023-09-22 9:50 Arthur Zamarin
2023-09-22 9:47 Arthur Zamarin
2023-08-17 6:22 Sam James
2022-10-24 13:52 Sam James
2022-07-03 22:04 David Seifert
2022-01-09 15:48 Andreas Sturmlechner
2021-12-10 20:10 Jakov Smolić
2021-12-10 11:35 Jakov Smolić
2021-06-30 22:43 Adam Feldman
2021-02-13 21:05 Conrad Kostecki
2020-09-25 20:32 Adam Feldman
2020-08-07 3:18 Adam Feldman
2020-08-07 3:18 Adam Feldman
2020-05-08 4:45 Adam Feldman
2020-05-08 4:45 Adam Feldman
2020-04-19 8:53 Michał Górny
2020-04-05 14:26 Joonas Niilola
2020-04-05 14:26 Joonas Niilola
2019-07-07 18:48 Göktürk Yüksek
2019-07-07 18:48 Göktürk Yüksek
2019-05-30 4:31 Göktürk Yüksek
2019-05-12 21:04 Göktürk Yüksek
2019-04-07 12:01 Andreas Sturmlechner
2019-03-17 11:11 Mikle Kolyada
2018-02-11 15:03 Ettore Di Giacinto
2018-01-14 17:18 Ettore Di Giacinto
2017-06-04 15:18 Ettore Di Giacinto
2017-03-14 10:03 Ettore Di Giacinto
2017-01-18 20:39 NP Hardass
2016-12-08 15:31 Ettore Di Giacinto
2016-11-24 22:59 Ettore Di Giacinto
2016-11-24 22:22 Ettore Di Giacinto
2016-11-21 11:02 Ettore Di Giacinto
2016-11-21 11:02 Ettore Di Giacinto
2016-09-10 19:35 NP Hardass
2016-08-12 5:13 NP Hardass
2016-07-25 18:36 NP Hardass
2016-03-26 2:37 NP Hardass
2016-03-15 17:53 Agostino Sarubbo
2016-03-06 8:09 Mikle Kolyada
2016-02-09 2:49 NP Hardass
2016-01-26 20:09 NP Hardass
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=1732590874.d1540f1b5065a6834a49f34715ae09a81d746192.sam@gentoo \
--to=sam@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