diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-21 10:20:47 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-21 10:59:36 +0100 |
commit | b67e3f0c9999454a66e8044cc8e9640513121f89 (patch) | |
tree | e190dd42baa953a5c5e332d53b8d687b083dbfc1 /app-arch/engrampa | |
parent | dev-libs/spdlog: add 1.11.0 (diff) | |
download | gentoo-b67e3f0c9999454a66e8044cc8e9640513121f89.tar.gz gentoo-b67e3f0c9999454a66e8044cc8e9640513121f89.tar.bz2 gentoo-b67e3f0c9999454a66e8044cc8e9640513121f89.zip |
app-arch/engrampa: drop 1.24.2-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-arch/engrampa')
-rw-r--r-- | app-arch/engrampa/Manifest | 1 | ||||
-rw-r--r-- | app-arch/engrampa/engrampa-1.24.2-r1.ebuild | 63 | ||||
-rw-r--r-- | app-arch/engrampa/metadata.xml | 2 |
3 files changed, 0 insertions, 66 deletions
diff --git a/app-arch/engrampa/Manifest b/app-arch/engrampa/Manifest index 538f4e0bbcae..f0088d97f1eb 100644 --- a/app-arch/engrampa/Manifest +++ b/app-arch/engrampa/Manifest @@ -1,2 +1 @@ -DIST engrampa-1.24.2.tar.xz 1687432 BLAKE2B b2ef407aef77f9ecd3f8b06d2e991615a39fa2d4487678292d035a7cab882551bc8c757c6a15037b828cb51aaba14c2ec25e85e891770f6f8c9b453753d87b42 SHA512 1e0acecfe42e3945fe43729283522dfd56dc4cee92a4d5998c995a496f42f41b284ec10f01eb142139c1cec65e3b5a037299b168b73a2e6e828ae3ab4b9c777d DIST engrampa-1.26.0.tar.xz 1761596 BLAKE2B c72def523f6589ab97351568e0562898d996e640ffefa66f32096e5a0ad97ad0b05b21ebdcc16ba1f75d9b75a444f8ed4ed492a412cc16c018e65135a88f3398 SHA512 8058627af19744d26f0997fca37a9a1d9902c63e4008e1af44b2a3b15ebc03e27f2018c60351ee503a28aa072836d201625074abb838e0a95071ce65c64a52bc diff --git a/app-arch/engrampa/engrampa-1.24.2-r1.ebuild b/app-arch/engrampa/engrampa-1.24.2-r1.ebuild deleted file mode 100644 index 8073767c9909..000000000000 --- a/app-arch/engrampa/engrampa-1.24.2-r1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit mate optfeature - -DESCRIPTION="Engrampa archive manager for MATE" - -LICENSE="FDL-1.1+ GPL-2+ LGPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" -IUSE="caja magic packagekit" - -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 ) - packagekit? ( app-admin/packagekit-base ) -" -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) \ - $(use_enable 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-arch/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 -} diff --git a/app-arch/engrampa/metadata.xml b/app-arch/engrampa/metadata.xml index daa35af2526f..7f54976734ca 100644 --- a/app-arch/engrampa/metadata.xml +++ b/app-arch/engrampa/metadata.xml @@ -9,8 +9,6 @@ <flag name="caja">Enable engrampa to integrate with <pkg>mate-base/caja</pkg> by providing entries in its context menu</flag> - <flag name="packagekit">Enable support for installing via Packagekit - based on archive type</flag> </use> <upstream> <remote-id type="github">mate-desktop/engrampa</remote-id> |